PeriDyno 1.0.0
Loading...
Searching...
No Matches
dyno::mVectorTransformItemLayout Class Reference

#include <QVectorTransform3FieldWidget.h>

Inheritance diagram for dyno::mVectorTransformItemLayout:
Collaboration diagram for dyno::mVectorTransformItemLayout:

Public Slots

void emitSignal ()
 
void emitChange (double v)
 

Signals

void removeById (int)
 Called When the RemoveButton is clicked.
 
void valueChange (double)
 Called when the Widget changed.
 

Public Member Functions

 mVectorTransformItemLayout (int id)
 
 ~mVectorTransformItemLayout ()
 
Transform3f value ()
 
void setValue (Transform3f v)
 
void setId (int id)
 

Private Attributes

int mId = -1
 
QGroupBox * mGroup = NULL
 
QPiecewiseDoubleSpinBoxmT0 = NULL
 
QPiecewiseDoubleSpinBoxmT1 = NULL
 
QPiecewiseDoubleSpinBoxmT2 = NULL
 
QPiecewiseDoubleSpinBoxmR0 = NULL
 
QPiecewiseDoubleSpinBoxmR1 = NULL
 
QPiecewiseDoubleSpinBoxmR2 = NULL
 
QPiecewiseDoubleSpinBoxmS0 = NULL
 
QPiecewiseDoubleSpinBoxmS1 = NULL
 
QPiecewiseDoubleSpinBoxmS2 = NULL
 
QLabel * mTLabel = NULL
 
QLabel * mRLabel = NULL
 
QLabel * mSLabel = NULL
 
QPushButton * removeButton = nullptr
 
QLabel * index = nullptr
 

Detailed Description

Definition at line 30 of file QVectorTransform3FieldWidget.h.

Constructor & Destructor Documentation

◆ mVectorTransformItemLayout()

dyno::mVectorTransformItemLayout::mVectorTransformItemLayout ( int id)

Definition at line 119 of file QVectorTransform3FieldWidget.cpp.

Here is the call graph for this function:

◆ ~mVectorTransformItemLayout()

dyno::mVectorTransformItemLayout::~mVectorTransformItemLayout ( )

Definition at line 221 of file QVectorTransform3FieldWidget.cpp.

Member Function Documentation

◆ emitChange

void dyno::mVectorTransformItemLayout::emitChange ( double v)
inlineslot

Definition at line 59 of file QVectorTransform3FieldWidget.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ emitSignal

void dyno::mVectorTransformItemLayout::emitSignal ( )
inlineslot

Definition at line 57 of file QVectorTransform3FieldWidget.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ removeById

void dyno::mVectorTransformItemLayout::removeById ( int )
signal

Called When the RemoveButton is clicked.

Here is the caller graph for this function:

◆ setId()

void dyno::mVectorTransformItemLayout::setId ( int id)
inline

Definition at line 42 of file QVectorTransform3FieldWidget.h.

◆ setValue()

void dyno::mVectorTransformItemLayout::setValue ( Transform3f v)

Definition at line 263 of file QVectorTransform3FieldWidget.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ value()

Transform3f dyno::mVectorTransformItemLayout::value ( )

Definition at line 244 of file QVectorTransform3FieldWidget.cpp.

Here is the call graph for this function:

◆ valueChange

void dyno::mVectorTransformItemLayout::valueChange ( double )
signal

Called when the Widget changed.

Here is the caller graph for this function:

Member Data Documentation

◆ index

QLabel* dyno::mVectorTransformItemLayout::index = nullptr
private

Definition at line 86 of file QVectorTransform3FieldWidget.h.

◆ mGroup

QGroupBox* dyno::mVectorTransformItemLayout::mGroup = NULL
private

Definition at line 67 of file QVectorTransform3FieldWidget.h.

◆ mId

int dyno::mVectorTransformItemLayout::mId = -1
private

Definition at line 65 of file QVectorTransform3FieldWidget.h.

◆ mR0

QPiecewiseDoubleSpinBox* dyno::mVectorTransformItemLayout::mR0 = NULL
private

Definition at line 73 of file QVectorTransform3FieldWidget.h.

◆ mR1

QPiecewiseDoubleSpinBox* dyno::mVectorTransformItemLayout::mR1 = NULL
private

Definition at line 74 of file QVectorTransform3FieldWidget.h.

◆ mR2

QPiecewiseDoubleSpinBox* dyno::mVectorTransformItemLayout::mR2 = NULL
private

Definition at line 75 of file QVectorTransform3FieldWidget.h.

◆ mRLabel

QLabel* dyno::mVectorTransformItemLayout::mRLabel = NULL
private

Definition at line 82 of file QVectorTransform3FieldWidget.h.

◆ mS0

QPiecewiseDoubleSpinBox* dyno::mVectorTransformItemLayout::mS0 = NULL
private

Definition at line 77 of file QVectorTransform3FieldWidget.h.

◆ mS1

QPiecewiseDoubleSpinBox* dyno::mVectorTransformItemLayout::mS1 = NULL
private

Definition at line 78 of file QVectorTransform3FieldWidget.h.

◆ mS2

QPiecewiseDoubleSpinBox* dyno::mVectorTransformItemLayout::mS2 = NULL
private

Definition at line 79 of file QVectorTransform3FieldWidget.h.

◆ mSLabel

QLabel* dyno::mVectorTransformItemLayout::mSLabel = NULL
private

Definition at line 83 of file QVectorTransform3FieldWidget.h.

◆ mT0

QPiecewiseDoubleSpinBox* dyno::mVectorTransformItemLayout::mT0 = NULL
private

Definition at line 69 of file QVectorTransform3FieldWidget.h.

◆ mT1

QPiecewiseDoubleSpinBox* dyno::mVectorTransformItemLayout::mT1 = NULL
private

Definition at line 70 of file QVectorTransform3FieldWidget.h.

◆ mT2

QPiecewiseDoubleSpinBox* dyno::mVectorTransformItemLayout::mT2 = NULL
private

Definition at line 71 of file QVectorTransform3FieldWidget.h.

◆ mTLabel

QLabel* dyno::mVectorTransformItemLayout::mTLabel = NULL
private

Definition at line 81 of file QVectorTransform3FieldWidget.h.

◆ removeButton

QPushButton* dyno::mVectorTransformItemLayout::removeButton = nullptr
private

Definition at line 85 of file QVectorTransform3FieldWidget.h.


The documentation for this class was generated from the following files: