NIREP

ViewRDL Class Reference

Inheritance diagram for ViewRDL:
Collaboration diagram for ViewRDL:

List of all members.

Public Member Functions

bool Create (wxWindow *parent, wxWindowID id=SYMBOL_VIEWRDL_IDNAME, const wxString &caption=SYMBOL_VIEWRDL_TITLE, const wxPoint &pos=SYMBOL_VIEWRDL_POSITION, const wxSize &size=SYMBOL_VIEWRDL_SIZE, long style=SYMBOL_VIEWRDL_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 OnAppendClick (wxCommandEvent &event)
 wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_APPEND
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 OnSaveClick (wxCommandEvent &event)
 wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_SAVE
 ViewRDL (wxWindow *parent, ResourceDescriptionList *rdl, wxWindowID id=SYMBOL_VIEWRDL_IDNAME, const wxString &caption=SYMBOL_VIEWRDL_TITLE, const wxPoint &pos=SYMBOL_VIEWRDL_POSITION, const wxSize &size=SYMBOL_VIEWRDL_SIZE, long style=SYMBOL_VIEWRDL_STYLE)
 Constructors.
 ~ViewRDL ()
 Destructor.

Static Public Member Functions

static bool ShowToolTips ()
 Should we show tooltips?

Detailed Description

ViewRDL class declaration


Constructor & Destructor Documentation

ViewRDL::ViewRDL ( wxWindow *  parent,
ResourceDescriptionList rdl,
wxWindowID  id = SYMBOL_VIEWRDL_IDNAME,
const wxString &  caption = SYMBOL_VIEWRDL_TITLE,
const wxPoint &  pos = SYMBOL_VIEWRDL_POSITION,
const wxSize &  size = SYMBOL_VIEWRDL_SIZE,
long  style = SYMBOL_VIEWRDL_STYLE 
)

Constructors.

ViewRDL::~ViewRDL ( )

Destructor.


Member Function Documentation

bool ViewRDL::Create ( wxWindow *  parent,
wxWindowID  id = SYMBOL_VIEWRDL_IDNAME,
const wxString &  caption = SYMBOL_VIEWRDL_TITLE,
const wxPoint &  pos = SYMBOL_VIEWRDL_POSITION,
const wxSize &  size = SYMBOL_VIEWRDL_SIZE,
long  style = SYMBOL_VIEWRDL_STYLE 
)
void ViewRDL::CreateControls ( )

Creates the controls and sizers.

wxBitmap ViewRDL::GetBitmapResource ( const wxString &  name)

Retrieves bitmap resources.

wxIcon ViewRDL::GetIconResource ( const wxString &  name)

Retrieves icon resources.

void ViewRDL::Init ( )

Initialises member variables.

void ViewRDL::OnAppendClick ( wxCommandEvent &  event)

wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_APPEND

void ViewRDL::OnBrowseClick ( wxCommandEvent &  event)

wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BROWSE

void ViewRDL::OnCancelClick ( wxCommandEvent &  event)

wxEVT_COMMAND_BUTTON_CLICKED event handler for wxID_CANCEL

wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_CANCEL

void ViewRDL::OnSaveClick ( wxCommandEvent &  event)

wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_SAVE

bool ViewRDL::ShowToolTips ( ) [static]

Should we show tooltips?

 All Classes Functions Variables Typedefs Enumerations Enumerator