#include <options-frame.qt.hh>

Public Slots | |
| void | callbackShowVue () |
| void | callbackShowCouture () |
| void | callbackShowPonderation () |
| void | callbackShowExtrusion () |
| void | callbackShowInterpolation () |
| void | callbackShowAffichage () |
| void | callbackShowDivers () |
| void | callbackToggleSews () |
| void | callbackToggleNormal () |
| void | callbackToggleVertices () |
| void | callbackToggleFaces () |
| void | callbackTournerButton () |
| void | callbackToggleGrille () |
| void | callbackButtonOkPressed () |
| void | updateTab (int num_tab) |
Public Member Functions | |
| OptionsFrame (Window *parent) | |
| ~OptionsFrame () | |
| void | update () |
| void | setOption (int indice) |
| void | applyValues () |
| void | setFVisible (bool b) |
| OptionsAffichage * | getOptionsAffichage () const |
| OptionsVue * | getOptionsVue () const |
Private Attributes | |
| bool | FVisible |
| QPushButton * | valid_btn |
| QTabWidget * | main_tab |
| OptionsPonderation * | FPonderation |
| OptionsInterpolation * | FInterpolation |
| OptionsExtrusion * | FExtrusion |
| OptionsVue * | FVue |
| OptionsDivers * | FDivers |
| OptionsAffichage * | FAffichage |
Definition at line 49 of file options-frame.qt.hh.
| OptionsFrame::OptionsFrame | ( | Window * | parent | ) |
Constructeur
| parent | La fenetre principale |
Definition at line 34 of file options-frame.qt.cc.
| OptionsFrame::~OptionsFrame | ( | ) |
Destructeur
Definition at line 125 of file options-frame.qt.cc.
| void OptionsFrame::applyValues | ( | ) |
Accesseur sur la methode apply values de FAffichage
Definition at line 261 of file options-frame.qt.cc.
| void OptionsFrame::callbackButtonOkPressed | ( | ) | [slot] |
Definition at line 320 of file options-frame.qt.cc.
| void OptionsFrame::callbackShowAffichage | ( | ) | [slot] |
Definition at line 251 of file options-frame.qt.cc.
| void OptionsFrame::callbackShowCouture | ( | ) | [slot] |
Definition at line 229 of file options-frame.qt.cc.
| void OptionsFrame::callbackShowDivers | ( | ) | [slot] |
Definition at line 256 of file options-frame.qt.cc.
| void OptionsFrame::callbackShowExtrusion | ( | ) | [slot] |
Definition at line 239 of file options-frame.qt.cc.
| void OptionsFrame::callbackShowInterpolation | ( | ) | [slot] |
Definition at line 244 of file options-frame.qt.cc.
| void OptionsFrame::callbackShowPonderation | ( | ) | [slot] |
Definition at line 234 of file options-frame.qt.cc.
| void OptionsFrame::callbackShowVue | ( | ) | [slot] |
Definition at line 224 of file options-frame.qt.cc.
| void OptionsFrame::callbackToggleFaces | ( | ) | [slot] |
Definition at line 288 of file options-frame.qt.cc.
| void OptionsFrame::callbackToggleGrille | ( | ) | [slot] |
Definition at line 312 of file options-frame.qt.cc.
| void OptionsFrame::callbackToggleNormal | ( | ) | [slot] |
Definition at line 274 of file options-frame.qt.cc.
| void OptionsFrame::callbackToggleSews | ( | ) | [slot] |
Definition at line 267 of file options-frame.qt.cc.
| void OptionsFrame::callbackToggleVertices | ( | ) | [slot] |
Definition at line 281 of file options-frame.qt.cc.
| void OptionsFrame::callbackTournerButton | ( | ) | [slot] |
Definition at line 294 of file options-frame.qt.cc.
| OptionsAffichage * OptionsFrame::getOptionsAffichage | ( | ) | const |
Definition at line 212 of file options-frame.qt.cc.
| OptionsVue * OptionsFrame::getOptionsVue | ( | ) | const |
Definition at line 217 of file options-frame.qt.cc.
| void OptionsFrame::setFVisible | ( | bool | b | ) |
Definition at line 307 of file options-frame.qt.cc.
| void OptionsFrame::setOption | ( | int | indice | ) |
Permet de changer la fenetre activee
Definition at line 133 of file options-frame.qt.cc.
| void OptionsFrame::update | ( | ) |
Definition at line 129 of file options-frame.qt.cc.
| void OptionsFrame::updateTab | ( | int | num_tab | ) | [slot] |
Definition at line 200 of file options-frame.qt.cc.
OptionsAffichage* OptionsFrame::FAffichage [private] |
Definition at line 125 of file options-frame.qt.hh.
OptionsDivers* OptionsFrame::FDivers [private] |
Definition at line 124 of file options-frame.qt.hh.
OptionsExtrusion* OptionsFrame::FExtrusion [private] |
Definition at line 122 of file options-frame.qt.hh.
OptionsInterpolation* OptionsFrame::FInterpolation [private] |
Definition at line 121 of file options-frame.qt.hh.
OptionsPonderation* OptionsFrame::FPonderation [private] |
Definition at line 120 of file options-frame.qt.hh.
bool OptionsFrame::FVisible [private] |
Definition at line 113 of file options-frame.qt.hh.
OptionsVue* OptionsFrame::FVue [private] |
Definition at line 123 of file options-frame.qt.hh.
QTabWidget* OptionsFrame::main_tab [private] |
Definition at line 116 of file options-frame.qt.hh.
QPushButton* OptionsFrame::valid_btn [private] |
Definition at line 115 of file options-frame.qt.hh.
1.5.8