SnapIntervals Class Reference
The class for sending and receiving custom snap value events. More...
#include <GuiEvents.hh>
Public Member Functions | |
SnapIntervals (const math::Vector3d &_xyz, const math::Vector3d &_rpy, const math::Vector3d &_scale) | |
Constructor. More... | |
math::Vector3d | RPY () const |
Get the RPY snapping values. More... | |
math::Vector3d | Scale () const |
Get the scale snapping values. More... | |
math::Vector3d | XYZ () const |
Get the XYZ snapping values. More... | |
Static Public Attributes | |
static const QEvent::Type | kType = QEvent::Type(QEvent::User) |
The QEvent representing a snap event occurrence. More... | |
Detailed Description
The class for sending and receiving custom snap value events.
Constructor & Destructor Documentation
◆ SnapIntervals()
|
inline |
Constructor.
- Parameters
-
[in] _xyz XYZ snapping values. [in] _rpy RPY snapping values. [in] _scale Scale snapping values.
Member Function Documentation
◆ RPY()
|
inline |
Get the RPY snapping values.
- Returns
- The RPY snapping values.
◆ Scale()
|
inline |
Get the scale snapping values.
- Returns
- The scale snapping values.
◆ XYZ()
|
inline |
Get the XYZ snapping values.
- Returns
- The XYZ snapping values.
Member Data Documentation
◆ kType
|
static |
The QEvent representing a snap event occurrence.
The documentation for this class was generated from the following file: