wxMaxima
|
The class that draws the status bar. More...
#include <StatusBar.h>
Public Types | |
enum | networkState { idle , error , offline , receive , transmit } |
The network states that can be passed to NetworkStatus() | |
enum | MaximaStatus { wait_for_start , process_wont_start , sending , waiting , waitingForPrompt , waitingForAuth , calculating , parsing , transferring , userinput , disconnected } |
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. | |
wxWindow * | GetNetworkStatusElement () |
wxWindow * | GetStatusTextElement () |
wxWindow * | GetMaximaStatusElement () |
void | SetMaximaCPUPercentage (float percentage) |
Inform the status bar how many percents of the available CPU power maxima uses. | |
void | UpdateStatusMaximaBusy (MaximaStatus status, std::size_t bytesFromMaxima) |
void | SetStatusText (wxString statusText) |
Protected Member Functions | |
void | StatusMsgDClick (wxCommandEvent &ev) |
void | OnSize (wxSizeEvent &event) |
void | OnTimerEvent (wxTimerEvent &event) |
void | HandleTimerEvent () |
The class that draws the status bar.