#include <dialog-operations.qt.hh>
Public Member Functions | |
champsOperations (QToolBar *parent, QBoxLayout *Layout=NULL) | |
~champsOperations () | |
virtual QPushButton * | getButtonRecuperer () |
virtual FloatSpinBox * | getSaisieX () |
virtual FloatSpinBox * | getSaisieY () |
virtual FloatSpinBox * | getSaisieZ () |
virtual QLabel * | getLabelX () |
virtual QLabel * | getLabelY () |
virtual QLabel * | getLabelZ () |
virtual float | getValueX () const |
virtual float | getValueY () const |
virtual float | getValueZ () const |
virtual void | setValueX (float X) |
virtual void | setValueY (float Y) |
virtual void | setValueZ (float Z) |
Private Attributes | |
QPushButton * | FRecuperer |
FloatSpinBox * | FSaisieX |
FloatSpinBox * | FSaisieY |
FloatSpinBox * | FSaisieZ |
QLabel * | FAffX |
QLabel * | FAffY |
QLabel * | FAffZ |
QToolBar * | FParent |
Definition at line 47 of file dialog-operations.qt.hh.
champsOperations::champsOperations | ( | QToolBar * | parent, | |
QBoxLayout * | Layout = NULL | |||
) |
Construit 3 champs de saisie X , Y , Z ainsi que le bouton Recuperer
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 | ( | ) |
Destructeur
Definition at line 82 of file dialog-operations.qt.cc.
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.
Definition at line 87 of file dialog-operations.qt.cc.
QLabel * champsOperations::getLabelX | ( | ) | [virtual] |
QLabel * champsOperations::getLabelY | ( | ) | [virtual] |
QLabel * champsOperations::getLabelZ | ( | ) | [virtual] |
FloatSpinBox * champsOperations::getSaisieX | ( | ) | [virtual] |
FloatSpinBox * champsOperations::getSaisieY | ( | ) | [virtual] |
FloatSpinBox * champsOperations::getSaisieZ | ( | ) | [virtual] |
float champsOperations::getValueX | ( | ) | const [virtual] |
Definition at line 120 of file dialog-operations.qt.cc.
float champsOperations::getValueY | ( | ) | const [virtual] |
Definition at line 125 of file dialog-operations.qt.cc.
float champsOperations::getValueZ | ( | ) | const [virtual] |
Definition at line 130 of file dialog-operations.qt.cc.
void champsOperations::setValueX | ( | float | X | ) | [virtual] |
Ecrit la valeur X dans le QSpinBox X
Definition at line 137 of file dialog-operations.qt.cc.
void champsOperations::setValueY | ( | float | Y | ) | [virtual] |
Ecrit la valeur Y dans le QSpinBox Y
Definition at line 142 of file dialog-operations.qt.cc.
void champsOperations::setValueZ | ( | float | Z | ) | [virtual] |
Ecrit la valeur Z dans le QSpinBox Z
Definition at line 147 of file dialog-operations.qt.cc.
QLabel* champsOperations::FAffX [private] |
Definition at line 146 of file dialog-operations.qt.hh.
QLabel * champsOperations::FAffY [private] |
Definition at line 146 of file dialog-operations.qt.hh.
QLabel * champsOperations::FAffZ [private] |
Definition at line 146 of file dialog-operations.qt.hh.
QToolBar* champsOperations::FParent [private] |
Definition at line 149 of file dialog-operations.qt.hh.
QPushButton* champsOperations::FRecuperer [private] |
Definition at line 143 of file dialog-operations.qt.hh.
FloatSpinBox* champsOperations::FSaisieX [private] |
Definition at line 145 of file dialog-operations.qt.hh.
FloatSpinBox * champsOperations::FSaisieY [private] |
Definition at line 145 of file dialog-operations.qt.hh.
FloatSpinBox * champsOperations::FSaisieZ [private] |
Definition at line 145 of file dialog-operations.qt.hh.