|
wxArt2D
|
for edting properties in a a2dNamedPropertyList More...
#include "wx/wx.h"#include "wx/general/gen.h"#include "wx/canvas/canglob.h"#include "wx/canvas/sttool.h"#include "wx/grid.h"

Go to the source code of this file.
Classes | |
| class | PropGridData |
| class | a2dEditProperties |
| class | a2dPropertyEditorDlg |
| edit properties of a2dCanvasObject's More... | |
Macros | |
| #define | ID_DIALOG 10000 |
| #define | SYMBOL_A2DEDITPROPERTIES_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX |
| #define | SYMBOL_A2DEDITPROPERTIES_TITLE _("Edit Properties") |
| #define | SYMBOL_A2DEDITPROPERTIES_IDNAME ID_DIALOG |
| #define | SYMBOL_A2DEDITPROPERTIES_SIZE wxSize(400, 300) |
| #define | SYMBOL_A2DEDITPROPERTIES_POSITION wxDefaultPosition |
| #define | ID_GRID 10001 |
| #define | ID_ADD 10002 |
| #define | ID_CUT 10003 |
| #define | ID_PASTE 10004 |
| #define | ID_CANCEL 10006 |
| #define | ID_OKE 10005 |
Typedefs | |
| typedef std::vector< PropGridData > | PropGridDataVec |
Enumerations | |
| enum | PropertyType { pt_string, pt_integer, pt_real, pt_bool } |
for edting properties in a a2dNamedPropertyList
The event for editing properties is intercepted, and the property list recieved that way can be edited.
Copyright: 2003-2004 (c) Klaas Holwerda
Licence: wxWidgets Licence
RCS-ID:
Definition in file canpropedit.h.
| #define ID_DIALOG 10000 |
Control identifiers
Definition at line 35 of file canpropedit.h.