Moka Ihm Qt
|
#include <options-extrusion.qt.hh>
Public Slots | |
void | callbackInitialPositionCells () |
void | callbackInitialDirectCells () |
void | callbackAdjacentSews () |
void | callbackDirectCells () |
void | callbackScaleCells () |
void | callbackPonderateSection () |
void | callbackRevolutionNbEdges () |
void | callbackRevolutionAngle () |
void | callbackExtrusionCoef () |
Public Member Functions | |
OptionsExtrusion (Window *parent, QTabWidget *parentTab) | |
~OptionsExtrusion () | |
void | update () |
void | setAdjacentSews (bool) |
void | setInitialPosition (int) |
void | setInitialDirection (int) |
void | setDirection (bool) |
void | setScale (bool) |
void | setPonderation (bool) |
void | setRevolutionNbEdges (int) |
void | setRevolutionAngle (TCoordinate) |
void | setExtrusionCoef (TCoordinate) |
Implemente la table "extrusion/epaississement"
Definition at line 45 of file options-extrusion.qt.hh.
OptionsExtrusion::OptionsExtrusion | ( | Window * | parent, |
QTabWidget * | parentTab | ||
) |
Constructeur Construit la table "extrusion/Epaississement"
parent | La fenetre principale |
parentTab | La tabdialog d'options |
Definition at line 33 of file options-extrusion.qt.cc.
OptionsExtrusion::~OptionsExtrusion | ( | ) |
Destructeur Detruit la table "Extrusion/Epaississement"
Definition at line 181 of file options-extrusion.qt.cc.
|
slot |
Definition at line 210 of file options-extrusion.qt.cc.
|
slot |
Definition at line 228 of file options-extrusion.qt.cc.
|
slot |
Definition at line 246 of file options-extrusion.qt.cc.
|
slot |
Definition at line 222 of file options-extrusion.qt.cc.
|
slot |
Definition at line 216 of file options-extrusion.qt.cc.
|
slot |
Definition at line 240 of file options-extrusion.qt.cc.
|
slot |
Definition at line 258 of file options-extrusion.qt.cc.
|
slot |
Definition at line 252 of file options-extrusion.qt.cc.
|
slot |
Definition at line 234 of file options-extrusion.qt.cc.
void OptionsExtrusion::setAdjacentSews | ( | bool | b | ) |
Definition at line 266 of file options-extrusion.qt.cc.
void OptionsExtrusion::setDirection | ( | bool | b | ) |
Definition at line 287 of file options-extrusion.qt.cc.
void OptionsExtrusion::setExtrusionCoef | ( | TCoordinate | K | ) |
Definition at line 308 of file options-extrusion.qt.cc.
void OptionsExtrusion::setInitialDirection | ( | int | m | ) |
Definition at line 280 of file options-extrusion.qt.cc.
void OptionsExtrusion::setInitialPosition | ( | int | m | ) |
Definition at line 273 of file options-extrusion.qt.cc.
void OptionsExtrusion::setPonderation | ( | bool | b | ) |
Definition at line 301 of file options-extrusion.qt.cc.
void OptionsExtrusion::setRevolutionAngle | ( | TCoordinate | alpha | ) |
Definition at line 324 of file options-extrusion.qt.cc.
void OptionsExtrusion::setRevolutionNbEdges | ( | int | n | ) |
Definition at line 315 of file options-extrusion.qt.cc.
void OptionsExtrusion::setScale | ( | bool | b | ) |
Definition at line 294 of file options-extrusion.qt.cc.
void OptionsExtrusion::update | ( | ) |
Met a jour l'affichage de la table
Definition at line 187 of file options-extrusion.qt.cc.