![]() |
An open-source, flexible 3D physical simulation framework
|
#include <ControllerConfigGUI.h>
Classes | |
struct | ControllerElem |
Public Slots | |
void | disconnectController (void) |
void | connectController (void) |
void | setControllerIP (void) |
void | setControllerPort (void) |
void | toggleControllerAutoMode (bool checked) |
Signals | |
void | closeSignal (void *widget) |
![]() | |
void | hideSignal (void) |
void | closeSignal (void) |
Public Member Functions | |
ControllerConfigGUI (interfaces::ControlCenter *c, main_gui::GuiInterface *gui) | |
~ControllerConfigGUI () | |
![]() | |
BaseWidget (QWidget *parent, cfg_manager::CFGManagerInterface *_cfg, std::string _widgetName) | |
~BaseWidget () | |
virtual void | cfgUpdateProperty (cfg_manager::cfgPropertyStruct _property) |
void | setHiddenCloseState (bool v) |
bool | getHiddenCloseState () |
void | show () |
void | hide () |
bool | isHidden () |
void | saveState () |
const std::string & | getName () |
![]() | |
CFGClient () | |
virtual | ~CFGClient () |
virtual void | cfgParamCreated (cfgParamId _id) |
virtual void | cfgParamRemoved (cfgParamId _id) |
![]() | |
virtual | ~PropertyCallback () |
Destructor. More... | |
virtual void | valueChanged (QtProperty *property, const QVariant &value) |
Called every time a property has changed its value. More... | |
virtual void | topLevelItemChanged (QtProperty *current) |
Called every time another branch of a QtTreePropertyBrowser has been selected. More... | |
virtual void | accept () |
Associated with the OK button of the Property Dialog. More... | |
virtual void | reject () |
Associated with the Cancel button of the Property Dialog. More... | |
Public Attributes | |
main_gui::PropertyDialog * | pDialog |
Protected Slots | |
virtual void | valueChanged (QtProperty *property, const QVariant &value) |
void | timerEvent (QTimerEvent *event) |
Private Member Functions | |
void | updateGUI (void) |
void | closeEvent (QCloseEvent *event) |
Private Attributes | |
main_gui::GuiInterface * | mainGui |
ControllerElem * | controllerElem |
interfaces::ControlCenter * | control |
unsigned long | frame |
bool | take_events |
bool | filled |
QtVariantProperty * | controllerIDCombo |
QtVariantProperty * | autoModeCheck |
QtVariantProperty * | state |
QtVariantProperty * | ip_edit |
QtVariantProperty * | port_edit |
std::vector< ControllerElem * > | controllers |
Additional Inherited Members | |
![]() | |
void | changeEvent (QEvent *ev) |
void | cfgWindow (void) |
void | applyGeometry () |
void | hideEvent (QHideEvent *event) |
void | closeEvent (QCloseEvent *event) |
![]() | |
cfg_manager::CFGManagerInterface * | cfg |
bool | setWindowProp |
bool | hiddenState |
Definition at line 46 of file ControllerConfigGUI.h.
mars::gui::ControllerConfigGUI::ControllerConfigGUI | ( | interfaces::ControlCenter * | c, |
main_gui::GuiInterface * | gui | ||
) |
Definition at line 32 of file ControllerConfigGUI.cpp.
mars::gui::ControllerConfigGUI::~ControllerConfigGUI | ( | void | ) |
Definition at line 78 of file ControllerConfigGUI.cpp.
|
private |
Definition at line 219 of file ControllerConfigGUI.cpp.
|
signal |
|
slot |
Definition at line 124 of file ControllerConfigGUI.cpp.
|
slot |
Definition at line 135 of file ControllerConfigGUI.cpp.
|
slot |
Definition at line 103 of file ControllerConfigGUI.cpp.
|
slot |
Definition at line 114 of file ControllerConfigGUI.cpp.
|
protectedslot |
Definition at line 146 of file ControllerConfigGUI.cpp.
|
slot |
Definition at line 94 of file ControllerConfigGUI.cpp.
|
private |
Definition at line 203 of file ControllerConfigGUI.cpp.
|
protectedvirtualslot |
Definition at line 82 of file ControllerConfigGUI.cpp.
|
private |
Definition at line 81 of file ControllerConfigGUI.h.
|
private |
Definition at line 76 of file ControllerConfigGUI.h.
|
private |
Definition at line 75 of file ControllerConfigGUI.h.
|
private |
Definition at line 80 of file ControllerConfigGUI.h.
|
private |
Definition at line 84 of file ControllerConfigGUI.h.
|
private |
Definition at line 78 of file ControllerConfigGUI.h.
|
private |
Definition at line 77 of file ControllerConfigGUI.h.
|
private |
Definition at line 82 of file ControllerConfigGUI.h.
|
private |
Definition at line 67 of file ControllerConfigGUI.h.
main_gui::PropertyDialog* mars::gui::ControllerConfigGUI::pDialog |
Definition at line 54 of file ControllerConfigGUI.h.
|
private |
Definition at line 82 of file ControllerConfigGUI.h.
|
private |
Definition at line 81 of file ControllerConfigGUI.h.
|
private |
Definition at line 78 of file ControllerConfigGUI.h.