![]() |
C++ Samples
Demonstrates how to create a C++ application using the VideoXpert SDK
|
This plugin sample print all notifications available in the current system. More...
#include <ViewAllNotifications.h>
Public Member Functions | |
ViewAllNotifications (const std::string description) | |
~ViewAllNotifications () | |
CppSamples::Common::Plugin * | Run (CppSamples::Common::DataModel *dataModel) override |
Print all notifications available in the current system. 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... | |
Static Protected Member Functions | |
static VxSdk::VxCollection< VxSdk::IVxNotification ** > | GetNotifications (VxSdk::IVxSystem *vxSystem) |
Get a collection of notifications from the given VideoExpert system. More... | |
static void | PrintNotifications (VxSdk::VxCollection< VxSdk::IVxNotification ** > notificationCollection) |
Prints the given collection of notifications to the screen. More... | |
This plugin sample print all notifications available in the current system.
Definition at line 12 of file ViewAllNotifications.h.
Inherits CppSamples::Common::Plugin.
|
inline |
Definition at line 14 of file ViewAllNotifications.h.
|
inline |
Definition at line 15 of file ViewAllNotifications.h.
|
staticprotected |
Get a collection of notifications from the given VideoExpert system.
vxSystem | Pointer to the VideoExpert system. |
Definition at line 33 of file ViewAllNotifications.cpp.
|
staticprotected |
Prints the given collection of notifications to the screen.
notificationCollection | Collection of notifications. |
Definition at line 47 of file ViewAllNotifications.cpp.
|
overridevirtual |
Print all notifications available in the current system.
dataModel | Instance of data model. |
Implements CppSamples::Common::Plugin.
Definition at line 13 of file ViewAllNotifications.cpp.