![]() |
Moka Ihm Qt
|
#include <options-ponderation.qt.hh>
Public Slots | |
| void | callbackDistance () |
| void | callbackFunction () |
| void | callbackVertexChanged () |
| void | callbackVectorChanged () |
| void | callbackTakeCenter () |
| void | callbackTakeVector () |
| void | callbackToggleEtalonnageDistances () |
| void | callbackToggleEtalonnageResultats () |
| void | callbackMin1Changed () |
| void | callbackMax1Changed () |
| void | callbackMin2Changed () |
| void | callbackMax2Changed () |
Public Member Functions | |
| OptionsPonderation (Window *parent, QTabWidget *parentTab) | |
| ~OptionsPonderation () | |
| void | update () |
| void | setDistanceType (GMap3d::TPonderationType) |
| void | setFunctionType (TFunctionType) |
| void | setCenter (const CVertex &) |
| void | setVector (const CVertex &) |
| void | setEtalonnageDistances (bool) |
| void | setMin1 (TCoordinate) |
| void | setMax1 (TCoordinate) |
| void | setEtalonnageResultats (bool) |
| void | setMin2 (TCoordinate) |
| void | setMax2 (TCoordinate) |
Implemente la table pour l'option "Ponderation des deformations"
Definition at line 46 of file options-ponderation.qt.hh.
| OptionsPonderation::OptionsPonderation | ( | Window * | parent, |
| QTabWidget * | parentTab | ||
| ) |
Constructeur Construit la table pour l'option "Ponderation des deformations"
| parent | La fenetre principale |
| parentTab | La tabdialog des options |
Partie haute : Distance a
Partie basse
etalonnage des distances
Fonction appliquee
Etalonnage des resultats
Definition at line 33 of file options-ponderation.qt.cc.
| OptionsPonderation::~OptionsPonderation | ( | ) |
Destructeur Detruit la table
Definition at line 252 of file options-ponderation.qt.cc.
|
slot |
Definition at line 306 of file options-ponderation.qt.cc.
|
slot |
Definition at line 312 of file options-ponderation.qt.cc.
|
slot |
Definition at line 367 of file options-ponderation.qt.cc.
|
slot |
Definition at line 379 of file options-ponderation.qt.cc.
|
slot |
Definition at line 361 of file options-ponderation.qt.cc.
|
slot |
Definition at line 373 of file options-ponderation.qt.cc.
|
slot |
Definition at line 319 of file options-ponderation.qt.cc.
|
slot |
Definition at line 326 of file options-ponderation.qt.cc.
|
slot |
Definition at line 333 of file options-ponderation.qt.cc.
|
slot |
Definition at line 339 of file options-ponderation.qt.cc.
|
slot |
Definition at line 353 of file options-ponderation.qt.cc.
|
slot |
Definition at line 345 of file options-ponderation.qt.cc.
| void OptionsPonderation::setCenter | ( | const CVertex & | vertex | ) |
Definition at line 389 of file options-ponderation.qt.cc.
| void OptionsPonderation::setDistanceType | ( | GMap3d::TPonderationType | ) |
Definition at line 404 of file options-ponderation.qt.cc.
| void OptionsPonderation::setEtalonnageDistances | ( | bool | b | ) |
Definition at line 446 of file options-ponderation.qt.cc.
| void OptionsPonderation::setEtalonnageResultats | ( | bool | b | ) |
Definition at line 453 of file options-ponderation.qt.cc.
| void OptionsPonderation::setFunctionType | ( | TFunctionType | type | ) |
Definition at line 411 of file options-ponderation.qt.cc.
| void OptionsPonderation::setMax1 | ( | TCoordinate | v | ) |
Definition at line 425 of file options-ponderation.qt.cc.
| void OptionsPonderation::setMax2 | ( | TCoordinate | v | ) |
Definition at line 439 of file options-ponderation.qt.cc.
| void OptionsPonderation::setMin1 | ( | TCoordinate | v | ) |
Definition at line 418 of file options-ponderation.qt.cc.
| void OptionsPonderation::setMin2 | ( | TCoordinate | v | ) |
Definition at line 432 of file options-ponderation.qt.cc.
| void OptionsPonderation::setVector | ( | const CVertex & | vertex | ) |
Definition at line 396 of file options-ponderation.qt.cc.
| void OptionsPonderation::update | ( | ) |
Met a jour l'affichage
Definition at line 258 of file options-ponderation.qt.cc.