Moka Ihm Qt
|
#include <dialog-rotation.qt.hh>
Public Slots | |
void | callbackCx () |
void | callbackCy () |
void | callbackCz () |
void | callbackVx () |
void | callbackVy () |
void | callbackVz () |
void | callbackA () |
void | callbackTakeCenter () |
void | callbackTakeVector () |
void | callbackReinitAngle () |
void | callbackTogglePonderation () |
Public Slots inherited from dialogOperations | |
virtual void | callbackClose () |
Public Member Functions | |
dialogRotation (Window *parent, GMap3d::CControlerGMap *controler) | |
~dialogRotation () | |
virtual void | update () |
void | setC (const CVertex &) |
void | setV (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 | setA (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 de rotation.
Definition at line 34 of file dialog-rotation.qt.hh.
dialogRotation::dialogRotation | ( | Window * | parent, |
GMap3d::CControlerGMap * | controler | ||
) |
Construit la barre d'outil pour l'operation de rotation.
parent | Le Widget parent |
controler | Le controleur |
Definition at line 36 of file dialog-rotation.qt.cc.
dialogRotation::~dialogRotation | ( | ) |
Destructeur
Definition at line 142 of file dialog-rotation.qt.cc.
|
slot |
Definition at line 211 of file dialog-rotation.qt.cc.
|
slot |
Definition at line 175 of file dialog-rotation.qt.cc.
|
slot |
Definition at line 181 of file dialog-rotation.qt.cc.
|
slot |
Definition at line 187 of file dialog-rotation.qt.cc.
|
slot |
Definition at line 233 of file dialog-rotation.qt.cc.
|
slot |
Definition at line 217 of file dialog-rotation.qt.cc.
|
slot |
Definition at line 225 of file dialog-rotation.qt.cc.
|
slot |
Definition at line 239 of file dialog-rotation.qt.cc.
|
slot |
Definition at line 193 of file dialog-rotation.qt.cc.
|
slot |
Definition at line 199 of file dialog-rotation.qt.cc.
|
slot |
Definition at line 205 of file dialog-rotation.qt.cc.
TCoordinate dialogRotation::getCx | ( | ) | const |
Definition at line 250 of file dialog-rotation.qt.cc.
TCoordinate dialogRotation::getCy | ( | ) | const |
Definition at line 256 of file dialog-rotation.qt.cc.
TCoordinate dialogRotation::getCz | ( | ) | const |
Definition at line 262 of file dialog-rotation.qt.cc.
TCoordinate dialogRotation::getVx | ( | ) | const |
Definition at line 268 of file dialog-rotation.qt.cc.
TCoordinate dialogRotation::getVy | ( | ) | const |
Definition at line 274 of file dialog-rotation.qt.cc.
TCoordinate dialogRotation::getVz | ( | ) | const |
Definition at line 280 of file dialog-rotation.qt.cc.
void dialogRotation::setA | ( | TCoordinate | A | ) |
Definition at line 338 of file dialog-rotation.qt.cc.
void dialogRotation::setC | ( | const CVertex & | C | ) |
Definition at line 318 of file dialog-rotation.qt.cc.
void dialogRotation::setCx | ( | TCoordinate | k | ) |
Definition at line 288 of file dialog-rotation.qt.cc.
void dialogRotation::setCy | ( | TCoordinate | k | ) |
Definition at line 293 of file dialog-rotation.qt.cc.
void dialogRotation::setCz | ( | TCoordinate | k | ) |
Definition at line 298 of file dialog-rotation.qt.cc.
void dialogRotation::setV | ( | const CVertex & | V | ) |
Definition at line 328 of file dialog-rotation.qt.cc.
void dialogRotation::setVx | ( | TCoordinate | k | ) |
Definition at line 303 of file dialog-rotation.qt.cc.
void dialogRotation::setVy | ( | TCoordinate | k | ) |
Definition at line 308 of file dialog-rotation.qt.cc.
void dialogRotation::setVz | ( | TCoordinate | k | ) |
Definition at line 313 of file dialog-rotation.qt.cc.
|
virtual |
Methode de mise a jour de l'affichage
Reimplemented from dialogOperations.
Definition at line 146 of file dialog-rotation.qt.cc.