#include <dialog-operations.qt.hh>
Cette classe implemente 3 QSpinBox ainsi qu'un bouton Recuperer
Definition at line 47 of file dialog-operations.qt.hh.
| champsOperations::champsOperations |
( |
QToolBar * |
parent, |
|
|
QBoxLayout * |
Layout = NULL, |
|
|
bool |
WithRecuperer = true |
|
) |
| |
Construit 3 champs de saisie X , Y , Z ainsi que le bouton Recuperer
- Parameters
-
| parent | Le Widget parent |
| Layout | Si NULL, le widget est ajoute a la toolbar parent, sinon il est ajoute au Layout. |
Definition at line 37 of file dialog-operations.qt.cc.
| champsOperations::~champsOperations |
( |
| ) |
|
| QPushButton * champsOperations::getButtonRecuperer |
( |
| ) |
|
|
virtual |
Recupere le bouton Recuperer. Cette methode est utile pour poser un SLOT sur le bouton ainsi que pour placer le bouton dans un layout par exemple.
- Returns
- le pointeur sur le bouton Recuperer
Definition at line 92 of file dialog-operations.qt.cc.
| QLabel * champsOperations::getLabelX |
( |
| ) |
|
|
virtual |
| QLabel * champsOperations::getLabelY |
( |
| ) |
|
|
virtual |
| QLabel * champsOperations::getLabelZ |
( |
| ) |
|
|
virtual |
| float champsOperations::getValueX |
( |
| ) |
const |
|
virtual |
| float champsOperations::getValueY |
( |
| ) |
const |
|
virtual |
| float champsOperations::getValueZ |
( |
| ) |
const |
|
virtual |
| void champsOperations::setValueX |
( |
float |
X | ) |
|
|
virtual |
| void champsOperations::setValueY |
( |
float |
Y | ) |
|
|
virtual |
| void champsOperations::setValueZ |
( |
float |
Z | ) |
|
|
virtual |
The documentation for this class was generated from the following files: