![]() |
C++ Samples
Demonstrates how to create a C++ application using the VideoXpert SDK
|
Controller class handles the business logic of this application. More...
#include <Controller.h>
Public Member Functions | |
| Controller (MenuItem *root) | |
| ~Controller () | |
| void | Run () |
| Run the selected plugin continously untill it gets a null reference from any plugin. More... | |
Private Member Functions | |
| DataModel * | Initialize () |
Private Attributes | |
| MenuItem * | _root |
| Plugin * | _selectedPlugin |
Controller class handles the business logic of this application.
Definition at line 11 of file Controller.h.
|
inline |
Definition at line 13 of file Controller.h.
|
inline |
Definition at line 14 of file Controller.h.
|
private |
Definition at line 50 of file Controller.cpp.
| void Controller::Run | ( | ) |
Run the selected plugin continously untill it gets a null reference from any plugin.
| dataModel | Instance of data model. |
Definition at line 20 of file Controller.cpp.
|
private |
Definition at line 24 of file Controller.h.
|
private |
Definition at line 25 of file Controller.h.