![]() |
An open-source, flexible 3D physical simulation framework
|
#include <EntityView.h>
Public Member Functions | |
EntityView (lib_manager::LibManager *theManager) | |
~EntityView () | |
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) |
void | menuAction (int action, bool checked=false) |
Called whenever a menu item is selected. More... | |
void | closedWidget () |
![]() | |
MarsPluginTemplateGUI (lib_manager::LibManager *theManager, std::string libName) | |
~MarsPluginTemplateGUI () | |
![]() | |
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 () |
![]() | |
virtual | ~MenuInterface () |
![]() | |
CFGClient () | |
virtual | ~CFGClient () |
virtual void | cfgParamCreated (cfgParamId _id) |
virtual void | cfgParamRemoved (cfgParamId _id) |
Private Attributes | |
cfg_manager::cfgPropertyStruct | example |
EntityViewMainWindow * | view |
Additional Inherited Members | |
![]() | |
std::string | configPath |
std::string | resourcesPath |
main_gui::GuiInterface * | gui |
![]() | |
LibManager * | libManager |
ModuleInfo | moduleInfo |
![]() | |
ControlCenter * | control |
Definition at line 53 of file EntityView.h.
mars::plugins::EntityView::EntityView::EntityView | ( | lib_manager::LibManager * | theManager | ) |
Definition at line 41 of file EntityView.cpp.
mars::plugins::EntityView::EntityView::~EntityView | ( | ) |
Definition at line 86 of file EntityView.cpp.
|
virtual |
Reimplemented from mars::cfg_manager::CFGClient.
Definition at line 101 of file EntityView.cpp.
void mars::plugins::EntityView::EntityView::closedWidget | ( | ) |
Definition at line 119 of file EntityView.cpp.
mars::plugins::EntityView::EntityView::CREATE_MODULE_INFO | ( | ) |
|
inlinevirtual |
Implements lib_manager::LibInterface.
Definition at line 66 of file EntityView.h.
|
inlinevirtual |
Implements lib_manager::LibInterface.
Definition at line 64 of file EntityView.h.
|
virtual |
Implements mars::interfaces::PluginInterface.
Definition at line 45 of file EntityView.cpp.
|
virtual |
Called whenever a menu item is selected.
action | The action that is passed to the GuiInterface via addGenericMenuAction function. |
checked | Indicates if the menu/menu item is checked or not. |
Implements mars::main_gui::MenuInterface.
Definition at line 108 of file EntityView.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 95 of file EntityView.cpp.
|
virtual |
Implements mars::interfaces::PluginInterface.
Definition at line 83 of file EntityView.cpp.
|
virtual |
Implements mars::interfaces::PluginInterface.
Definition at line 90 of file EntityView.cpp.
|
private |
Definition at line 89 of file EntityView.h.
|
private |
Definition at line 90 of file EntityView.h.