#include <mastertool.h>


Public Member Functions | |
| a2dToolProperty (const a2dPropertyIdDynamicEventProperty *id, a2dBaseTool *tool, wxMenuItem *menuItem, wxChar key) | |
| a2dToolProperty (const a2dToolProperty &other) | |
| a2dNamedProperty * | Clone (a2dObject::CloneOptions options) const |
| Virtual copy constructor. | |
| virtual void | Assign (const a2dNamedProperty &other) |
| Virtual assignment operator. | |
| a2dBaseTool * | GetToolObject () |
| wxMenuItem * | GetMenuItem () |
| wxChar | GetKey () |
Static Public Member Functions | |
| static a2dToolProperty * | CreatePropertyFromString (const a2dPropertyIdDynamicEventProperty &id, const wxString &value) |
Protected Member Functions | |
| virtual void | DoSave (wxObject *parent, a2dIOHandlerXmlSerOut &out, a2dXmlSer_flag xmlparts, a2dObjectList *towrite) |
| Save settings. | |
| virtual void | DoLoad (wxObject *parent, a2dIOHandlerXmlSerIn &parser, a2dXmlSer_flag xmlparts) |
| Load settings. | |
Protected Attributes | |
| a2dBaseToolPtr | m_tool |
| wxMenuItem * | m_menuItem |
| wxChar | m_key |
Definition at line 200 of file mastertool.h.
| static a2dToolProperty* a2dToolProperty::CreatePropertyFromString | ( | const a2dPropertyIdDynamicEventProperty & | id, | |
| const wxString & | value | |||
| ) | [inline, static] |
Construct a new property object from a string If this is not appropriate, this may return NULL
Definition at line 227 of file mastertool.h.