NIREP

LoadDisplay Class Reference

LoadDisplay is responsible. More...

#include <LoadDisplay.h>

Inheritance diagram for LoadDisplay:
Collaboration diagram for LoadDisplay:

List of all members.

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

InterfaceNIREPInterface

Detailed Description

LoadDisplay is responsible.

Notes
  • Work in progress
Dependencies
  • Libraries:
Bugs
Change Log

Definition at line 67 of file LoadDisplay.h.


Constructor & Destructor Documentation

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 ( )

Destructor.

LoadDisplay destructor

Definition at line 95 of file LoadDisplay.cpp.


Member Function Documentation

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)

Retrieves bitmap resources.

Get bitmap resources

Definition at line 201 of file LoadDisplay.cpp.

wxIcon LoadDisplay::GetIconResource ( const wxString &  name)

Retrieves icon resources.

Get icon resources

Definition at line 214 of file LoadDisplay.cpp.

void LoadDisplay::Init ( )

Initialises member variables.

Member initialisation

Definition at line 106 of file LoadDisplay.cpp.

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.


Member Data Documentation

Definition at line 135 of file LoadDisplay.h.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines