![]() |
C++ Samples
Demonstrates how to create a C++ application using the VideoXpert SDK
|
This class represents a default Back menu More...
#include <MenuItem.h>
Public Member Functions | |
BackMenu () | |
~BackMenu () | |
Plugin * | Run (DataModel *dataModel) override |
Move the controller to parent menu. More... | |
![]() | |
Plugin (const std::string description) | |
virtual | ~Plugin () |
std::string | GetDescription () const |
Gets the description of this plugin. More... | |
Plugin * | GetParent () const |
Gets the reference to the parent of this plugin. More... | |
void | SetParent (Plugin *parent) |
Sets the reference to the parent of this plugin. More... | |
This class represents a default Back menu
Definition at line 46 of file MenuItem.h.
Inherits CppSamples::Common::Plugin.
|
inline |
Definition at line 48 of file MenuItem.h.
|
inline |
Definition at line 49 of file MenuItem.h.
Move the controller to parent menu.
dataModel | Instance of data model. |
Implements CppSamples::Common::Plugin.
Definition at line 56 of file MenuItem.h.