![]() |
Moka Ihm Qt
|
#include <creation-sphere.qt.hh>
Public Member Functions | |
| CreationSphere (Window *parent, GMap3d::CControlerGMap *controler) | |
| ~CreationSphere () | |
| void | update () |
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 35 of file creation-sphere.qt.hh.
| CreationSphere::CreationSphere | ( | Window * | parent, |
| GMap3d::CControlerGMap * | controler | ||
| ) |
Fabrique le widget
| parent | Widget parent |
| controler | Pointeur sur le controleur |
Definition at line 37 of file creation-sphere.qt.cc.
| CreationSphere::~CreationSphere | ( | ) |
Destructeur
Definition at line 83 of file creation-sphere.qt.cc.
|
virtual |
Mise a jour des valeurs
Reimplemented from CreationObjet.
Definition at line 87 of file creation-sphere.qt.cc.