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