Moka Ihm Qt
|
#include <creation-tore.qt.hh>
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) |
Public Member Functions inherited from CreationObjet | |
CreationObjet (Window *parent, QString *nom, GMap3d::CControlerGMap *controler) | |
~CreationObjet () | |
GMap3d::CControlerGMap * | getControler () const |
virtual void | repaint () |
Additional Inherited Members | |
Public Slots inherited from CreationObjet | |
virtual void | create () |
virtual void | cancel () |
virtual void | showOptions () |
Protected Attributes inherited from CreationObjet | |
BoutonsCreation * | FChoix |
GMap3d::CControlerGMap * | FControler |
Window * | FParent |
BoitePositionnement * | FPosit |
bool | FUpdate |
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.
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.
|
virtual |
Mise a jour des valeurs
Reimplemented from CreationObjet.
Definition at line 110 of file creation-tore.qt.cc.