|
wxArt2D
|
#include <camcreate.h>


Public Member Functions | |
| a2dCamCreate () | |
| Constructors. More... | |
| a2dCamCreate (wxWindow *parent, a2dHabitat *habitat=NULL, wxWindowID id=SYMBOL_A2DCAMCREATE_IDNAME, const wxString &caption=SYMBOL_A2DCAMCREATE_TITLE, const wxPoint &pos=SYMBOL_A2DCAMCREATE_POSITION, const wxSize &size=SYMBOL_A2DCAMCREATE_SIZE, long style=SYMBOL_A2DCAMCREATE_STYLE) | |
| bool | Create (wxWindow *parent, a2dHabitat *habitat=NULL, wxWindowID id=SYMBOL_A2DCAMCREATE_IDNAME, const wxString &caption=SYMBOL_A2DCAMCREATE_TITLE, const wxPoint &pos=SYMBOL_A2DCAMCREATE_POSITION, const wxSize &size=SYMBOL_A2DCAMCREATE_SIZE, long style=SYMBOL_A2DCAMCREATE_STYLE) |
| Creation. More... | |
| ~a2dCamCreate () | |
| Destructor. More... | |
| void | Init () |
| Initialises member variables. More... | |
| void | CreateControls () |
| Creates the controls and sizers. More... | |
| void | OnCamCreateOkeClick (wxCommandEvent &event) |
| wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_CamCreateOke More... | |
| void | OnCancel (wxCommandEvent &event) |
| wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_CamCreateCancel More... | |
| wxBitmap | GetBitmapResource (const wxString &name) |
| Retrieves bitmap resources. More... | |
| wxIcon | GetIconResource (const wxString &name) |
| Retrieves icon resources. More... | |
Static Public Member Functions | |
| static bool | ShowToolTips () |
| Should we show tooltips? More... | |
Public Attributes | |
| a2dHabitat * | m_habitat |
| wxTextCtrl * | m_camName |
| wxSpinCtrl * | m_NrPorts |
| wxCheckBox * | m_symbol |
| wxCheckBox * | m_diagram |
| wxCheckBox * | m_gui |
| wxRadioButton * | m_instanceSymbol |
| wxRadioButton * | m_instanceDiagram |
| wxRadioButton * | m_noInst |
| wxButton * | m_oke |
| wxButton * | m_cancel |
| a2dCameleonPtr | m_cameleon |
a2dCamCreate class declaration
Definition at line 65 of file camcreate.h.
| a2dCamCreate::a2dCamCreate | ( | ) |
Constructors.
a2dCamCreate type definition
a2dCamCreate event table definition
a2dCamCreate constructors
Definition at line 56 of file camcreate.cpp.
| a2dCamCreate::~a2dCamCreate | ( | ) |
| bool a2dCamCreate::Create | ( | wxWindow * | parent, |
| a2dHabitat * | habitat = NULL, |
||
| wxWindowID | id = SYMBOL_A2DCAMCREATE_IDNAME, |
||
| const wxString & | caption = SYMBOL_A2DCAMCREATE_TITLE, |
||
| const wxPoint & | pos = SYMBOL_A2DCAMCREATE_POSITION, |
||
| const wxSize & | size = SYMBOL_A2DCAMCREATE_SIZE, |
||
| long | style = SYMBOL_A2DCAMCREATE_STYLE |
||
| ) |
| void a2dCamCreate::CreateControls | ( | ) |
Creates the controls and sizers.
Control creation for a2dCamCreate
Definition at line 127 of file camcreate.cpp.
| wxBitmap a2dCamCreate::GetBitmapResource | ( | const wxString & | name | ) |
| wxIcon a2dCamCreate::GetIconResource | ( | const wxString & | name | ) |
| void a2dCamCreate::Init | ( | ) |
| void a2dCamCreate::OnCamCreateOkeClick | ( | wxCommandEvent & | event | ) |
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_CamCreateOke
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_CamCreateOke
Definition at line 270 of file camcreate.cpp.
| void a2dCamCreate::OnCancel | ( | wxCommandEvent & | event | ) |
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_CamCreateCancel
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_CamCreateCancel
Definition at line 326 of file camcreate.cpp.
|
static |