Widget for editing sf::Variable value types integer, floating point and single line string.
More...
#include <AxesCoordEdit.h>
|
void | handleClipboard (bool flag) override |
| Overridden from base class.
|
|
int | editableColumn () const |
| Gets the first editable column number.
|
|
bool | editRow () const |
| Edits the selected row when editable.
|
|
bool | toggleRow () |
| Toggles the row check box in the view for the current selected row.
|
|
void | keyPressEvent (QKeyEvent *event) override |
| Overridden from base class.
|
|
void | initSelection () const |
| Initialize selection of the row.
|
|
| ObjectExtension (QObject *object) |
| Protected constructor only. Inlined so no external libs are need for designer.
|
|
virtual | ~ObjectExtension ()=default |
| Virtual destructor.
|
|
|
static bool | inDesigner () |
| Gets the designer status.
|
|
static QObject * | getExtensionParent (QObject *obj, bool first=true) |
| Return if the passed object has this type as parent. It starts by testing the passed object itself.
|
|
Widget for editing sf::Variable value types integer, floating point and single line string.
◆ CoordStyle
Style of a coordinate.
Enumerator |
---|
csNormal | Normal viewing having check boxes.
|
csFocus | Focus view is the 3D vector and 2 angles.
|
csVector | 3D space vector (xyz) only.
|
csAngles | Angles only.
|
◆ AxesCoordEdit()
sf::AxesCoordEdit::AxesCoordEdit |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ changed()
Q_SIGNAL void sf::AxesCoordEdit::changed |
( |
AxesCoordEdit * |
widget | ) |
|
Declares a typed getter and setter for the 'coordStyle' property.
Declares a typed getter and setter for the 'valueType' property.
Declares a typed getter and setter for the controller. This is not a Qt property at all.
Sets the motion controller instance to for determining the actual axes.
Signal for when a coordinate value has been changed.
◆ getCoord()
Gets the current values as a coordinate.
◆ handleClipboard()
void sf::AxesCoordEdit::handleClipboard |
( |
bool |
flag | ) |
|
|
overrideprotectedvirtual |
◆ setCoord()
Sets the current values from a coordinate.
◆ coordStyle
◆ valueType
The documentation for this class was generated from the following file: