|
NIREP
|
LoadDisplay is responsible. More...
#include <LoadDisplay.h>


Public Member Functions | |
| bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_LOADDISPLAY_IDNAME, const wxString &caption=SYMBOL_LOADDISPLAY_TITLE, const wxPoint &pos=SYMBOL_LOADDISPLAY_POSITION, const wxSize &size=SYMBOL_LOADDISPLAY_SIZE, long style=SYMBOL_LOADDISPLAY_STYLE) |
| 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. | |
| LoadDisplay (wxWindow *parent, wxWindowID id=SYMBOL_LOADDISPLAY_IDNAME, const wxString &caption=SYMBOL_LOADDISPLAY_TITLE, const wxPoint &pos=SYMBOL_LOADDISPLAY_POSITION, const wxSize &size=SYMBOL_LOADDISPLAY_SIZE, long style=SYMBOL_LOADDISPLAY_STYLE) | |
| LoadDisplay () | |
| Constructors. | |
| void | OnCancelClick (wxCommandEvent &event) |
| wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_CANCEL | |
| void | OnEvalutorFilePickerChanged (wxFileDirPickerEvent &event) |
| wxEVT_FILEPICKER_CHANGED event handler for ID_EVALUTOR_FILE_PICKER | |
| void | OnOkClick (wxCommandEvent &event) |
| wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_OK | |
| void | OnWidgetFilePickerChanged (wxFileDirPickerEvent &event) |
| wxEVT_FILEPICKER_CHANGED event handler for ID_WIDGET_FILE_PICKER | |
| void | SetInterface (Interface *I) |
| ~LoadDisplay () | |
| Destructor. | |
Static Public Member Functions | |
| static bool | ShowToolTips () |
| Should we show tooltips? | |
Private Attributes | |
| Interface * | NIREPInterface |
LoadDisplay is responsible.
Definition at line 67 of file LoadDisplay.h.
| LoadDisplay::LoadDisplay | ( | ) |
Constructors.
LoadDisplay type definition
LoadDisplay event table definition
LoadDisplay constructors
Definition at line 63 of file LoadDisplay.cpp.
| LoadDisplay::LoadDisplay | ( | wxWindow * | parent, |
| wxWindowID | id = SYMBOL_LOADDISPLAY_IDNAME, |
||
| const wxString & | caption = SYMBOL_LOADDISPLAY_TITLE, |
||
| const wxPoint & | pos = SYMBOL_LOADDISPLAY_POSITION, |
||
| const wxSize & | size = SYMBOL_LOADDISPLAY_SIZE, |
||
| long | style = SYMBOL_LOADDISPLAY_STYLE |
||
| ) |
Definition at line 68 of file LoadDisplay.cpp.
| LoadDisplay::~LoadDisplay | ( | ) |
| bool LoadDisplay::Create | ( | wxWindow * | parent, |
| wxWindowID | id = SYMBOL_LOADDISPLAY_IDNAME, |
||
| const wxString & | caption = SYMBOL_LOADDISPLAY_TITLE, |
||
| const wxPoint & | pos = SYMBOL_LOADDISPLAY_POSITION, |
||
| const wxSize & | size = SYMBOL_LOADDISPLAY_SIZE, |
||
| long | style = SYMBOL_LOADDISPLAY_STYLE |
||
| ) |
LoadDisplay creator
Definition at line 79 of file LoadDisplay.cpp.
| void LoadDisplay::CreateControls | ( | ) |
Creates the controls and sizers.
Control creation for LoadDisplay
Definition at line 117 of file LoadDisplay.cpp.
| wxBitmap LoadDisplay::GetBitmapResource | ( | const wxString & | name | ) |
| wxIcon LoadDisplay::GetIconResource | ( | const wxString & | name | ) |
| void LoadDisplay::Init | ( | ) |
| void LoadDisplay::OnCancelClick | ( | wxCommandEvent & | event | ) |
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_CANCEL
Definition at line 248 of file LoadDisplay.cpp.
| void LoadDisplay::OnEvalutorFilePickerChanged | ( | wxFileDirPickerEvent & | event | ) |
wxEVT_FILEPICKER_CHANGED event handler for ID_EVALUTOR_FILE_PICKER
Definition at line 270 of file LoadDisplay.cpp.
| void LoadDisplay::OnOkClick | ( | wxCommandEvent & | event | ) |
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_OK
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BUTTON1
Definition at line 229 of file LoadDisplay.cpp.
| void LoadDisplay::OnWidgetFilePickerChanged | ( | wxFileDirPickerEvent & | event | ) |
wxEVT_FILEPICKER_CHANGED event handler for ID_WIDGET_FILE_PICKER
Definition at line 256 of file LoadDisplay.cpp.
| void LoadDisplay::SetInterface | ( | Interface * | I | ) | [inline] |
Definition at line 135 of file LoadDisplay.h.
| bool LoadDisplay::ShowToolTips | ( | ) | [static] |
Should we show tooltips?
Definition at line 192 of file LoadDisplay.cpp.
Interface* LoadDisplay::NIREPInterface [private] |
Definition at line 135 of file LoadDisplay.h.