Frobby  0.9.0
Public Member Functions | Private Attributes | List of all members
ActionPrinter Class Reference

#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
 

Detailed Description

Definition at line 23 of file ActionPrinter.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

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.

Member Data Documentation

bool ActionPrinter::_actionBegun
private

Definition at line 35 of file ActionPrinter.h.

const bool ActionPrinter::_printActions
private

Definition at line 34 of file ActionPrinter.h.

Timer ActionPrinter::_timer
private

Definition at line 36 of file ActionPrinter.h.


The documentation for this class was generated from the following files: