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