NIREP
|
Public Member Functions | |
bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_VIEWWIDGETCOMMANDS_IDNAME, const wxString &caption=SYMBOL_VIEWWIDGETCOMMANDS_TITLE, const wxPoint &pos=SYMBOL_VIEWWIDGETCOMMANDS_POSITION, const wxSize &size=SYMBOL_VIEWWIDGETCOMMANDS_SIZE, long style=SYMBOL_VIEWWIDGETCOMMANDS_STYLE) |
Creates the window in such a way as to allow the user to modify the object map entries. | |
void | CreateControls () |
Creates the controls and sizers. | |
wxBitmap | GetBitmapResource (const wxString &name) |
Retrieves bitmap resources. | |
wxIcon | GetIconResource (const wxString &name) |
Retrieves icon resources. | |
void | Init () |
Initialises member variables. | |
void | OnBackClick (wxCommandEvent &event) |
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BUTTON22 | |
void | OnButton17Click (wxCommandEvent &event) |
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BUTTON17 | |
void | OnButton18Click (wxCommandEvent &event) |
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BUTTON18 | |
void | OnButton21Click (wxCommandEvent &event) |
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BUTTON21 | |
void | OnShowClick (wxCommandEvent &event) |
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BUTTON23 | |
void | OnTextctrl14TextUpdated (wxCommandEvent &event) |
wxEVT_COMMAND_TEXT_UPDATED event handler for ID_TEXTCTRL14 | |
void | OnTextctrl15TextUpdated (wxCommandEvent &event) |
wxEVT_COMMAND_TEXT_UPDATED event handler for ID_TEXTCTRL15 | |
ViewWidgetCommands (wxWindow *parent, ViewEvaluatorCommands *vec=NULL, wxWindowID id=SYMBOL_VIEWWIDGETCOMMANDS_IDNAME, const wxString &caption=SYMBOL_VIEWWIDGETCOMMANDS_TITLE, const wxPoint &pos=SYMBOL_VIEWWIDGETCOMMANDS_POSITION, const wxSize &size=SYMBOL_VIEWWIDGETCOMMANDS_SIZE, long style=SYMBOL_VIEWWIDGETCOMMANDS_STYLE) | |
ViewWidgetCommands () | |
Constructors. | |
~ViewWidgetCommands () | |
Destructor. | |
Static Public Member Functions | |
static bool | ShowToolTips () |
Should we show tooltips? |
ViewWidgetCommands class declaration
ViewWidgetCommands::ViewWidgetCommands | ( | ) |
Constructors.
ViewWidgetCommands::ViewWidgetCommands | ( | wxWindow * | parent, |
ViewEvaluatorCommands * | vec = NULL , |
||
wxWindowID | id = SYMBOL_VIEWWIDGETCOMMANDS_IDNAME , |
||
const wxString & | caption = SYMBOL_VIEWWIDGETCOMMANDS_TITLE , |
||
const wxPoint & | pos = SYMBOL_VIEWWIDGETCOMMANDS_POSITION , |
||
const wxSize & | size = SYMBOL_VIEWWIDGETCOMMANDS_SIZE , |
||
long | style = SYMBOL_VIEWWIDGETCOMMANDS_STYLE |
||
) |
ViewWidgetCommands::~ViewWidgetCommands | ( | ) |
Destructor.
bool ViewWidgetCommands::Create | ( | wxWindow * | parent, |
wxWindowID | id = SYMBOL_VIEWWIDGETCOMMANDS_IDNAME , |
||
const wxString & | caption = SYMBOL_VIEWWIDGETCOMMANDS_TITLE , |
||
const wxPoint & | pos = SYMBOL_VIEWWIDGETCOMMANDS_POSITION , |
||
const wxSize & | size = SYMBOL_VIEWWIDGETCOMMANDS_SIZE , |
||
long | style = SYMBOL_VIEWWIDGETCOMMANDS_STYLE |
||
) |
Creates the window in such a way as to allow the user to modify the object map entries.
Creation.
parent | wxWindow* |
void ViewWidgetCommands::CreateControls | ( | ) |
Creates the controls and sizers.
wxBitmap ViewWidgetCommands::GetBitmapResource | ( | const wxString & | name | ) |
Retrieves bitmap resources.
wxIcon ViewWidgetCommands::GetIconResource | ( | const wxString & | name | ) |
Retrieves icon resources.
void ViewWidgetCommands::Init | ( | ) |
Initialises member variables.
void ViewWidgetCommands::OnBackClick | ( | wxCommandEvent & | event | ) |
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BUTTON22
void ViewWidgetCommands::OnButton17Click | ( | wxCommandEvent & | event | ) |
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BUTTON17
void ViewWidgetCommands::OnButton18Click | ( | wxCommandEvent & | event | ) |
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BUTTON18
void ViewWidgetCommands::OnButton21Click | ( | wxCommandEvent & | event | ) |
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BUTTON21
void ViewWidgetCommands::OnShowClick | ( | wxCommandEvent & | event | ) |
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BUTTON23
void ViewWidgetCommands::OnTextctrl14TextUpdated | ( | wxCommandEvent & | event | ) |
wxEVT_COMMAND_TEXT_UPDATED event handler for ID_TEXTCTRL14
void ViewWidgetCommands::OnTextctrl15TextUpdated | ( | wxCommandEvent & | event | ) |
wxEVT_COMMAND_TEXT_UPDATED event handler for ID_TEXTCTRL15
bool ViewWidgetCommands::ShowToolTips | ( | ) | [static] |
Should we show tooltips?