#include <monitorPieces.h>
Class diagram for MonitorSampledBar:
Public Members | |||
![]() | ![]() | MonitorSampledBar () | |
![]() | ![]() | void | init () |
![]() | ![]() | int32 | capacity () |
![]() | ![]() | int32 | used1 () |
![]() | ![]() | int32 | used2 () |
![]() | ![]() | char* | start1 () |
![]() | ![]() | void | calculate_VM_stats () |
![]() | ![]() | void | update (fint count1, fint count2, fint elapsed_ticks) |
![]() | ![]() | void | update (fint count1, fint count2, fint count3, fint count4, fint elapsed_ticks) |
![]() | ![]() | void | update0 () |
![]() | ![]() | void | draw_long_term (bool mustDraw) |
MonitorSampledBar::MonitorSampledBar () |
void MonitorSampledBar::init () [virtual]
|
Reimplemented from MonitorBar.
int32 MonitorSampledBar::capacity () [inline, virtual]
|
Reimplemented from MonitorBar.
int32 MonitorSampledBar::used1 () [virtual]
|
Reimplemented from MonitorBar.
int32 MonitorSampledBar::used2 () [virtual]
|
Reimplemented from MonitorBar.
char * MonitorSampledBar::start1 () [inline, virtual]
|
Reimplemented from MonitorBar.
void MonitorSampledBar::calculate_VM_stats () [virtual]
|
Reimplemented from MonitorBar.
void MonitorSampledBar::update (fint count1, fint count2, fint et) |
void MonitorSampledBar::update (fint count1, fint count2, fint count3, fint count4, fint et) |
void MonitorSampledBar::update0 () |
void MonitorSampledBar::draw_long_term (bool mustDraw) [virtual]
|
Reimplemented from MonitorBar.