Code_TYMPAN  4.4.0
Industrial site acoustic simulation
Public Slots | Public Member Functions | Protected Attributes | List of all members
TYRotationDialog Class Reference

Boite de dialogue pour la saisie de la l'angle des objets. More...

#include <TYRotationDialog.h>

Inheritance diagram for TYRotationDialog:
Inheritance graph
[legend]
Collaboration diagram for TYRotationDialog:
Collaboration graph
[legend]

Public Slots

virtual void updateContent ()
 
virtual void apply ()
 
virtual void switchConcatenate ()
 

Public Member Functions

 TYRotationDialog (OPoint3D *pElement, QWidget *_pParent=NULL)
 
virtual ~TYRotationDialog ()
 
void setLayoutSpacing (int margin, int spacing)
 Permet de modifier les parametres du layout. More...
 
bool getConcatenateStatus ()
 Retourne l'etat du checkbox de concatenation des rotations. More...
 
void lockXY ()
 Empeche les rotations selon X et Y (utile pour les sites ...) More...
 
- Public Member Functions inherited from TYFormDialog
 TYFormDialog (QWidget *parent=nullptr, Qt::WindowFlags f=QFlag(0))
 
bool validate ()
 
bool validateChildren (QObject *object)
 

Protected Attributes

QGroupBox * _groupBox
 
QLabel * _labelX
 
QLabel * _labelZ
 
QLabel * _labelY
 
TYLineEdit_lineEditX
 
TYLineEdit_lineEditY
 
TYLineEdit_lineEditZ
 
QGridLayout * _pointLayout
 
QGridLayout * _groupBoxLayout
 
QCheckBox * _pConcatenateCheckBox
 
OPoint3D_pElement
 

Detailed Description

Boite de dialogue pour la saisie de la l'angle des objets.

Definition at line 50 of file TYRotationDialog.h.

Constructor & Destructor Documentation

◆ TYRotationDialog()

TYRotationDialog::TYRotationDialog ( OPoint3D pElement,
QWidget *  _pParent = NULL 
)

Constructeur.

Definition at line 36 of file TYRotationDialog.cpp.

Here is the call graph for this function:

◆ ~TYRotationDialog()

TYRotationDialog::~TYRotationDialog ( )
virtual

Destructeur.

Definition at line 99 of file TYRotationDialog.cpp.

Member Function Documentation

◆ apply

void TYRotationDialog::apply ( )
virtualslot

Definition at line 120 of file TYRotationDialog.cpp.

Here is the caller graph for this function:

◆ getConcatenateStatus()

bool TYRotationDialog::getConcatenateStatus ( )
inline

Retourne l'etat du checkbox de concatenation des rotations.

Definition at line 78 of file TYRotationDialog.h.

Here is the caller graph for this function:

◆ lockXY()

void TYRotationDialog::lockXY ( )

Empeche les rotations selon X et Y (utile pour les sites ...)

Definition at line 129 of file TYRotationDialog.cpp.

Here is the caller graph for this function:

◆ setLayoutSpacing()

void TYRotationDialog::setLayoutSpacing ( int  margin,
int  spacing 
)
inline

Permet de modifier les parametres du layout.

Parameters
marginLa valeur de la marge.
spacingLa valeur de l'espacement.

Definition at line 71 of file TYRotationDialog.h.

◆ switchConcatenate

void TYRotationDialog::switchConcatenate ( )
virtualslot

Definition at line 101 of file TYRotationDialog.cpp.

◆ updateContent

void TYRotationDialog::updateContent ( )
virtualslot

Definition at line 113 of file TYRotationDialog.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ _groupBox

QGroupBox* TYRotationDialog::_groupBox
protected

Definition at line 93 of file TYRotationDialog.h.

◆ _groupBoxLayout

QGridLayout* TYRotationDialog::_groupBoxLayout
protected

Definition at line 102 of file TYRotationDialog.h.

◆ _labelX

QLabel* TYRotationDialog::_labelX
protected

Definition at line 94 of file TYRotationDialog.h.

◆ _labelY

QLabel* TYRotationDialog::_labelY
protected

Definition at line 96 of file TYRotationDialog.h.

◆ _labelZ

QLabel* TYRotationDialog::_labelZ
protected

Definition at line 95 of file TYRotationDialog.h.

◆ _lineEditX

TYLineEdit* TYRotationDialog::_lineEditX
protected

Definition at line 97 of file TYRotationDialog.h.

◆ _lineEditY

TYLineEdit* TYRotationDialog::_lineEditY
protected

Definition at line 98 of file TYRotationDialog.h.

◆ _lineEditZ

TYLineEdit* TYRotationDialog::_lineEditZ
protected

Definition at line 99 of file TYRotationDialog.h.

◆ _pConcatenateCheckBox

QCheckBox* TYRotationDialog::_pConcatenateCheckBox
protected

Definition at line 103 of file TYRotationDialog.h.

◆ _pElement

OPoint3D* TYRotationDialog::_pElement
protected

Definition at line 105 of file TYRotationDialog.h.

◆ _pointLayout

QGridLayout* TYRotationDialog::_pointLayout
protected

Definition at line 101 of file TYRotationDialog.h.


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