![]() |
An open-source, flexible 3D physical simulation framework
|
#include <DialogControllers.h>
Public Member Functions | |
DialogControllers (interfaces::ControlCenter *c, main_gui::GuiInterface *gui) | |
~DialogControllers () | |
void | show (void) |
void | hide (void) |
bool | isHidden (void) |
void | close (void) |
![]() | |
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 | 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 |
Private Slots | |
void | on_new_controller () |
void | on_remove_controller () |
void | on_add_controller () |
void | on_nodes_selection () |
void | on_sensors_selection () |
void | on_motors_selection () |
void | closeDialog () |
Private Member Functions | |
virtual void | topLevelItemChanged (QtProperty *current) |
Called every time another branch of a QtTreePropertyBrowser has been selected. More... | |
virtual void | valueChanged (QtProperty *property, const QVariant &value) |
Called every time a property has changed its value. More... | |
Private Attributes | |
QtProperty * | oldFocus |
bool | filled |
QPushButton * | addButton |
QPushButton * | removeButton |
std::vector< ControllerHandler * > | allDialogs |
std::vector< ControllerHandler * > | newDialogs |
std::vector< QtProperty * > | allControllers_p |
std::vector< QtProperty * > | newControllers_p |
std::vector< interfaces::core_objects_exchange > | allControllers |
interfaces::ControlCenter * | control |
main_gui::GuiInterface * | mainGui |
Additional Inherited Members | |
![]() | |
void | hideSignal (void) |
void | closeSignal (void) |
![]() | |
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 49 of file DialogControllers.h.
mars::gui::DialogControllers::DialogControllers | ( | interfaces::ControlCenter * | c, |
main_gui::GuiInterface * | gui | ||
) |
Definition at line 30 of file DialogControllers.cpp.
mars::gui::DialogControllers::~DialogControllers | ( | ) |
Definition at line 70 of file DialogControllers.cpp.
|
inline |
Definition at line 63 of file DialogControllers.h.
|
privateslot |
Definition at line 73 of file DialogControllers.cpp.
|
inline |
Definition at line 61 of file DialogControllers.h.
|
inline |
Definition at line 62 of file DialogControllers.h.
|
privateslot |
Definition at line 191 of file DialogControllers.cpp.
|
privateslot |
Definition at line 235 of file DialogControllers.cpp.
|
privateslot |
Definition at line 141 of file DialogControllers.cpp.
|
privateslot |
Definition at line 213 of file DialogControllers.cpp.
|
privateslot |
Definition at line 157 of file DialogControllers.cpp.
|
privateslot |
Definition at line 224 of file DialogControllers.cpp.
|
inline |
Definition at line 60 of file DialogControllers.h.
|
privatevirtual |
Called every time another branch of a QtTreePropertyBrowser has been selected.
current | The current top level item that is selected. |
Reimplemented from mars::main_gui::PropertyCallback.
Definition at line 112 of file DialogControllers.cpp.
|
privatevirtual |
Called every time a property has changed its value.
property | The property with a new value. |
value | The new value. |
Reimplemented from mars::main_gui::PropertyCallback.
Definition at line 95 of file DialogControllers.cpp.
|
private |
Definition at line 71 of file DialogControllers.h.
|
private |
Definition at line 77 of file DialogControllers.h.
|
private |
Definition at line 75 of file DialogControllers.h.
|
private |
Definition at line 73 of file DialogControllers.h.
|
private |
Definition at line 78 of file DialogControllers.h.
|
private |
Definition at line 70 of file DialogControllers.h.
|
private |
Definition at line 79 of file DialogControllers.h.
|
private |
Definition at line 76 of file DialogControllers.h.
|
private |
Definition at line 74 of file DialogControllers.h.
|
private |
Definition at line 69 of file DialogControllers.h.
main_gui::PropertyDialog* mars::gui::DialogControllers::pDialog |
Definition at line 58 of file DialogControllers.h.
|
private |
Definition at line 72 of file DialogControllers.h.