![]() |
Moka Ihm Qt
|
#include <dialog-homothetie.qt.hh>
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 Slots inherited from dialogOperations | |
| virtual void | callbackClose () |
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) |
Public Member Functions inherited from dialogOperations | |
| dialogOperations (Window *parent, QString *nom, GMap3d::CControlerGMap *controler, Qt::ToolBarArea dir) | |
| ~dialogOperations () | |
| GMap3d::CControlerGMap * | getControler () const |
| virtual void | repaint () |
Additional Inherited Members | |
Protected Attributes inherited from dialogOperations | |
| champsOperations * | FSaisie |
| QPushButton * | FClose |
| GMap3d::CControlerGMap * | FControler |
| Window * | FParent |
| bool | FUpdate |
Implemente la barre d'outil pour l'operation "homothetie"
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.
|
slot |
Definition at line 303 of file dialog-homothetie.qt.cc.
|
slot |
Definition at line 309 of file dialog-homothetie.qt.cc.
|
slot |
Definition at line 315 of file dialog-homothetie.qt.cc.
|
slot |
Definition at line 369 of file dialog-homothetie.qt.cc.
|
slot |
Definition at line 363 of file dialog-homothetie.qt.cc.
|
slot |
Definition at line 339 of file dialog-homothetie.qt.cc.
|
slot |
Definition at line 345 of file dialog-homothetie.qt.cc.
|
slot |
Definition at line 351 of file dialog-homothetie.qt.cc.
|
slot |
Definition at line 375 of file dialog-homothetie.qt.cc.
|
slot |
Definition at line 384 of file dialog-homothetie.qt.cc.
|
slot |
Definition at line 357 of file dialog-homothetie.qt.cc.
|
slot |
Definition at line 393 of file dialog-homothetie.qt.cc.
|
slot |
Definition at line 321 of file dialog-homothetie.qt.cc.
|
slot |
Definition at line 327 of file dialog-homothetie.qt.cc.
|
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 | ) |
Definition at line 281 of file dialog-homothetie.qt.cc.
| 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.
|
virtual |
Methode de mise a jour de l'affichage
Reimplemented from dialogOperations.
Definition at line 212 of file dialog-homothetie.qt.cc.