![]() |
An open-source, flexible 3D physical simulation framework
|
#include <Text3D.h>
Public Member Functions | |
Text3D (lib_manager::LibManager *theManager) | |
~Text3D () | |
int | getLibVersion () const |
const std::string | getLibName () const |
CREATE_MODULE_INFO () | |
void | init () |
void | reset () |
void | update (mars::interfaces::sReal time_ms) |
virtual void | receiveData (const data_broker::DataInfo &info, const data_broker::DataPackage &package, int callbackParam) |
The DataBroker will call this method to notify the receiver of whenever the condition for which the receiver registered occur. More... | |
virtual void | cfgUpdateProperty (cfg_manager::cfgPropertyStruct _property) |
![]() | |
MarsPluginTemplate (lib_manager::LibManager *theManager, std::string libName) | |
~MarsPluginTemplate () | |
![]() | |
LibInterface (LibManager *theManager) | |
virtual | ~LibInterface (void) |
ModuleInfo | getModuleInfo () const |
virtual void | newLibLoaded (const std::string &libName) |
virtual void | createModuleInfo (void) |
![]() | |
PluginInterface (ControlCenter *control) | |
virtual | ~PluginInterface (void) |
virtual void | handleError (void) |
virtual void | getSomeData (void *data) |
![]() | |
ReceiverInterface () | |
virtual | ~ReceiverInterface () |
![]() | |
CFGClient () | |
virtual | ~CFGClient () |
virtual void | cfgParamCreated (cfgParamId _id) |
virtual void | cfgParamRemoved (cfgParamId _id) |
Private Attributes | |
cfg_manager::cfgPropertyStruct | example |
osg_text::TextFactoryInterface * | textFactory |
std::map< cfg_manager::cfgParamId, TextData * > | textMap |
int | maskId |
Additional Inherited Members | |
![]() | |
std::string | configPath |
std::string | resourcesPath |
![]() | |
LibManager * | libManager |
ModuleInfo | moduleInfo |
![]() | |
ControlCenter * | control |
mars::plugins::Text3D::Text3D::Text3D | ( | lib_manager::LibManager * | theManager | ) |
Definition at line 44 of file Text3D.cpp.
mars::plugins::Text3D::Text3D::~Text3D | ( | ) |
Definition at line 184 of file Text3D.cpp.
|
virtual |
Reimplemented from mars::cfg_manager::CFGClient.
Definition at line 198 of file Text3D.cpp.
mars::plugins::Text3D::Text3D::CREATE_MODULE_INFO | ( | ) |
|
inlinevirtual |
Implements lib_manager::LibInterface.
|
inlinevirtual |
Implements lib_manager::LibInterface.
|
virtual |
Implements mars::interfaces::PluginInterface.
Definition at line 48 of file Text3D.cpp.
|
virtual |
The DataBroker will call this method to notify the receiver of whenever the condition for which the receiver registered occur.
info | Information about the DataPackage. |
dataPackage | The DataPackage containing all the data. |
callbackParam | The int the receiver passed during registration. The default (the receiver didn't provide a callbackParam) is 0. This can be used to easily distinguish different registrations. |
Implements mars::data_broker::ReceiverInterface.
Definition at line 192 of file Text3D.cpp.
|
virtual |
Implements mars::interfaces::PluginInterface.
Definition at line 181 of file Text3D.cpp.
|
virtual |
Implements mars::interfaces::PluginInterface.
Definition at line 189 of file Text3D.cpp.
|
private |
|
private |
|
private |