NIREP
|
#include <QuickView.h>
Public Member Functions | |
bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_QUICKVIEW_IDNAME, const wxPoint &pos=wxDefaultPosition) |
Creation. | |
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. | |
QuickView (wxWindow *parent, wxWindowID id=SYMBOL_QUICKVIEW_IDNAME, const wxPoint &pos=wxDefaultPosition) | |
QuickView () | |
Constructors. | |
bool | Run () |
Runs the wizard. | |
~QuickView () | |
Destructor. | |
Static Public Member Functions | |
static bool | ShowToolTips () |
Should we show tooltips? | |
Private Types | |
enum | { ID_QUICKVIEW = 10000, ID_WIZARDPAGE, ID_LISTBOX1, ID_GRID1, ID_TEXTCTRL19, ID_BROWSE, ID_COLLAPSIBLEPANE2, ID_COMBOBOX2, ID_COMBOBOX3, ID_TEXTCTRL11, ID_TEXTCTRL13, ID_COMBOBOX4, ID_COLLAPSIBLEPANE, ID_SCROLLEDWINDOW3, ID_TEXTCTRL16, ID_TEXTCTRL17, ID_TEXTCTRL18, ID_TEXTCTRL, ID_TEXTCTRL1, ID_BUTTON3, ID_BUTTON4, ID_WIZARDPAGE2, ID_TEXTCTRL14, ID_TEXTCTRL15, ID_GRID2, ID_GRID4, ID_BUTTON15, ID_BUTTON16, ID_COLLAPSIBLEPANE4, ID_LISTBOX3, ID_GRID5, ID_BUTTON17, ID_BUTTON18 } |
QuickView class declaration
Definition at line 49 of file QuickView.h.
anonymous enum [private] |
Definition at line 91 of file QuickView.h.
QuickView::QuickView | ( | ) |
Constructors.
Definition at line 55 of file QuickView.cpp.
QuickView::QuickView | ( | wxWindow * | parent, |
wxWindowID | id = SYMBOL_QUICKVIEW_IDNAME , |
||
const wxPoint & | pos = wxDefaultPosition |
||
) |
Definition at line 60 of file QuickView.cpp.
QuickView::~QuickView | ( | ) |
Destructor.
Definition at line 88 of file QuickView.cpp.
bool QuickView::Create | ( | wxWindow * | parent, |
wxWindowID | id = SYMBOL_QUICKVIEW_IDNAME , |
||
const wxPoint & | pos = wxDefaultPosition |
||
) |
Creation.
Definition at line 71 of file QuickView.cpp.
void QuickView::CreateControls | ( | ) |
Creates the controls and sizers.
Definition at line 110 of file QuickView.cpp.
wxBitmap QuickView::GetBitmapResource | ( | const wxString & | name | ) |
Retrieves bitmap resources.
Definition at line 162 of file QuickView.cpp.
wxIcon QuickView::GetIconResource | ( | const wxString & | name | ) |
Retrieves icon resources.
Definition at line 175 of file QuickView.cpp.
void QuickView::Init | ( | ) |
Initialises member variables.
Definition at line 99 of file QuickView.cpp.
bool QuickView::Run | ( | ) |
Runs the wizard.
Definition at line 136 of file QuickView.cpp.
bool QuickView::ShowToolTips | ( | ) | [static] |
Should we show tooltips?
Definition at line 153 of file QuickView.cpp.