|
Frobby
0.9.0
|
#include <ActionPrinter.h>
Public Member Functions | |
| ActionPrinter (bool printActions) | |
| ActionPrinter (bool printActions, const char *message) | |
| ~ActionPrinter () | |
| void | printMessage (const char *message) |
| void | beginAction (const char *message) |
| void | endAction () |
Private Attributes | |
| const bool | _printActions |
| bool | _actionBegun |
| Timer | _timer |
Definition at line 23 of file ActionPrinter.h.
| ActionPrinter::ActionPrinter | ( | bool | printActions | ) |
Definition at line 21 of file ActionPrinter.cpp.
| ActionPrinter::ActionPrinter | ( | bool | printActions, |
| const char * | message | ||
| ) |
Definition at line 26 of file ActionPrinter.cpp.
| ActionPrinter::~ActionPrinter | ( | ) |
Definition at line 32 of file ActionPrinter.cpp.
| void ActionPrinter::beginAction | ( | const char * | message | ) |
Definition at line 44 of file ActionPrinter.cpp.
| void ActionPrinter::endAction | ( | ) |
Definition at line 51 of file ActionPrinter.cpp.
| void ActionPrinter::printMessage | ( | const char * | message | ) |
Definition at line 37 of file ActionPrinter.cpp.
|
private |
Definition at line 35 of file ActionPrinter.h.
|
private |
Definition at line 34 of file ActionPrinter.h.
|
private |
Definition at line 36 of file ActionPrinter.h.
1.8.9.1