GED 2006 (C++)
File detail
Source code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>GED 2006: draw.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.2 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="classes.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
<h1>draw.h File Reference</h1><code>#include <set></code><br>
<code>#include "<a class="el" href="command_8h-source.html">command.h</a>"</code><br>
<p>
<a href="draw_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structDrawContext.html">DrawContext</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classBrushCmd.html">BrushCmd</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classPlacementCmd.html">PlacementCmd</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classLineCmd.html">LineCmd</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classRectCmd.html">RectCmd</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classCircleCmd.html">CircleCmd</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classEllipseCmd.html">EllipseCmd</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classTextCmd.html">TextCmd</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classTextCmd_1_1ErrFreeType.html">TextCmd::ErrFreeType</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classSelectCmd.html">SelectCmd</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classGrayScaleCmd.html">GrayScaleCmd</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classInvertCmd.html">InvertCmd</a></td></tr>
<tr><td colspan="2"><br><h2>Enumerations</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="draw_8h.html#a5f199db1342f423e3f9ec6c82128504">EDrawTool</a> { <br>
<a class="el" href="draw_8h.html#a5f199db1342f423e3f9ec6c8212850493ea79d2e19574ed582a7caf1d19f63a">TOOL_NOTOOL</a> = 0,
<a class="el" href="draw_8h.html#a5f199db1342f423e3f9ec6c82128504bf3e03caab191e297bd364f2e06ff069">TOOL_BRUSH</a>,
<a class="el" href="draw_8h.html#a5f199db1342f423e3f9ec6c8212850445208db8f92b32d254f9387dd84fe250">TOOL_RUBBER</a>,
<a class="el" href="draw_8h.html#a5f199db1342f423e3f9ec6c821285045bb02a44c9ac657eb7de01de01e003ed">TOOL_LINE</a>,
<br>
<a class="el" href="draw_8h.html#a5f199db1342f423e3f9ec6c821285048294b4d2462fce5439f214be7ea95f76">TOOL_RECT</a>,
<a class="el" href="draw_8h.html#a5f199db1342f423e3f9ec6c821285047407690c8918fae27c1a6c946816e44c">TOOL_CIRCLE</a>,
<a class="el" href="draw_8h.html#a5f199db1342f423e3f9ec6c821285046ef6a404c610683107cd972a10678fb5">TOOL_ELLIPSE</a>,
<a class="el" href="draw_8h.html#a5f199db1342f423e3f9ec6c82128504ca388a7be44dd5bb6c73e4891f296f21">TOOL_TEXT</a>,
<br>
<a class="el" href="draw_8h.html#a5f199db1342f423e3f9ec6c82128504849ccbcee164d1f1511814af563c8e6e">TOOL_SELECT</a>
<br>
}</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom">{ <a class="el" href="draw_8h.html#2e520baeab5e72a8cd84e00dce61684ffd36c559a3f15f81fc6e248dfb55a0b0">iDrawToolCnt</a> = 9
}</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Count of draw tool enumerators. <a href="draw_8h.html#2e520baeab5e72a8cd84e00dce61684f">More...</a><br></td></tr>
</table>
<hr><h2>Enumeration Type Documentation</h2>
<a class="anchor" name="2e520baeab5e72a8cd84e00dce61684f"></a><!-- doxytag: member="draw.h::@0" ref="2e520baeab5e72a8cd84e00dce61684f" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">anonymous enum </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Count of draw tool enumerators.
<p>
<dl compact><dt><b>Enumerator: </b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"><em><a class="anchor" name="2e520baeab5e72a8cd84e00dce61684ffd36c559a3f15f81fc6e248dfb55a0b0"></a><!-- doxytag: member="iDrawToolCnt" ref="2e520baeab5e72a8cd84e00dce61684ffd36c559a3f15f81fc6e248dfb55a0b0" args="" -->iDrawToolCnt</em> </td><td>
</td></tr>
</table>
</dl>
<p>
Definition at line <a class="el" href="draw_8h-source.html#l00031">31</a> of file <a class="el" href="draw_8h-source.html">draw.h</a>.
</div>
</div><p>
<a class="anchor" name="a5f199db1342f423e3f9ec6c82128504"></a><!-- doxytag: member="draw.h::EDrawTool" ref="a5f199db1342f423e3f9ec6c82128504" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">enum <a class="el" href="draw_8h.html#a5f199db1342f423e3f9ec6c82128504">EDrawTool</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Draw tool enumeration (self-explaining) <dl compact><dt><b>Enumerator: </b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"><em><a class="anchor" name="a5f199db1342f423e3f9ec6c8212850493ea79d2e19574ed582a7caf1d19f63a"></a><!-- doxytag: member="TOOL_NOTOOL" ref="a5f199db1342f423e3f9ec6c8212850493ea79d2e19574ed582a7caf1d19f63a" args="" -->TOOL_NOTOOL</em> </td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" name="a5f199db1342f423e3f9ec6c82128504bf3e03caab191e297bd364f2e06ff069"></a><!-- doxytag: member="TOOL_BRUSH" ref="a5f199db1342f423e3f9ec6c82128504bf3e03caab191e297bd364f2e06ff069" args="" -->TOOL_BRUSH</em> </td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" name="a5f199db1342f423e3f9ec6c8212850445208db8f92b32d254f9387dd84fe250"></a><!-- doxytag: member="TOOL_RUBBER" ref="a5f199db1342f423e3f9ec6c8212850445208db8f92b32d254f9387dd84fe250" args="" -->TOOL_RUBBER</em> </td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" name="a5f199db1342f423e3f9ec6c821285045bb02a44c9ac657eb7de01de01e003ed"></a><!-- doxytag: member="TOOL_LINE" ref="a5f199db1342f423e3f9ec6c821285045bb02a44c9ac657eb7de01de01e003ed" args="" -->TOOL_LINE</em> </td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" name="a5f199db1342f423e3f9ec6c821285048294b4d2462fce5439f214be7ea95f76"></a><!-- doxytag: member="TOOL_RECT" ref="a5f199db1342f423e3f9ec6c821285048294b4d2462fce5439f214be7ea95f76" args="" -->TOOL_RECT</em> </td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" name="a5f199db1342f423e3f9ec6c821285047407690c8918fae27c1a6c946816e44c"></a><!-- doxytag: member="TOOL_CIRCLE" ref="a5f199db1342f423e3f9ec6c821285047407690c8918fae27c1a6c946816e44c" args="" -->TOOL_CIRCLE</em> </td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" name="a5f199db1342f423e3f9ec6c821285046ef6a404c610683107cd972a10678fb5"></a><!-- doxytag: member="TOOL_ELLIPSE" ref="a5f199db1342f423e3f9ec6c821285046ef6a404c610683107cd972a10678fb5" args="" -->TOOL_ELLIPSE</em> </td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" name="a5f199db1342f423e3f9ec6c82128504ca388a7be44dd5bb6c73e4891f296f21"></a><!-- doxytag: member="TOOL_TEXT" ref="a5f199db1342f423e3f9ec6c82128504ca388a7be44dd5bb6c73e4891f296f21" args="" -->TOOL_TEXT</em> </td><td>
</td></tr>
<tr><td valign="top"><em><a class="anchor" name="a5f199db1342f423e3f9ec6c82128504849ccbcee164d1f1511814af563c8e6e"></a><!-- doxytag: member="TOOL_SELECT" ref="a5f199db1342f423e3f9ec6c82128504849ccbcee164d1f1511814af563c8e6e" args="" -->TOOL_SELECT</em> </td><td>
</td></tr>
</table>
</dl>
<p>
Definition at line <a class="el" href="draw_8h-source.html#l00019">19</a> of file <a class="el" href="draw_8h-source.html">draw.h</a>.
</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Aug 29 00:01:04 2007 for GED 2006 by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
</body>
</html>