#include <gen.h>


Public Member Functions | |
| a2dMenuProperty (const a2dPropertyIdMenu *id, wxMenu *menu) | |
| a2dMenuProperty (const a2dMenuProperty &other) | |
| virtual a2dNamedProperty * | Clone (a2dObject::CloneOptions options) const |
| Virtual copy constructor. | |
| virtual void | Assign (const a2dNamedProperty &other) |
| Virtual assignment operator. | |
| void | SetValue (wxMenu *menu) |
| wxMenu * | GetValue () const |
| wxMenu ** | 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 a2dMenuProperty * | CreatePropertyFromString (const a2dPropertyIdMenu *id, const wxString &value) |
Protected Attributes | |
| wxMenu * | m_menu |
Definition at line 2203 of file gen.h.
| a2dMenuProperty * a2dMenuProperty::CreatePropertyFromString | ( | const a2dPropertyIdMenu * | id, | |
| const wxString & | value | |||
| ) | [static] |