#include <gen.h>


Public Member Functions | |
| a2dWindowProperty (const a2dPropertyIdWindow *id, wxWindow *window) | |
| a2dWindowProperty (const a2dWindowProperty &other) | |
| virtual a2dNamedProperty * | Clone (a2dObject::CloneOptions options) const |
| Virtual copy constructor. | |
| virtual void | Assign (const a2dNamedProperty &other) |
| Virtual assignment operator. | |
| void | SetValue (wxWindow *window) |
| wxWindow * | GetValue () const |
| wxWindow ** | GetValuePtr () |
| 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. | |
Static Public Member Functions | |
| static a2dWindowProperty * | CreatePropertyFromString (const a2dPropertyIdWindow *id, const wxString &value) |
Protected Attributes | |
| wxWindow * | m_window |
Definition at line 2245 of file gen.h.
| a2dWindowProperty * a2dWindowProperty::CreatePropertyFromString | ( | const a2dPropertyIdWindow * | id, | |
| const wxString & | value | |||
| ) | [static] |
Construct a new property object from a string If this is not appropriate, this may return NULL
Reimplemented in a2dTipWindowProperty.