![]() |
C++ Samples
Demonstrates how to create a C++ application using the VideoXpert SDK
|
This plugin sample adds a drawing to the current system. More...
#include <AddDrawing.h>
Public Member Functions | |
AddDrawing (const std::string description) | |
~AddDrawing () | |
CppSamples::Common::Plugin * | Run (CppSamples::Common::DataModel *dataModel) override |
Adds a drawing to 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... | |
This plugin sample adds a drawing to the current system.
Definition at line 12 of file AddDrawing.h.
Inherits CppSamples::Common::Plugin.
|
inline |
Definition at line 14 of file AddDrawing.h.
|
inline |
Definition at line 15 of file AddDrawing.h.
|
overridevirtual |
Adds a drawing to the current system.
dataModel | Instance of data model. |
Implements CppSamples::Common::Plugin.
Definition at line 14 of file AddDrawing.cpp.