campo-sirio/libraries/wxPG/propgrid/docs/html/structwxPGPaintData.htm
mtollari 4db94043cb Patch level : 12.0 no-patch
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
2017-10-26 09:11:15 +00:00

153 lines
8.5 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: wxPGPaintData 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&nbsp;Page</span></a></li>
<li><a href="pages.htm"><span>Related&nbsp;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&nbsp;List</span></a></li>
<li><a href="classes.htm"><span>Class&nbsp;Index</span></a></li>
<li><a href="hierarchy.htm"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.htm"><span>Class&nbsp;Members</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>wxPGPaintData Class Reference</h1><!-- doxytag: class="wxPGPaintData" -->
<p>Contains information relayed to property's OnCustomPaint.
<a href="#_details">More...</a></p>
<p><code>#include &lt;propgrid.h&gt;</code></p>
<p><a href="classwxPGPaintData-members.htm">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structwxPGPaintData.htm#a8151d06ed7a954c2dd12d0862c561be7">m_choiceItem</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Normally -1, otherwise index to drop-down list item that has to be drawn. <a href="#a8151d06ed7a954c2dd12d0862c561be7"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structwxPGPaintData.htm#abfcc4b4d01ab7138c55a4453f0f60fc0">m_drawnHeight</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">In a measure item call, set this to the height of item at m_choiceItem index. <a href="#abfcc4b4d01ab7138c55a4453f0f60fc0"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structwxPGPaintData.htm#a93f0b0e8eb878c3f2df7849469a612cf">m_drawnWidth</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Set to drawn width in OnCustomPaint (optional). <a href="#a93f0b0e8eb878c3f2df7849469a612cf"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classwxPropertyGrid.htm">wxPropertyGrid</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structwxPGPaintData.htm#ac46800e8b4894810f80df89eaff909ee">m_parent</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classwxPropertyGrid.htm" title="wxPropertyGrid is a specialized two-column grid for editing properties such as strings...">wxPropertyGrid</a>. <a href="#ac46800e8b4894810f80df89eaff909ee"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Contains information relayed to property's OnCustomPaint. </p>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a8151d06ed7a954c2dd12d0862c561be7"></a><!-- doxytag: member="wxPGPaintData::m_choiceItem" ref="a8151d06ed7a954c2dd12d0862c561be7" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="structwxPGPaintData.htm#a8151d06ed7a954c2dd12d0862c561be7">wxPGPaintData::m_choiceItem</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Normally -1, otherwise index to drop-down list item that has to be drawn. </p>
</div>
</div>
<a class="anchor" id="abfcc4b4d01ab7138c55a4453f0f60fc0"></a><!-- doxytag: member="wxPGPaintData::m_drawnHeight" ref="abfcc4b4d01ab7138c55a4453f0f60fc0" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="structwxPGPaintData.htm#abfcc4b4d01ab7138c55a4453f0f60fc0">wxPGPaintData::m_drawnHeight</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>In a measure item call, set this to the height of item at m_choiceItem index. </p>
</div>
</div>
<a class="anchor" id="a93f0b0e8eb878c3f2df7849469a612cf"></a><!-- doxytag: member="wxPGPaintData::m_drawnWidth" ref="a93f0b0e8eb878c3f2df7849469a612cf" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="structwxPGPaintData.htm#a93f0b0e8eb878c3f2df7849469a612cf">wxPGPaintData::m_drawnWidth</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Set to drawn width in OnCustomPaint (optional). </p>
</div>
</div>
<a class="anchor" id="ac46800e8b4894810f80df89eaff909ee"></a><!-- doxytag: member="wxPGPaintData::m_parent" ref="ac46800e8b4894810f80df89eaff909ee" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="classwxPropertyGrid.htm">wxPropertyGrid</a>* <a class="el" href="structwxPGPaintData.htm#ac46800e8b4894810f80df89eaff909ee">wxPGPaintData::m_parent</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p><a class="el" href="classwxPropertyGrid.htm" title="wxPropertyGrid is a specialized two-column grid for editing properties such as strings...">wxPropertyGrid</a>. </p>
</div>
</div>
<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">&nbsp;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&nbsp;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&nbsp;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&nbsp;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&nbsp;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&nbsp;</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&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
</body>
</html>