NIREP
|
#include <GaugeNotification.h>
Public Member Functions | |
void | AddItem (std::string item) |
bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_GAUGENOTIFICATION_IDNAME, const wxString &caption=SYMBOL_GAUGENOTIFICATION_TITLE, const wxPoint &pos=SYMBOL_GAUGENOTIFICATION_POSITION, const wxSize &size=SYMBOL_GAUGENOTIFICATION_SIZE, long style=SYMBOL_GAUGENOTIFICATION_STYLE) |
void | CreateControls () |
Creates the controls and sizers. | |
GaugeNotification (wxWindow *parent, wxWindowID id=SYMBOL_GAUGENOTIFICATION_IDNAME, const wxString &caption=SYMBOL_GAUGENOTIFICATION_TITLE, const wxPoint &pos=SYMBOL_GAUGENOTIFICATION_POSITION, const wxSize &size=SYMBOL_GAUGENOTIFICATION_SIZE, long style=SYMBOL_GAUGENOTIFICATION_STYLE) | |
GaugeNotification () | |
Constructors. | |
wxBitmap | GetBitmapResource (const wxString &name) |
Retrieves bitmap resources. | |
wxIcon | GetIconResource (const wxString &name) |
Retrieves icon resources. | |
void | Init () |
Initialises member variables. | |
void | OnTimer (wxTimerEvent &event) |
~GaugeNotification () | |
Destructor. | |
Static Public Member Functions | |
static bool | ShowToolTips () |
Should we show tooltips? | |
Private Attributes | |
wxGauge * | itemGauge5 |
wxTextCtrl * | itemTextCtrl6 |
wxTimer * | my_timer |
GaugeNotification class declaration
Definition at line 55 of file GaugeNotification.h.
GaugeNotification::GaugeNotification | ( | ) |
Constructors.
GaugeNotification type definition
GaugeNotification event table definition
GaugeNotification constructors
Definition at line 56 of file GaugeNotification.cpp.
GaugeNotification::GaugeNotification | ( | wxWindow * | parent, |
wxWindowID | id = SYMBOL_GAUGENOTIFICATION_IDNAME , |
||
const wxString & | caption = SYMBOL_GAUGENOTIFICATION_TITLE , |
||
const wxPoint & | pos = SYMBOL_GAUGENOTIFICATION_POSITION , |
||
const wxSize & | size = SYMBOL_GAUGENOTIFICATION_SIZE , |
||
long | style = SYMBOL_GAUGENOTIFICATION_STYLE |
||
) |
Definition at line 61 of file GaugeNotification.cpp.
GaugeNotification::~GaugeNotification | ( | ) |
void GaugeNotification::AddItem | ( | std::string | item | ) |
Definition at line 173 of file GaugeNotification.cpp.
bool GaugeNotification::Create | ( | wxWindow * | parent, |
wxWindowID | id = SYMBOL_GAUGENOTIFICATION_IDNAME , |
||
const wxString & | caption = SYMBOL_GAUGENOTIFICATION_TITLE , |
||
const wxPoint & | pos = SYMBOL_GAUGENOTIFICATION_POSITION , |
||
const wxSize & | size = SYMBOL_GAUGENOTIFICATION_SIZE , |
||
long | style = SYMBOL_GAUGENOTIFICATION_STYLE |
||
) |
GaugeNotification creator
Definition at line 72 of file GaugeNotification.cpp.
void GaugeNotification::CreateControls | ( | ) |
Creates the controls and sizers.
Control creation for GaugeNotification
Definition at line 110 of file GaugeNotification.cpp.
wxBitmap GaugeNotification::GetBitmapResource | ( | const wxString & | name | ) |
Retrieves bitmap resources.
Get bitmap resources
Definition at line 151 of file GaugeNotification.cpp.
wxIcon GaugeNotification::GetIconResource | ( | const wxString & | name | ) |
void GaugeNotification::Init | ( | ) |
Initialises member variables.
Member initialisation
Definition at line 99 of file GaugeNotification.cpp.
void GaugeNotification::OnTimer | ( | wxTimerEvent & | event | ) |
Definition at line 179 of file GaugeNotification.cpp.
bool GaugeNotification::ShowToolTips | ( | ) | [static] |
Should we show tooltips?
Definition at line 142 of file GaugeNotification.cpp.
wxGauge* GaugeNotification::itemGauge5 [private] |
Definition at line 101 of file GaugeNotification.h.
wxTextCtrl* GaugeNotification::itemTextCtrl6 [private] |
Definition at line 99 of file GaugeNotification.h.
wxTimer* GaugeNotification::my_timer [private] |
Definition at line 100 of file GaugeNotification.h.