![]() |
C++ Samples
Demonstrates how to create a C++ application using the VideoXpert SDK
|
This plugin sample adds a notification to the current system. More...
#include <AddNotification.h>
Public Member Functions | |
| AddNotification (const std::string description) | |
| ~AddNotification () | |
| CppSamples::Common::Plugin * | Run (CppSamples::Common::DataModel *dataModel) override |
| Adds a notification to the current system. 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... | |
Private Member Functions | |
| std::vector< std::string > | GetSelectedRoles (VxSdk::IVxSystem *vxSystem) |
| Get a list of selected roles from the given VideoExpert system. More... | |
| VxSdk::VxCollection< VxSdk::IVxRole ** > | GetRoles (VxSdk::IVxSystem *vxSystem) |
| Get a collection of roles from the given VideoExpert system. More... | |
This plugin sample adds a notification to the current system.
Definition at line 14 of file AddNotification.h.
Inherits CppSamples::Common::Plugin.
|
inline |
Definition at line 16 of file AddNotification.h.
|
inline |
Definition at line 17 of file AddNotification.h.
|
private |
Get a collection of roles from the given VideoExpert system.
| vxSystem | Pointer to the VideoExpert system. |
Definition at line 79 of file AddNotification.cpp.
|
private |
Get a list of selected roles from the given VideoExpert system.
| vxSystem | Pointer to the VideoExpert system. |
Definition at line 51 of file AddNotification.cpp.
|
overridevirtual |
Adds a notification to the current system.
| dataModel | Instance of data model. |
Implements CppSamples::Common::Plugin.
Definition at line 14 of file AddNotification.cpp.