Wrapped LWLMonFuncs.
More...
#include <monitor.h>
List of all members.
Public Member Functions |
| | Monitor (const std::string title, unsigned int flags=LMO_IMMUPD, const char *histfile=0) |
| | Monitor () |
| | ~Monitor (void) |
| void | close (void) |
| void | done (void) |
| void | init (unsigned int total, std::string message) |
| void | init (unsigned int total=1) |
| void | Setup (const std::string title, unsigned int flags=LMO_IMMUPD, const char *histfile=0) |
| void | setwinpos (int x, int y, int w, int h) |
| bool | step (unsigned int incr, std::string message) |
| bool | step (unsigned int incr=1) |
| bool | step (std::string message) |
Protected Member Functions |
| bool | _acquireGlobal () |
| virtual bool | available () const |
| | Check if the global is available.
|
| virtual LWLMonFuncs * | getGlobal () |
| | Get the pointer to the global.
|
| LWLMonFuncs * | operator-> () |
| | Get the pointer to the global.
|
Static Protected Attributes |
| static LWLMonFuncs * | globPtr |
| | Pointer to the global functions.
|
Detailed Description
Constructor & Destructor Documentation
| lwpp::Monitor::Monitor |
( |
const std::string |
title, |
|
|
unsigned int |
flags = LMO_IMMUPD, |
|
|
const char * |
histfile = 0 |
|
) |
| |
|
inline |
| lwpp::Monitor::Monitor |
( |
| ) |
|
|
inline |
| lwpp::Monitor::~Monitor |
( |
void |
| ) |
|
|
inline |
Member Function Documentation
Check if the global is available.
| void lwpp::Monitor::close |
( |
void |
| ) |
|
|
inlinevirtual |
| void lwpp::Monitor::done |
( |
void |
| ) |
|
|
inlinevirtual |
Get the pointer to the global.
| void lwpp::Monitor::init |
( |
unsigned int |
total, |
|
|
std::string |
message |
|
) |
| |
|
inlinevirtual |
| void lwpp::Monitor::init |
( |
unsigned int |
total = 1 | ) |
|
|
inline |
Get the pointer to the global.
| void lwpp::Monitor::Setup |
( |
const std::string |
title, |
|
|
unsigned int |
flags = LMO_IMMUPD, |
|
|
const char * |
histfile = 0 |
|
) |
| |
|
inlinevirtual |
| void lwpp::Monitor::setwinpos |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
w, |
|
|
int |
h |
|
) |
| |
|
inline |
| bool lwpp::Monitor::step |
( |
unsigned int |
incr, |
|
|
std::string |
message |
|
) |
| |
|
inlinevirtual |
| bool lwpp::Monitor::step |
( |
unsigned int |
incr = 1 | ) |
|
|
inline |
| bool lwpp::Monitor::step |
( |
std::string |
message | ) |
|
|
inlinevirtual |
Member Data Documentation
Pointer to the global functions.
The documentation for this class was generated from the following file: