Files correlati : Commento : Spostamento in libraries delle librerie esterne di Campo per una maggiore pulizia e organizzazione git-svn-id: svn://10.65.10.50/branches/R_10_00@24150 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			98 lines
		
	
	
		
			6.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			98 lines
		
	
	
		
			6.0 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!-- This comment will put IE 6, 7 and 8 in quirks mode -->
 | 
						|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 | 
						|
<html xmlns="http://www.w3.org/1999/xhtml">
 | 
						|
<head>
 | 
						|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
 | 
						|
<title>wxPropertyGrid: wxPGVariantData Class Reference</title>
 | 
						|
<link href="tabs.css" rel="stylesheet" type="text/css"/>
 | 
						|
<link href="search/search.css" rel="stylesheet" type="text/css"/>
 | 
						|
<script type="text/javaScript" src="search/search.js"></script>
 | 
						|
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
 | 
						|
</head>
 | 
						|
<body onload='searchBox.OnSelectItem(0);'>
 | 
						|
<!-- Generated by Doxygen 1.6.3 -->
 | 
						|
<script type="text/javascript"><!--
 | 
						|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
 | 
						|
--></script>
 | 
						|
<div class="navigation" id="top">
 | 
						|
  <div class="tabs">
 | 
						|
    <ul>
 | 
						|
      <li><a href="index.htm"><span>Main Page</span></a></li>
 | 
						|
      <li><a href="pages.htm"><span>Related Pages</span></a></li>
 | 
						|
      <li><a href="modules.htm"><span>Modules</span></a></li>
 | 
						|
      <li class="current"><a href="annotated.htm"><span>Classes</span></a></li>
 | 
						|
      <li>
 | 
						|
        <div id="MSearchBox" class="MSearchBoxInactive">
 | 
						|
        <img id="MSearchSelect" src="search/search.png"
 | 
						|
             onmouseover="return searchBox.OnSearchSelectShow()"
 | 
						|
             onmouseout="return searchBox.OnSearchSelectHide()"
 | 
						|
             alt=""/>
 | 
						|
        <input type="text" id="MSearchField" value="Search" accesskey="S"
 | 
						|
             onfocus="searchBox.OnSearchFieldFocus(true)" 
 | 
						|
             onblur="searchBox.OnSearchFieldFocus(false)" 
 | 
						|
             onkeyup="searchBox.OnSearchFieldChange(event)"/>
 | 
						|
        <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
 | 
						|
        </div>
 | 
						|
      </li>
 | 
						|
    </ul>
 | 
						|
  </div>
 | 
						|
  <div class="tabs">
 | 
						|
    <ul>
 | 
						|
      <li><a href="annotated.htm"><span>Class List</span></a></li>
 | 
						|
      <li><a href="classes.htm"><span>Class Index</span></a></li>
 | 
						|
      <li><a href="hierarchy.htm"><span>Class Hierarchy</span></a></li>
 | 
						|
      <li><a href="functions.htm"><span>Class Members</span></a></li>
 | 
						|
    </ul>
 | 
						|
  </div>
 | 
						|
</div>
 | 
						|
<div class="contents">
 | 
						|
<h1>wxPGVariantData Class Reference</h1><!-- doxytag: class="wxPGVariantData" -->
 | 
						|
<p>wxVariantData with additional functionality.  
 | 
						|
<a href="#_details">More...</a></p>
 | 
						|
 | 
						|
<p><code>#include <propgrid.h></code></p>
 | 
						|
 | 
						|
<p><a href="classwxPGVariantData-members.htm">List of all members.</a></p>
 | 
						|
<table border="0" cellpadding="0" cellspacing="0">
 | 
						|
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
 | 
						|
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af6bf4d41ab42b73fe86e2cd57fb47bb0"></a><!-- doxytag: member="wxPGVariantData::GetDefaultValue" ref="af6bf4d41ab42b73fe86e2cd57fb47bb0" args="() const =0" -->
 | 
						|
virtual wxVariant </td><td class="memItemRight" valign="bottom"><b>GetDefaultValue</b> () const =0</td></tr>
 | 
						|
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a41c1c639b8a04ba78dfb220342e8413a"></a><!-- doxytag: member="wxPGVariantData::GetValuePtr" ref="a41c1c639b8a04ba78dfb220342e8413a" args="()=0" -->
 | 
						|
virtual void * </td><td class="memItemRight" valign="bottom"><b>GetValuePtr</b> ()=0</td></tr>
 | 
						|
</table>
 | 
						|
<hr/><a name="_details"></a><h2>Detailed Description</h2>
 | 
						|
<p>wxVariantData with additional functionality. </p>
 | 
						|
<p>It is usually enough to use supplied to macros to automatically generate variant data class. Like so:</p>
 | 
						|
<div class="fragment"><pre class="fragment">    <span class="comment">// In header</span>
 | 
						|
    WX_PG_DECLARE_VARIANT_DATA(wxPGVariantDataMyClass,  <span class="comment">// Name of the class</span>
 | 
						|
                               MyClass,  <span class="comment">// Name of the data type</span>
 | 
						|
                               wxEMPTY_PARAMETER_VALUE)  <span class="comment">// Declaration</span>
 | 
						|
 | 
						|
    <span class="comment">// In source</span>
 | 
						|
    WX_PG_IMPLEMENT_VARIANT_DATA(wxPGVariantDataMyClass, MyClass)
 | 
						|
</pre></div><p>If your class has operator==() implementation, then it is recommended that you use WX_PG_IMPLEMENT_VARIANT_DATA_WITH_EQ macro instead, since the plain WX_PG_IMPLEMENT_VARIANT_DATA macro only implements a simple, shallow equality testing.</p>
 | 
						|
<p>If your class is derived from wxObject, it is recommended that you use wxObject-versions of the macros (WX_PG_DECLARE_WXOBJECT_VARIANT_DATA and WX_PG_IMPLEMENT_WXOBJECT_VARIANT_DATA). </p>
 | 
						|
<hr/>The documentation for this class was generated from the following file:<ul>
 | 
						|
<li>propgrid.h</li>
 | 
						|
</ul>
 | 
						|
</div>
 | 
						|
<!--- window showing the filter options -->
 | 
						|
<div id="MSearchSelectWindow"
 | 
						|
     onmouseover="return searchBox.OnSearchSelectShow()"
 | 
						|
     onmouseout="return searchBox.OnSearchSelectHide()"
 | 
						|
     onkeydown="return searchBox.OnSearchSelectKey(event)">
 | 
						|
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Enumerator</a></div>
 | 
						|
 | 
						|
<!-- iframe showing the search results (closed by default) -->
 | 
						|
<div id="MSearchResultsWindow">
 | 
						|
<iframe src="" frameborder="0" 
 | 
						|
        name="MSearchResults" id="MSearchResults">
 | 
						|
</iframe>
 | 
						|
</div>
 | 
						|
 | 
						|
<hr class="footer"/><address style="text-align: right;"><small>Generated on Sun Aug 22 12:42:14 2010 for wxPropertyGrid by 
 | 
						|
<a href="http://www.doxygen.org/index.html">
 | 
						|
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
 | 
						|
</body>
 | 
						|
</html>
 |