NIREP

QuickView2 Class Reference

Inheritance diagram for QuickView2:
Collaboration diagram for QuickView2:

List of all members.

Public Member Functions

bool Create (wxWindow *parent, wxWindowID id=SYMBOL_QUICKVIEW2_IDNAME, const wxString &caption=SYMBOL_QUICKVIEW2_TITLE, const wxPoint &pos=SYMBOL_QUICKVIEW2_POSITION, const wxSize &size=SYMBOL_QUICKVIEW2_SIZE, long style=SYMBOL_QUICKVIEW2_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 OnAddCoordinateClick (wxCommandEvent &event)
 wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_GENERATE
void OnAddEvaluatorCommandClick (wxCommandEvent &event)
 wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_ADD_EVALUATOR_COMMAND
void OnAddRDL (wxCommandEvent &event)
 wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BROWSE2
void OnAddWidgetCommandClick (wxCommandEvent &event)
 wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_ADD_WIDGET_COMMAND
void OnAdvancedClick (wxCommandEvent &event)
 wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_ADVANCED
void OnBrowse2Click (wxCommandEvent &event)
 wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BROWSE2
void OnBrowse3Click (wxCommandEvent &event)
 wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BROWSE3
void OnBrowseClick (wxCommandEvent &event)
 wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BROWSE
void OnCancelClick (wxCommandEvent &event)
 wxEVT_COMMAND_BUTTON_CLICKED event handler for wxID_CANCEL
void OnColTextUpdated (wxCommandEvent &event)
 wxEVT_COMMAND_TEXT_UPDATED event handler for ID_COL
void OnCombobox5Selected (wxCommandEvent &event)
 wxEVT_COMMAND_COMBOBOX_SELECTED event handler for ID_COMBOBOX5
void OnCoordinateGridChange (wxGridEvent &event)
 wxEVT_COMMAND_BUTTON_CLICKED event handler for wxID_CANCEL
void OnDatatypeSelected (wxCommandEvent &event)
 wxEVT_COMMAND_COMBOBOX_SELECTED event handler for ID_DATATYPE
void OnDeleteCoordinateClick (wxCommandEvent &event)
 wxEVT_COMMAND_BUTTON_CLICKED event handler for wxID_CANCEL
void OnDeleteRDL (wxCommandEvent &event)
 wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BROWSE3
void OnEvaluatorCommandCellChanged (wxGridEvent &event)
 wxEVT_GRID_CMD_CELL_CHANGED event handler for ID_EVALUATOR_COMMAND
void OnFormatSelected (wxCommandEvent &event)
 wxEVT_COMMAND_COMBOBOX_SELECTED event handler for ID_FORMAT
void OnGenerateClick (wxCommandEvent &event)
 wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_GENERATE
void OnListRdlSelected (wxCommandEvent &event)
 wxEVT_COMMAND_LISTBOX_SELECTED event handler for ID_LIST_RDL
void OnNotebookPageChanged (wxNotebookEvent &event)
 wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED event handler for ID_NOTEBOOK
void OnRowTextUpdated (wxCommandEvent &event)
 wxEVT_COMMAND_TEXT_UPDATED event handler for ID_ROW
void OnShowClick (wxCommandEvent &event)
 wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_SHOW
void OnUpdateDMID (wxCommandEvent &event)
 wxEVT_COMMAND_BUTTON_CLICKED event handler for wxID_CANCEL
void OnUpdateVariables (wxCommandEvent &event)
 wxEVT_COMMAND_BUTTON_CLICKED event handler for wxID_CANCEL
void OnWidgetCommandCellChanged (wxGridEvent &event)
 wxEVT_GRID_CMD_CELL_CHANGED event handler for ID_WIDGET_COMMAND
 QuickView2 ()
 Constructors.
 QuickView2 (wxWindow *parent, wxWindowID id=SYMBOL_QUICKVIEW2_IDNAME, const wxString &caption=SYMBOL_QUICKVIEW2_TITLE, const wxPoint &pos=SYMBOL_QUICKVIEW2_POSITION, const wxSize &size=SYMBOL_QUICKVIEW2_SIZE, long style=SYMBOL_QUICKVIEW2_STYLE)
 ~QuickView2 ()
 Destructor.

Static Public Member Functions

static bool ShowToolTips ()
 Should we show tooltips?

Detailed Description

QuickView2 class declaration


Constructor & Destructor Documentation

QuickView2::QuickView2 ( )

Constructors.

QuickView2::QuickView2 ( wxWindow *  parent,
wxWindowID  id = SYMBOL_QUICKVIEW2_IDNAME,
const wxString &  caption = SYMBOL_QUICKVIEW2_TITLE,
const wxPoint &  pos = SYMBOL_QUICKVIEW2_POSITION,
const wxSize &  size = SYMBOL_QUICKVIEW2_SIZE,
long  style = SYMBOL_QUICKVIEW2_STYLE 
)
QuickView2::~QuickView2 ( )

Destructor.


Member Function Documentation

bool QuickView2::Create ( wxWindow *  parent,
wxWindowID  id = SYMBOL_QUICKVIEW2_IDNAME,
const wxString &  caption = SYMBOL_QUICKVIEW2_TITLE,
const wxPoint &  pos = SYMBOL_QUICKVIEW2_POSITION,
const wxSize &  size = SYMBOL_QUICKVIEW2_SIZE,
long  style = SYMBOL_QUICKVIEW2_STYLE 
)
void QuickView2::CreateControls ( )

Creates the controls and sizers.

wxBitmap QuickView2::GetBitmapResource ( const wxString &  name)

Retrieves bitmap resources.

wxIcon QuickView2::GetIconResource ( const wxString &  name)

Retrieves icon resources.

void QuickView2::Init ( )

Initialises member variables.

void QuickView2::OnAddCoordinateClick ( wxCommandEvent &  event)

wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_GENERATE

void QuickView2::OnAddEvaluatorCommandClick ( wxCommandEvent &  event)

wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_ADD_EVALUATOR_COMMAND

void QuickView2::OnAddRDL ( wxCommandEvent &  event)

wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BROWSE2

void QuickView2::OnAddWidgetCommandClick ( wxCommandEvent &  event)

wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_ADD_WIDGET_COMMAND

void QuickView2::OnAdvancedClick ( wxCommandEvent &  event)

wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_ADVANCED

void QuickView2::OnBrowse2Click ( wxCommandEvent &  event)

wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BROWSE2

void QuickView2::OnBrowse3Click ( wxCommandEvent &  event)

wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BROWSE3

void QuickView2::OnBrowseClick ( wxCommandEvent &  event)

wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BROWSE

void QuickView2::OnCancelClick ( wxCommandEvent &  event)

wxEVT_COMMAND_BUTTON_CLICKED event handler for wxID_CANCEL

void QuickView2::OnColTextUpdated ( wxCommandEvent &  event)

wxEVT_COMMAND_TEXT_UPDATED event handler for ID_COL

void QuickView2::OnCombobox5Selected ( wxCommandEvent &  event)

wxEVT_COMMAND_COMBOBOX_SELECTED event handler for ID_COMBOBOX5

void QuickView2::OnCoordinateGridChange ( wxGridEvent &  event)

wxEVT_COMMAND_BUTTON_CLICKED event handler for wxID_CANCEL

void QuickView2::OnDatatypeSelected ( wxCommandEvent &  event)

wxEVT_COMMAND_COMBOBOX_SELECTED event handler for ID_DATATYPE

void QuickView2::OnDeleteCoordinateClick ( wxCommandEvent &  event)

wxEVT_COMMAND_BUTTON_CLICKED event handler for wxID_CANCEL

void QuickView2::OnDeleteRDL ( wxCommandEvent &  event)

wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BROWSE3

void QuickView2::OnEvaluatorCommandCellChanged ( wxGridEvent &  event)

wxEVT_GRID_CMD_CELL_CHANGED event handler for ID_EVALUATOR_COMMAND

void QuickView2::OnFormatSelected ( wxCommandEvent &  event)

wxEVT_COMMAND_COMBOBOX_SELECTED event handler for ID_FORMAT

void QuickView2::OnGenerateClick ( wxCommandEvent &  event)

wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_GENERATE

void QuickView2::OnListRdlSelected ( wxCommandEvent &  event)

wxEVT_COMMAND_LISTBOX_SELECTED event handler for ID_LIST_RDL

void QuickView2::OnNotebookPageChanged ( wxNotebookEvent &  event)

wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED event handler for ID_NOTEBOOK

void QuickView2::OnRowTextUpdated ( wxCommandEvent &  event)

wxEVT_COMMAND_TEXT_UPDATED event handler for ID_ROW

void QuickView2::OnShowClick ( wxCommandEvent &  event)

wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_SHOW

void QuickView2::OnUpdateDMID ( wxCommandEvent &  event)

wxEVT_COMMAND_BUTTON_CLICKED event handler for wxID_CANCEL

void QuickView2::OnUpdateVariables ( wxCommandEvent &  event)

wxEVT_COMMAND_BUTTON_CLICKED event handler for wxID_CANCEL

void QuickView2::OnWidgetCommandCellChanged ( wxGridEvent &  event)

wxEVT_GRID_CMD_CELL_CHANGED event handler for ID_WIDGET_COMMAND

bool QuickView2::ShowToolTips ( ) [static]

Should we show tooltips?

 All Classes Functions Variables Typedefs Enumerations Enumerator