|
Frobby 0.9.5
|
#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.
Definition at line 26 of file ActionPrinter.cpp.
| ActionPrinter::~ActionPrinter | ( | ) |
Definition at line 32 of file ActionPrinter.cpp.
Definition at line 44 of file ActionPrinter.cpp.
| void ActionPrinter::endAction | ( | ) |
Definition at line 51 of file ActionPrinter.cpp.
Definition at line 37 of file ActionPrinter.cpp.
|
private |
Definition at line 35 of file ActionPrinter.h.
Definition at line 34 of file ActionPrinter.h.
|
private |
Definition at line 36 of file ActionPrinter.h.