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