#include <creation-tore.qt.hh>
Inherits CreationObjet.

Public Member Functions | |
| CreationTore (Window *parent, GMap3d::CControlerGMap *controler) | |
| ~CreationTore () | |
| void | update () |
| int | getMeridians () const |
| int | getParallels () const |
| float | getRR () const |
| void | setMeridians (int) |
| void | setParallels (int) |
| void | setRR (float) |
Private Slots | |
| void | callbackMeridians () |
| void | callbackParallels () |
| void | callbackRR () |
Private Attributes | |
| QLabel * | FAffSub |
| QLabel * | FAffPar |
| QLabel * | FAffMer |
| QLabel * | FAffRayon |
| QLabel * | FAffValRayon |
| QSpinBox * | FSaisiePar |
| QSpinBox * | FSaisieMer |
| QSlider * | FSaisieRayon |
Definition at line 38 of file creation-tore.qt.hh.
| CreationTore::CreationTore | ( | Window * | parent, | |
| GMap3d::CControlerGMap * | controler | |||
| ) |
Fabrique le widget
| parent | Widget parent | |
| controler | Pointeur sur le controleur |
Definition at line 36 of file creation-tore.qt.cc.
| CreationTore::~CreationTore | ( | ) |
Destructeur
Definition at line 104 of file creation-tore.qt.cc.
| void CreationTore::callbackMeridians | ( | ) | [private, slot] |
Definition at line 124 of file creation-tore.qt.cc.
| void CreationTore::callbackParallels | ( | ) | [private, slot] |
Definition at line 129 of file creation-tore.qt.cc.
| void CreationTore::callbackRR | ( | ) | [private, slot] |
Definition at line 134 of file creation-tore.qt.cc.
| int CreationTore::getMeridians | ( | ) | const |
Definition at line 151 of file creation-tore.qt.cc.
| int CreationTore::getParallels | ( | ) | const |
Definition at line 156 of file creation-tore.qt.cc.
| float CreationTore::getRR | ( | ) | const |
Definition at line 161 of file creation-tore.qt.cc.
| void CreationTore::setMeridians | ( | int | m | ) |
Definition at line 169 of file creation-tore.qt.cc.
| void CreationTore::setParallels | ( | int | p | ) |
Definition at line 176 of file creation-tore.qt.cc.
| void CreationTore::setRR | ( | float | v | ) |
Definition at line 183 of file creation-tore.qt.cc.
| void CreationTore::update | ( | ) | [virtual] |
Mise a jour des valeurs
Reimplemented from CreationObjet.
Definition at line 110 of file creation-tore.qt.cc.
QLabel* CreationTore::FAffMer [private] |
Definition at line 84 of file creation-tore.qt.hh.
QLabel* CreationTore::FAffPar [private] |
Definition at line 83 of file creation-tore.qt.hh.
QLabel* CreationTore::FAffRayon [private] |
Definition at line 85 of file creation-tore.qt.hh.
QLabel* CreationTore::FAffSub [private] |
Definition at line 82 of file creation-tore.qt.hh.
QLabel* CreationTore::FAffValRayon [private] |
Definition at line 87 of file creation-tore.qt.hh.
QSpinBox* CreationTore::FSaisieMer [private] |
Definition at line 91 of file creation-tore.qt.hh.
QSpinBox* CreationTore::FSaisiePar [private] |
Definition at line 90 of file creation-tore.qt.hh.
QSlider* CreationTore::FSaisieRayon [private] |
Definition at line 94 of file creation-tore.qt.hh.
1.5.8