|
CEBL
2.1
|
#include <CEBLViewCLI.hpp>
Public Member Functions | |
| CEBLViewCLI (CEBLModel *model, int ac=0, char **av=NULL) | |
| ~CEBLViewCLI () | |
| void | Start () |
| start the View | |
Public Member Functions inherited from CEBLView | |
| CEBLView (CEBLModel *model) | |
| virtual | ~CEBLView () |
| CEBLModel * | getModel () |
| get a pointer to the model | |
Additional Inherited Members | |
Protected Attributes inherited from CEBLView | |
| CEBLModel * | model |
| CEBLViewCLI::CEBLViewCLI | ( | CEBLModel * | model, |
| int | ac = 0, |
||
| char ** | av = NULL |
||
| ) |
| CEBLViewCLI::~CEBLViewCLI | ( | ) |
Definition at line 26 of file CEBLViewCLI.cpp.
|
virtual |
start the View
Reimplemented from CEBLView.
Definition at line 35 of file CEBLViewCLI.cpp.
References CEBLModel::deviceExists(), CEBLModel::deviceGetError(), CEBLModel::deviceGetLocation(), CEBLView::model, and PACKAGE_STRING.
Referenced by main().
1.8.1.1