~ubuntu-branches/ubuntu/hardy/codeblocks/hardy-backports

« back to all changes in this revision

Viewing changes to src/plugins/contrib/wxSmith/propgrid/contrib/docs/html/propgrid/annotated.htm

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2008-07-17 04:39:23 UTC
  • Revision ID: james.westby@ubuntu.com-20080717043923-gmsy5cwkdjswghkm
Tags: upstream-8.02
ImportĀ upstreamĀ versionĀ 8.02

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
 
3
<title>wxPropertyGrid: Annotated Index</title>
 
4
<link href="doxygen.css" rel="stylesheet" type="text/css">
 
5
</head><body>
 
6
<!-- Generated by Doxygen 1.3.6 -->
 
7
<div class="qindex">  <form class="search" action="search.php" method="get">
 
8
<a class="qindex" href="index.htm">Main&nbsp;Page</a> | <a class="qindex" href="modules.htm">Modules</a> | <a class="qindex" href="hierarchy.htm">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.htm">Alphabetical&nbsp;List</a> | <a class="qindexHL" href="annotated.htm">Class&nbsp;List</a> | <a class="qindex" href="functions.htm">Class&nbsp;Members</a>  | <span class="search"><u>S</u>earch&nbsp;for&nbsp;<input class="search" type="text" name="query" value="" size="20" accesskey="s"/></span></form></div>
 
9
<h1>wxPropertyGrid Class List</h1>Here are the classes, structs, unions and interfaces with brief descriptions:<table>
 
10
  <tr><td class="indexkey"><a class="el" href="classwxColourPropertyValue.htm">wxColourPropertyValue</a></td><td class="indexvalue">Because text, background and other colours tend to differ between platforms, wxSystemColourProperty must be able to select between system colour and, when necessary, to pick a custom one. wxSystemColourProperty value makes this possible </td></tr>
 
11
  <tr><td class="indexkey"><a class="el" href="classwxCustomPropertyClass.htm">wxCustomPropertyClass</a></td><td class="indexvalue">This is a rather inefficient but very versatile property class </td></tr>
 
12
  <tr><td class="indexkey"><a class="el" href="classwxParentPropertyClass.htm">wxParentPropertyClass</a></td><td class="indexvalue">This is a simple property which holds sub-properties </td></tr>
 
13
  <tr><td class="indexkey"><a class="el" href="classwxPGChoices.htm">wxPGChoices</a></td><td class="indexvalue">Helper class for managing constant (key=value) sequences </td></tr>
 
14
  <tr><td class="indexkey"><a class="el" href="classwxPGEditor.htm">wxPGEditor</a></td><td class="indexvalue">Base for property editor classes </td></tr>
 
15
  <tr><td class="indexkey"><a class="el" href="classwxPGId.htm">wxPGId</a></td><td class="indexvalue">Simple wrapper for the <a class="el" href="classwxPGProperty.htm">wxPGProperty</a> pointer </td></tr>
 
16
  <tr><td class="indexkey"><a class="el" href="classwxPGInDialogValidator.htm">wxPGInDialogValidator</a></td><td class="indexvalue">Creates and manages a temporary wxTextCtrl for validation purposes. Uses wxPropertyGrid's current editor, if available </td></tr>
 
17
  <tr><td class="indexkey"><a class="el" href="structwxPGPaintData.htm">wxPGPaintData</a></td><td class="indexvalue">Contains information relayed to property's OnCustomPaint </td></tr>
 
18
  <tr><td class="indexkey"><a class="el" href="classwxPGProperty.htm">wxPGProperty</a></td><td class="indexvalue">WxPGProperty, alias wxBasePropertyClass, is base class for properties. Information here is provided primarily for anyone who creates new properties, since <b>all operations on properties should be done via wxPropertyGrid's or wxPropertyGridManager's methods</b> </td></tr>
 
19
  <tr><td class="indexkey"><a class="el" href="structwxPGPropertyClassInfo.htm">wxPGPropertyClassInfo</a></td><td class="indexvalue">Class info structure for <a class="el" href="classwxPGProperty.htm">wxPGProperty</a> derivatives (may be deprecated in a future release) </td></tr>
 
20
  <tr><td class="indexkey"><a class="el" href="classwxPGPropertyDataExt.htm">wxPGPropertyDataExt</a></td><td class="indexvalue">WxPGPropertyDataExt is data extension class for <a class="el" href="classwxPGProperty.htm">wxPGProperty</a> </td></tr>
 
21
  <tr><td class="indexkey"><a class="el" href="classwxPGPropertyWithChildren.htm">wxPGPropertyWithChildren</a></td><td class="indexvalue">WxPGPropertyWithChildren, alias <a class="el" href="classwxParentPropertyClass.htm">wxParentPropertyClass</a>, is a base class for new properties that have sub-properties. For example, wxFontProperty and wxFlagsProperty descend from this class </td></tr>
 
22
  <tr><td class="indexkey"><a class="el" href="classwxPGRootPropertyClass.htm">wxPGRootPropertyClass</a></td><td class="indexvalue">Root parent property </td></tr>
 
23
  <tr><td class="indexkey"><a class="el" href="classwxPGValueType.htm">wxPGValueType</a></td><td class="indexvalue">WxPGValueType is base class for property value types </td></tr>
 
24
  <tr><td class="indexkey"><a class="el" href="classwxPGVariantDataWxObj.htm">wxPGVariantDataWxObj</a></td><td class="indexvalue">Identical to wxVariantDataWxObjectPtr except that it deletes the ptr on destruction </td></tr>
 
25
  <tr><td class="indexkey"><a class="el" href="classwxPropertyCategoryClass.htm">wxPropertyCategoryClass</a></td><td class="indexvalue">Category (caption) property </td></tr>
 
26
  <tr><td class="indexkey"><a class="el" href="classwxPropertyContainerMethods.htm">wxPropertyContainerMethods</a></td><td class="indexvalue">In order to have most same base methods, both <a class="el" href="classwxPropertyGrid.htm">wxPropertyGrid</a> and <a class="el" href="classwxPropertyGridManager.htm">wxPropertyGridManager</a> must derive from this </td></tr>
 
27
  <tr><td class="indexkey"><a class="el" href="classwxPropertyGrid.htm">wxPropertyGrid</a></td><td class="indexvalue">WxPropertyGrid is a specialized two-column grid for editing properties such as strings, numbers, flagsets, fonts, and colours. wxPropertySheet used to do the very same thing, but it hasn't been updated for a while and it is currently deprecated </td></tr>
 
28
  <tr><td class="indexkey"><a class="el" href="classwxPropertyGridEvent.htm">wxPropertyGridEvent</a></td><td class="indexvalue">A propertygrid event holds information about events associated with <a class="el" href="classwxPropertyGrid.htm">wxPropertyGrid</a> objects </td></tr>
 
29
  <tr><td class="indexkey"><a class="el" href="classwxPropertyGridManager.htm">wxPropertyGridManager</a></td><td class="indexvalue">WxPropertyGridManager is an efficient multi-page version of <a class="el" href="classwxPropertyGrid.htm">wxPropertyGrid</a>, which can optionally have toolbar for mode and page selection, help text box, and a compactor button. Use window flags to select which ones to include </td></tr>
 
30
  <tr><td class="indexkey"><a class="el" href="classwxPropertyGridPage.htm">wxPropertyGridPage</a></td><td class="indexvalue">Holder of property grid page information. You can subclass this and give instance in <a class="el" href="classwxPropertyGridManager.htm#wxPropertyGridManagera0">wxPropertyGridManager::AddPage</a>. It inherits from wxEvtHandler and can be used to process events specific to this page (id of events will still be same as manager's). If you don't want to use it to process all events of the page, you need to return false in the derived <a class="el" href="classwxPropertyGridPage.htm#wxPropertyGridPagea101">wxPropertyGridPage::IsHandlingAllEvents</a> </td></tr>
 
31
  <tr><td class="indexkey"><a class="el" href="classwxPropertyGridPopulator.htm">wxPropertyGridPopulator</a></td><td class="indexvalue">Allows populating <a class="el" href="classwxPropertyGrid.htm">wxPropertyGrid</a> from arbitrary text source </td></tr>
 
32
  <tr><td class="indexkey"><a class="el" href="classwxPropertyGridState.htm">wxPropertyGridState</a></td><td class="indexvalue">Contains information of a single <a class="el" href="classwxPropertyGrid.htm">wxPropertyGrid</a> page </td></tr>
 
33
</table>
 
34
<hr size="1"><address style="align: right;"><small>Generated on Mon Oct 29 16:56:23 2007 for wxPropertyGrid by
 
35
<a href="http://www.doxygen.org/index.html">
 
36
<img src="doxygen.png" alt="doxygen" align="middle" border=0 > 
 
37
</a>1.3.6 </small></address>
 
38
</body>
 
39
</html>