#include <monitor_abstract.h>
Class diagram for Indicator:
Public Members | |||
![]() | ![]() | Indicator () | |
![]() | ![]() | virtual void | reposition (fint X, fint Y, fint W) |
![]() | ![]() | virtual void | show (char *text) |
![]() | ![]() | virtual void | show () |
![]() | ![]() | virtual void | show (char *text, fint new_state) |
![]() | ![]() | virtual void | show (char *name, char* compiler, bool recompiling) |
![]() | ![]() | void | hide () |
![]() | ![]() | Indicator () | |
![]() | ![]() | virtual void | reposition (fint X, fint Y, fint W) |
![]() | ![]() | virtual void | show (char *text) |
![]() | ![]() | void | hide () |
Protected Members | |||
![]() | ![]() | void | draw_under () |
![]() | ![]() | void | draw_under () |
![]() | ![]() | fint | x |
![]() | ![]() | fint | y |
![]() | ![]() | fint | w |
![]() | ![]() | bool | visible |
Indicator::Indicator () |
void Indicator::reposition (fint X, fint Y, fint W) [virtual]
|
Reimplemented in ValueIndicator, and ValueIndicator.
void Indicator::show (char * text) [virtual]
|
virtual void Indicator::show () [inline, virtual]
|
Reimplemented in IndicatorLabel, IndicatorLabel, ValueIndicator, and ValueIndicator.
virtual void Indicator::show (char * text, fint new_state) [inline, virtual]
|
Reimplemented in SharedIndicator, and SharedIndicator.
virtual void Indicator::show (char * Name, char * compiler, bool recompiling) [inline, virtual]
|
Reimplemented in CompileIndicator, and CompileIndicator.
void Indicator::hide () |
Reimplemented in SharedIndicator, and SharedIndicator.
Indicator::Indicator () |
void Indicator::reposition (fint X, fint Y, fint W) [virtual]
|
Reimplemented in ValueIndicator, and ValueIndicator.
void Indicator::show (char * text) [virtual]
|
void Indicator::hide () |
Reimplemented in SharedIndicator, and SharedIndicator.
void Indicator::draw_under () [protected]
|
void Indicator::draw_under () [protected]
|
fint Indicator::x [protected]
|
fint Indicator::y [protected]
|
fint Indicator::w [protected]
|
bool Indicator::visible [protected]
|