![]() |
C++ Samples
Demonstrates how to create a C++ application using the VideoXpert SDK
|
This class represents a default Exit menu More...
#include <MenuItem.h>
Public Member Functions | |
| ExitMenu () | |
| ~ExitMenu () | |
| Plugin * | Run (DataModel *dataModel) override |
| Exit the application by returning a null reference. More... | |
Public Member Functions inherited from CppSamples::Common::Plugin | |
| 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 Exit menu
Definition at line 68 of file MenuItem.h.
Inherits CppSamples::Common::Plugin.
|
inline |
Definition at line 70 of file MenuItem.h.
|
inline |
Definition at line 71 of file MenuItem.h.
Exit the application by returning a null reference.
| dataModel | Instance of data model. |
Implements CppSamples::Common::Plugin.
Definition at line 78 of file MenuItem.h.