NIREP

GaugeNotification Class Reference

#include <GaugeNotification.h>

Inheritance diagram for GaugeNotification:
Collaboration diagram for GaugeNotification:

List of all members.

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
wxTextCtrlitemTextCtrl6
wxTimer * my_timer

Detailed Description

GaugeNotification class declaration

Definition at line 55 of file GaugeNotification.h.


Constructor & Destructor Documentation

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 ( )

Destructor.

GaugeNotification destructor

Definition at line 88 of file GaugeNotification.cpp.


Member Function Documentation

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)

Retrieves icon resources.

Get icon resources

Definition at line 164 of file GaugeNotification.cpp.

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.


Member Data Documentation

wxGauge* GaugeNotification::itemGauge5 [private]

Definition at line 101 of file GaugeNotification.h.

Definition at line 99 of file GaugeNotification.h.

wxTimer* GaugeNotification::my_timer [private]

Definition at line 100 of file GaugeNotification.h.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines