#include <operation-chanfreinage.qt.hh>

Public Slots | |
| void | callbackRounding0Coef () |
| void | callbackRounding1Coef () |
| void | callbackGet0 () |
| void | callbackGet1 () |
| void | callbackSet0 () |
| void | callbackSet1 () |
| void | callbackNext0 () |
| void | callbackNext1 () |
Public Member Functions | |
| OperationChanfreinage (Window *parent) | |
| ~OperationChanfreinage () | |
| virtual void | update () |
| void | setRoundingCoef (int, float) |
| void | getCoef (int ADimension) |
| void | setCoef (int ADimension) |
| void | nextCoef (int ADimension) |
Private Attributes | |
| Window * | FParent |
| bool | FUpdate |
| QLabel * | FAffSommet |
| QLabel * | FAffArete |
| FloatSpinBox * | FSaisie [2] |
| QPushButton * | FGetSommet |
| QPushButton * | FGetArete |
| QPushButton * | FSetSommet |
| QPushButton * | FSetArete |
| QPushButton * | FNextSommet |
| QPushButton * | FNextArete |
| QPushButton * | FClose |
Definition at line 42 of file operation-chanfreinage.qt.hh.
| OperationChanfreinage::OperationChanfreinage | ( | Window * | parent | ) |
Constructeur Construit la boite de dialogue "chanfreinage".
| parent | La fenetre principale |
Partie haute
Partie basse
Definition at line 35 of file operation-chanfreinage.qt.cc.
| OperationChanfreinage::~OperationChanfreinage | ( | ) |
Destructeur Detruit la boite de dialogue "chanfreinage".
Definition at line 143 of file operation-chanfreinage.qt.cc.
| void OperationChanfreinage::callbackGet0 | ( | ) | [slot] |
Definition at line 173 of file operation-chanfreinage.qt.cc.
| void OperationChanfreinage::callbackGet1 | ( | ) | [slot] |
Definition at line 178 of file operation-chanfreinage.qt.cc.
| void OperationChanfreinage::callbackNext0 | ( | ) | [slot] |
Definition at line 193 of file operation-chanfreinage.qt.cc.
| void OperationChanfreinage::callbackNext1 | ( | ) | [slot] |
Definition at line 198 of file operation-chanfreinage.qt.cc.
| void OperationChanfreinage::callbackRounding0Coef | ( | ) | [slot] |
Definition at line 161 of file operation-chanfreinage.qt.cc.
| void OperationChanfreinage::callbackRounding1Coef | ( | ) | [slot] |
Definition at line 167 of file operation-chanfreinage.qt.cc.
| void OperationChanfreinage::callbackSet0 | ( | ) | [slot] |
Definition at line 183 of file operation-chanfreinage.qt.cc.
| void OperationChanfreinage::callbackSet1 | ( | ) | [slot] |
Definition at line 188 of file operation-chanfreinage.qt.cc.
| void OperationChanfreinage::getCoef | ( | int | ADimension | ) |
Definition at line 206 of file operation-chanfreinage.qt.cc.
| void OperationChanfreinage::nextCoef | ( | int | ADimension | ) |
Definition at line 229 of file operation-chanfreinage.qt.cc.
| void OperationChanfreinage::setCoef | ( | int | ADimension | ) |
Definition at line 220 of file operation-chanfreinage.qt.cc.
| void OperationChanfreinage::setRoundingCoef | ( | int | i, | |
| float | k | |||
| ) |
Definition at line 243 of file operation-chanfreinage.qt.cc.
| void OperationChanfreinage::update | ( | ) | [virtual] |
Met a jour l'affichage de la boite.
Definition at line 149 of file operation-chanfreinage.qt.cc.
QLabel * OperationChanfreinage::FAffArete [private] |
Definition at line 95 of file operation-chanfreinage.qt.hh.
QLabel* OperationChanfreinage::FAffSommet [private] |
Definition at line 95 of file operation-chanfreinage.qt.hh.
QPushButton* OperationChanfreinage::FClose [private] |
Definition at line 100 of file operation-chanfreinage.qt.hh.
QPushButton * OperationChanfreinage::FGetArete [private] |
Definition at line 97 of file operation-chanfreinage.qt.hh.
QPushButton* OperationChanfreinage::FGetSommet [private] |
Definition at line 97 of file operation-chanfreinage.qt.hh.
QPushButton * OperationChanfreinage::FNextArete [private] |
Definition at line 97 of file operation-chanfreinage.qt.hh.
QPushButton * OperationChanfreinage::FNextSommet [private] |
Definition at line 97 of file operation-chanfreinage.qt.hh.
Window* OperationChanfreinage::FParent [private] |
Definition at line 90 of file operation-chanfreinage.qt.hh.
FloatSpinBox* OperationChanfreinage::FSaisie[2] [private] |
Definition at line 96 of file operation-chanfreinage.qt.hh.
QPushButton * OperationChanfreinage::FSetArete [private] |
Definition at line 97 of file operation-chanfreinage.qt.hh.
QPushButton * OperationChanfreinage::FSetSommet [private] |
Definition at line 97 of file operation-chanfreinage.qt.hh.
bool OperationChanfreinage::FUpdate [private] |
Definition at line 93 of file operation-chanfreinage.qt.hh.
1.5.8