#include <creation-sphere.qt.hh>
Inherits CreationObjet.
Public Member Functions | |
CreationSphere (Window *parent, GMap3d::CControlerGMap *controler) | |
~CreationSphere () | |
void | update () |
Private Slots | |
void | callbackMeridians () |
void | callbackParallels () |
Private Member Functions | |
void | setMeridians (int nb) |
void | setParallels (int nb) |
Private Attributes | |
QSpinBox * | FSaisiePar |
QSpinBox * | FSaisieMer |
QLabel * | FAffCar |
QLabel * | FAffPar |
QLabel * | FAffMer |
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.
void CreationSphere::callbackMeridians | ( | ) | [private, slot] |
Definition at line 99 of file creation-sphere.qt.cc.
void CreationSphere::callbackParallels | ( | ) | [private, slot] |
Definition at line 104 of file creation-sphere.qt.cc.
void CreationSphere::setMeridians | ( | int | nb | ) | [private] |
Definition at line 111 of file creation-sphere.qt.cc.
void CreationSphere::setParallels | ( | int | nb | ) | [private] |
Definition at line 118 of file creation-sphere.qt.cc.
void CreationSphere::update | ( | ) | [virtual] |
Mise a jour des valeurs
Reimplemented from CreationObjet.
Definition at line 87 of file creation-sphere.qt.cc.
QLabel* CreationSphere::FAffCar [private] |
Definition at line 79 of file creation-sphere.qt.hh.
QLabel* CreationSphere::FAffMer [private] |
Definition at line 81 of file creation-sphere.qt.hh.
QLabel* CreationSphere::FAffPar [private] |
Definition at line 80 of file creation-sphere.qt.hh.
QSpinBox* CreationSphere::FSaisieMer [private] |
Definition at line 76 of file creation-sphere.qt.hh.
QSpinBox* CreationSphere::FSaisiePar [private] |
Definition at line 73 of file creation-sphere.qt.hh.