The VgIModule interface allow to use a set of optional and modular features from the Visioglobe SDK. More...
Public Member Functions | |
virtual | ~VgIModule () |
Destructor. | |
virtual const std::string & | getName () const =0 |
Retrieves the module name. | |
Protected Member Functions | |
VgIModule () | |
Constructor. |
The VgIModule interface allow to use a set of optional and modular features from the Visioglobe SDK.
VgApplication::VgIModule::VgIModule | ( | ) | [inline, protected] |
Constructor.
virtual VgApplication::VgIModule::~VgIModule | ( | ) | [inline, virtual] |
Destructor.
virtual const std::string& VgApplication::VgIModule::getName | ( | ) | const [pure virtual] |
Retrieves the module name.