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