#include <dialog-homothetie.qt.hh>
Inherits dialogOperations.

Public Slots | |
| void | callbackCx () |
| void | callbackCy () |
| void | callbackCz () |
| void | callbackVx () |
| void | callbackVy () |
| void | callbackVz () |
| void | callbackKx () |
| void | callbackKy () |
| void | callbackKz () |
| void | callbackIsoCoef () |
| void | callbackDistance () |
| void | callbackToggleIsoButton () |
| void | callbackTakeCenter () |
| void | callbackTakeVector () |
| void | callbackTogglePonderation () |
Public Member Functions | |
| dialogHomothetie (Window *parent, GMap3d::CControlerGMap *controler) | |
| ~dialogHomothetie () | |
| virtual void | update () |
| void | setDistanceType (GMap3d::TScaleType) |
| void | setIso (bool) |
| void | setC (const CVertex &) |
| void | setV (const CVertex &) |
| void | setK (const CVertex &) |
| void | setCx (TCoordinate) |
| TCoordinate | getCx () const |
| void | setCy (TCoordinate) |
| TCoordinate | getCy () const |
| void | setCz (TCoordinate) |
| TCoordinate | getCz () const |
| void | setVx (TCoordinate) |
| TCoordinate | getVx () const |
| void | setVy (TCoordinate) |
| TCoordinate | getVy () const |
| void | setVz (TCoordinate) |
| TCoordinate | getVz () const |
| void | setKx (TCoordinate) |
| TCoordinate | getKx () const |
| void | setKy (TCoordinate) |
| TCoordinate | getKy () const |
| void | setKz (TCoordinate) |
| TCoordinate | getKz () const |
| void | setIsoCoef (TCoordinate) |
Private Attributes | |
| QLabel * | FAffParam |
| QLabel * | FAffSommet |
| QLabel * | FAffVecteur |
| QLabel * | FAffCoef |
| QLabel * | FAffCoeffs |
| QLabel * | FAffX |
| QLabel * | FAffY |
| QLabel * | FAffZ |
| QComboBox * | FSaisieParam |
| champsOperations * | FSaisieVecteur |
| QCheckBox * | FSaisieIso |
| QCheckBox * | FSaisiePonderation |
| FloatSpinBox * | FSaisieCoef |
| FloatSpinBox * | FSaisieX |
| FloatSpinBox * | FSaisieY |
| FloatSpinBox * | FSaisieZ |
Definition at line 39 of file dialog-homothetie.qt.hh.
| dialogHomothetie::dialogHomothetie | ( | Window * | parent, | |
| GMap3d::CControlerGMap * | controler | |||
| ) |
Construit la barre d'outil pour l'operation de homothetie
| parent | Le Widget parent | |
| controler | Le controleur |
Definition at line 35 of file dialog-homothetie.qt.cc.
| dialogHomothetie::~dialogHomothetie | ( | ) |
Destructeur
Definition at line 208 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::callbackCx | ( | ) | [slot] |
Definition at line 303 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::callbackCy | ( | ) | [slot] |
Definition at line 309 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::callbackCz | ( | ) | [slot] |
Definition at line 315 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::callbackDistance | ( | ) | [slot] |
Definition at line 369 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::callbackIsoCoef | ( | ) | [slot] |
Definition at line 363 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::callbackKx | ( | ) | [slot] |
Definition at line 339 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::callbackKy | ( | ) | [slot] |
Definition at line 345 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::callbackKz | ( | ) | [slot] |
Definition at line 351 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::callbackTakeCenter | ( | ) | [slot] |
Definition at line 375 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::callbackTakeVector | ( | ) | [slot] |
Definition at line 384 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::callbackToggleIsoButton | ( | ) | [slot] |
Definition at line 357 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::callbackTogglePonderation | ( | ) | [slot] |
Definition at line 393 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::callbackVx | ( | ) | [slot] |
Definition at line 321 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::callbackVy | ( | ) | [slot] |
Definition at line 327 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::callbackVz | ( | ) | [slot] |
Definition at line 333 of file dialog-homothetie.qt.cc.
| TCoordinate dialogHomothetie::getCx | ( | ) | const |
Definition at line 404 of file dialog-homothetie.qt.cc.
| TCoordinate dialogHomothetie::getCy | ( | ) | const |
Definition at line 410 of file dialog-homothetie.qt.cc.
| TCoordinate dialogHomothetie::getCz | ( | ) | const |
Definition at line 416 of file dialog-homothetie.qt.cc.
| TCoordinate dialogHomothetie::getKx | ( | ) | const |
Definition at line 440 of file dialog-homothetie.qt.cc.
| TCoordinate dialogHomothetie::getKy | ( | ) | const |
Definition at line 446 of file dialog-homothetie.qt.cc.
| TCoordinate dialogHomothetie::getKz | ( | ) | const |
Definition at line 452 of file dialog-homothetie.qt.cc.
| TCoordinate dialogHomothetie::getVx | ( | ) | const |
Definition at line 422 of file dialog-homothetie.qt.cc.
| TCoordinate dialogHomothetie::getVy | ( | ) | const |
Definition at line 428 of file dialog-homothetie.qt.cc.
| TCoordinate dialogHomothetie::getVz | ( | ) | const |
Definition at line 434 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::setC | ( | const CVertex & | C | ) |
Definition at line 505 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::setCx | ( | TCoordinate | k | ) |
Definition at line 460 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::setCy | ( | TCoordinate | k | ) |
Definition at line 465 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::setCz | ( | TCoordinate | k | ) |
Definition at line 470 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::setDistanceType | ( | GMap3d::TScaleType | ) |
| void dialogHomothetie::setIso | ( | bool | b | ) |
Definition at line 291 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::setIsoCoef | ( | TCoordinate | x | ) |
Definition at line 535 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::setK | ( | const CVertex & | K | ) |
Definition at line 525 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::setKx | ( | TCoordinate | k | ) |
Definition at line 490 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::setKy | ( | TCoordinate | k | ) |
Definition at line 495 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::setKz | ( | TCoordinate | k | ) |
Definition at line 500 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::setV | ( | const CVertex & | V | ) |
Definition at line 515 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::setVx | ( | TCoordinate | k | ) |
Definition at line 475 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::setVy | ( | TCoordinate | k | ) |
Definition at line 480 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::setVz | ( | TCoordinate | k | ) |
Definition at line 485 of file dialog-homothetie.qt.cc.
| void dialogHomothetie::update | ( | ) | [virtual] |
Methode de mise a jour de l'affichage
Reimplemented from dialogOperations.
Definition at line 212 of file dialog-homothetie.qt.cc.
QLabel * dialogHomothetie::FAffCoef [private] |
Definition at line 114 of file dialog-homothetie.qt.hh.
QLabel * dialogHomothetie::FAffCoeffs [private] |
Definition at line 114 of file dialog-homothetie.qt.hh.
QLabel* dialogHomothetie::FAffParam [private] |
Definition at line 114 of file dialog-homothetie.qt.hh.
QLabel * dialogHomothetie::FAffSommet [private] |
Definition at line 114 of file dialog-homothetie.qt.hh.
QLabel * dialogHomothetie::FAffVecteur [private] |
Definition at line 114 of file dialog-homothetie.qt.hh.
QLabel* dialogHomothetie::FAffX [private] |
Definition at line 115 of file dialog-homothetie.qt.hh.
QLabel * dialogHomothetie::FAffY [private] |
Definition at line 115 of file dialog-homothetie.qt.hh.
QLabel * dialogHomothetie::FAffZ [private] |
Definition at line 115 of file dialog-homothetie.qt.hh.
FloatSpinBox* dialogHomothetie::FSaisieCoef [private] |
Definition at line 119 of file dialog-homothetie.qt.hh.
QCheckBox* dialogHomothetie::FSaisieIso [private] |
Definition at line 118 of file dialog-homothetie.qt.hh.
QComboBox* dialogHomothetie::FSaisieParam [private] |
Definition at line 116 of file dialog-homothetie.qt.hh.
QCheckBox * dialogHomothetie::FSaisiePonderation [private] |
Definition at line 118 of file dialog-homothetie.qt.hh.
champsOperations* dialogHomothetie::FSaisieVecteur [private] |
Definition at line 117 of file dialog-homothetie.qt.hh.
FloatSpinBox * dialogHomothetie::FSaisieX [private] |
Definition at line 119 of file dialog-homothetie.qt.hh.
FloatSpinBox * dialogHomothetie::FSaisieY [private] |
Definition at line 119 of file dialog-homothetie.qt.hh.
FloatSpinBox * dialogHomothetie::FSaisieZ [private] |
Definition at line 119 of file dialog-homothetie.qt.hh.
1.5.8