![]() |
Moka Ihm Qt
|
#include <creation-pyramide.qt.hh>
Public Member Functions | |
| CreationPyramide (Window *parent, GMap3d::CControlerGMap *controler) | |
| ~CreationPyramide () | |
| void | update () |
| int | getMeridians () const |
| int | getParallels () const |
| bool | getCreatedBase () const |
| void | setMeridians (int) |
| void | setParallels (int) |
| void | setCreatedBase (bool) |
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-pyramide.qt.hh.
| CreationPyramide::CreationPyramide | ( | Window * | parent, |
| GMap3d::CControlerGMap * | controler | ||
| ) |
Fabrique le widget
| parent | Widget parent |
| controler | Pointeur sur le controleur |
Definition at line 34 of file creation-pyramide.qt.cc.
| CreationPyramide::~CreationPyramide | ( | ) |
Destructeur
Definition at line 86 of file creation-pyramide.qt.cc.
| bool CreationPyramide::getCreatedBase | ( | ) | const |
Definition at line 113 of file creation-pyramide.qt.cc.
| int CreationPyramide::getMeridians | ( | ) | const |
Definition at line 103 of file creation-pyramide.qt.cc.
| int CreationPyramide::getParallels | ( | ) | const |
Definition at line 108 of file creation-pyramide.qt.cc.
| void CreationPyramide::setCreatedBase | ( | bool | b | ) |
Definition at line 134 of file creation-pyramide.qt.cc.
| void CreationPyramide::setMeridians | ( | int | m | ) |
Definition at line 120 of file creation-pyramide.qt.cc.
| void CreationPyramide::setParallels | ( | int | p | ) |
Definition at line 127 of file creation-pyramide.qt.cc.
|
virtual |
Mise a jour des valeurs
Reimplemented from CreationObjet.
Definition at line 90 of file creation-pyramide.qt.cc.