#include <__project__.h>
Definition at line 53 of file __project__.h.
◆ __classname__() [1/2]
◆ ~__classname__() [1/2]
mars::plugins::__namespace__::__classname__::~__classname__ |
( |
| ) |
|
◆ __classname__() [2/2]
◆ ~__classname__() [2/2]
mars::plugins::__namespace__::__classname__::~__classname__ |
( |
| ) |
|
◆ cfgUpdateProperty() [1/2]
◆ cfgUpdateProperty() [2/2]
◆ CREATE_MODULE_INFO() [1/2]
mars::plugins::__namespace__::__classname__::CREATE_MODULE_INFO |
( |
| ) |
|
◆ CREATE_MODULE_INFO() [2/2]
mars::plugins::__namespace__::__classname__::CREATE_MODULE_INFO |
( |
| ) |
|
◆ getLibName() [1/2]
const std::string mars::plugins::__namespace__::__classname__::getLibName |
( |
| ) |
const |
|
inlinevirtual |
◆ getLibName() [2/2]
const std::string mars::plugins::__namespace__::__classname__::getLibName |
( |
| ) |
const |
|
inlinevirtual |
◆ getLibVersion() [1/2]
int mars::plugins::__namespace__::__classname__::getLibVersion |
( |
| ) |
const |
|
inlinevirtual |
◆ getLibVersion() [2/2]
int mars::plugins::__namespace__::__classname__::getLibVersion |
( |
| ) |
const |
|
inlinevirtual |
◆ init() [1/2]
void mars::plugins::__namespace__::__classname__::init |
( |
| ) |
|
|
virtual |
◆ init() [2/2]
void mars::plugins::__namespace__::__classname__::init |
( |
void |
| ) |
|
|
virtual |
◆ menuAction()
void mars::plugins::__namespace__::__classname__::menuAction |
( |
int |
action, |
|
|
bool |
checked = false |
|
) |
| |
|
virtual |
Called whenever a menu item is selected.
- Parameters
-
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 98 of file __project__.cpp.
◆ receiveData() [1/2]
The DataBroker will call this method to notify the receiver of whenever the condition for which the receiver registered occur.
- Parameters
-
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.
◆ receiveData() [2/2]
The DataBroker will call this method to notify the receiver of whenever the condition for which the receiver registered occur.
- Parameters
-
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 85 of file __project__.cpp.
◆ reset() [1/2]
void mars::plugins::__namespace__::__classname__::reset |
( |
| ) |
|
|
virtual |
◆ reset() [2/2]
void mars::plugins::__namespace__::__classname__::reset |
( |
void |
| ) |
|
|
virtual |
◆ update() [1/2]
◆ update() [2/2]
◆ example
◆ plugin_win
The documentation for this class was generated from the following files:
- /Developer/bob-learning-dev/simulation/mars/plugins/plugin_template/__gui_project__/src/__project__.h
- /Developer/bob-learning-dev/simulation/mars/plugins/plugin_template/__gui_project__/src/__project__.cpp