![]() |
PeriDyno 1.2.1
|
#include <PSettingEditor.h>


Public Slots | |
| void | updateData () override |
| void | setGravity (double v0, double v1, double v2) |
| void | setLowerBound (double v0, double v1, double v2) |
| void | setUpperBound (double v0, double v1, double v2) |
Public Slots inherited from dyno::PSettingWidget | |
| virtual void | updateData () |
Public Member Functions | |
| PSceneSetting (PSettingEditor *editor, std::string title) | |
| ~PSceneSetting () | |
Public Member Functions inherited from dyno::PSettingWidget | |
| PSettingWidget (PSettingEditor *editor, std::string title) | |
| ~PSettingWidget () | |
| QGridLayout * | getScrollLayout () |
| PSettingEditor * | getEditor () |
| void | setLabelTitle (std::string text) |
Private Attributes | |
| QVector3FieldWidget * | gravityWidget = nullptr |
| QVector3FieldWidget * | lowerBoundWidget = nullptr |
| QVector3FieldWidget * | upperBoundWidget = nullptr |
Additional Inherited Members | |
Signals inherited from dyno::PSettingWidget | |
| void | changed (SceneGraph *scn) |
Definition at line 87 of file PSettingEditor.h.
|
inline |
|
inline |
Definition at line 95 of file PSettingEditor.h.
|
slot |
Definition at line 190 of file PSettingEditor.cpp.


|
slot |
Definition at line 195 of file PSettingEditor.cpp.


|
slot |
Definition at line 200 of file PSettingEditor.cpp.


|
overrideslot |
|
private |
Definition at line 103 of file PSettingEditor.h.
|
private |
Definition at line 104 of file PSettingEditor.h.
|
private |
Definition at line 105 of file PSettingEditor.h.