CCAFFEINE
0.8.8
|
#include <BuilderController.h>
Public Member Functions | |
virtual int | parse ()=0 |
virtual void | addAction (CmdAction *action)=0 |
A command line controller of the Model-View-Controller pattern for the builder. This reads from input and instructs the BuilderModel to perform actions and the BuilderView to printout information.
virtual int BuilderController::parse | ( | ) | [pure virtual] |
Begin recieving input events from the user.
Implemented in CmdLineBuilderController2.
virtual void BuilderController::addAction | ( | CmdAction * | action | ) | [pure virtual] |
Add an action to the command stream of the controller. Right now the Benware does not support removal.
Implemented in CmdLineBuilderController2.