Moka Ihm Qt
|
#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) |
Cette classe correspond a la boite de dialogue pour l'operation "Chanfreinage"
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.
|
slot |
Definition at line 173 of file operation-chanfreinage.qt.cc.
|
slot |
Definition at line 178 of file operation-chanfreinage.qt.cc.
|
slot |
Definition at line 193 of file operation-chanfreinage.qt.cc.
|
slot |
Definition at line 198 of file operation-chanfreinage.qt.cc.
|
slot |
Definition at line 161 of file operation-chanfreinage.qt.cc.
|
slot |
Definition at line 167 of file operation-chanfreinage.qt.cc.
|
slot |
Definition at line 183 of file operation-chanfreinage.qt.cc.
|
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.
|
virtual |
Met a jour l'affichage de la boite.
Definition at line 149 of file operation-chanfreinage.qt.cc.