![]() |
wxMaxima
|
#include <StatusBar.h>
Public Types | |
enum | networkState { idle, error, offline, receive, transmit } |
The network states that can be passed to NetworkStatus() | |
Public Member Functions | |
StatusBar (wxWindow *parent, int id) | |
void | UpdateBitmaps () |
Update the bitmaps to the Right size for the Resolution. | |
void | NetworkStatus (networkState status) |
Informs the status bar about networking events. | |
wxStaticBitmap * | GetNetworkStatusElement () |
void | SetMaximaCPUPercentage (float percentage) |
Inform the status bar how many percents of the available CPU power maxima uses. | |
Protected Member Functions | |
void | OnSize (wxSizeEvent &event) |
void | OnTimerEvent (wxTimerEvent &event) |
void | HandleTimerEvent () |
The class that draws the status bar