NIREP

ViewDisplayDescription Class Reference

Inheritance diagram for ViewDisplayDescription:
Collaboration diagram for ViewDisplayDescription:

List of all members.

Classes

struct  LocationAndText

Public Member Functions

bool Create (wxWindow *parent, wxWindowID id=SYMBOL_ViewDisplayDescription_IDNAME, const wxString &caption=SYMBOL_ViewDisplayDescription_TITLE, const wxPoint &pos=SYMBOL_ViewDisplayDescription_POSITION, const wxSize &size=SYMBOL_ViewDisplayDescription_SIZE, long style=SYMBOL_ViewDisplayDescription_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.
void OnAddRdlClick (wxCommandEvent &event)
 wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_ADD_RDL
void OnCancelClick (wxCommandEvent &event)
 wxEVT_COMMAND_BUTTON_CLICKED event handler for wxID_CANCEL
void OnColumnTextUpdated (wxCommandEvent &event)
 wxEVT_COMMAND_TEXT_UPDATED event handler for ID_COLUMN
void OnExitClick (wxCommandEvent &event)
 wxEVT_COMMAND_MENU_SELECTED event handler for wxID_EXIT
void OnMenuNewClick (wxCommandEvent &event)
 wxEVT_COMMAND_MENU_SELECTED event handler for ID_MENU_NEW
void OnMenuOpenClick (wxCommandEvent &event)
 wxEVT_COMMAND_MENU_SELECTED event handler for ID_MENU_OPEN
void OnMenuSaveClick (wxCommandEvent &event)
 wxEVT_COMMAND_MENU_SELECTED event handler for ID_MENU_SAVE
void OnRemoveRdlClick (wxCommandEvent &event)
 wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_REMOVE_RDL
void OnRightClickSelect (wxCommandEvent &event)
void OnRowTextUpdated (wxCommandEvent &event)
 wxEVT_COMMAND_TEXT_UPDATED event handler for ID_ROW
void OnSaveClick (wxCommandEvent &event)
 wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_CREATE
void OnWidgetCommandsCellChange (wxGridEvent &event)
 wxEVT_GRID_CMD_CELL_CHANGE event handler for ID_WIDGET_COMMANDS
void OnWidgetCommandsCellRightClick (wxGridEvent &event)
 wxEVT_GRID_CMD_CELL_RIGHT_CLICK event handler for ID_WIDGET_COMMANDS
 ViewDisplayDescription ()
 Constructors.
 ViewDisplayDescription (wxWindow *parent, wxWindowID id=SYMBOL_ViewDisplayDescription_IDNAME, const wxString &caption=SYMBOL_ViewDisplayDescription_TITLE, const wxPoint &pos=SYMBOL_ViewDisplayDescription_POSITION, const wxSize &size=SYMBOL_ViewDisplayDescription_SIZE, long style=SYMBOL_ViewDisplayDescription_STYLE)
 ~ViewDisplayDescription ()
 Destructor.

Static Public Member Functions

static bool ShowToolTips ()
 Should we show tooltips?

Detailed Description

ViewDisplayDescription class declaration


Constructor & Destructor Documentation

ViewDisplayDescription::ViewDisplayDescription ( )

Constructors.

ViewDisplayDescription::ViewDisplayDescription ( wxWindow *  parent,
wxWindowID  id = SYMBOL_ViewDisplayDescription_IDNAME,
const wxString &  caption = SYMBOL_ViewDisplayDescription_TITLE,
const wxPoint &  pos = SYMBOL_ViewDisplayDescription_POSITION,
const wxSize &  size = SYMBOL_ViewDisplayDescription_SIZE,
long  style = SYMBOL_ViewDisplayDescription_STYLE 
)
ViewDisplayDescription::~ViewDisplayDescription ( )

Destructor.


Member Function Documentation

bool ViewDisplayDescription::Create ( wxWindow *  parent,
wxWindowID  id = SYMBOL_ViewDisplayDescription_IDNAME,
const wxString &  caption = SYMBOL_ViewDisplayDescription_TITLE,
const wxPoint &  pos = SYMBOL_ViewDisplayDescription_POSITION,
const wxSize &  size = SYMBOL_ViewDisplayDescription_SIZE,
long  style = SYMBOL_ViewDisplayDescription_STYLE 
)
void ViewDisplayDescription::CreateControls ( )

Creates the controls and sizers.

wxBitmap ViewDisplayDescription::GetBitmapResource ( const wxString &  name)

Retrieves bitmap resources.

wxIcon ViewDisplayDescription::GetIconResource ( const wxString &  name)

Retrieves icon resources.

void ViewDisplayDescription::Init ( )

Initialises member variables.

void ViewDisplayDescription::OnAddRdlClick ( wxCommandEvent &  event)

wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_ADD_RDL

void ViewDisplayDescription::OnCancelClick ( wxCommandEvent &  event)

wxEVT_COMMAND_BUTTON_CLICKED event handler for wxID_CANCEL

void ViewDisplayDescription::OnColumnTextUpdated ( wxCommandEvent &  event)

wxEVT_COMMAND_TEXT_UPDATED event handler for ID_COLUMN

void ViewDisplayDescription::OnExitClick ( wxCommandEvent &  event)

wxEVT_COMMAND_MENU_SELECTED event handler for wxID_EXIT

void ViewDisplayDescription::OnMenuNewClick ( wxCommandEvent &  event)

wxEVT_COMMAND_MENU_SELECTED event handler for ID_MENU_NEW

void ViewDisplayDescription::OnMenuOpenClick ( wxCommandEvent &  event)

wxEVT_COMMAND_MENU_SELECTED event handler for ID_MENU_OPEN

void ViewDisplayDescription::OnMenuSaveClick ( wxCommandEvent &  event)

wxEVT_COMMAND_MENU_SELECTED event handler for ID_MENU_SAVE

void ViewDisplayDescription::OnRemoveRdlClick ( wxCommandEvent &  event)

wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_REMOVE_RDL

void ViewDisplayDescription::OnRightClickSelect ( wxCommandEvent &  event)
void ViewDisplayDescription::OnRowTextUpdated ( wxCommandEvent &  event)

wxEVT_COMMAND_TEXT_UPDATED event handler for ID_ROW

void ViewDisplayDescription::OnSaveClick ( wxCommandEvent &  event)

wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_CREATE

void ViewDisplayDescription::OnWidgetCommandsCellChange ( wxGridEvent &  event)

wxEVT_GRID_CMD_CELL_CHANGE event handler for ID_WIDGET_COMMANDS

void ViewDisplayDescription::OnWidgetCommandsCellRightClick ( wxGridEvent &  event)

wxEVT_GRID_CMD_CELL_RIGHT_CLICK event handler for ID_WIDGET_COMMANDS

bool ViewDisplayDescription::ShowToolTips ( ) [static]

Should we show tooltips?

 All Classes Functions Variables Typedefs Enumerations Enumerator