#include <options-vue.qt.hh>
|
| | OptionsVue (Window *parent, OptionsFrame *parentTab) |
| | Constructeur.
|
| |
| | ~OptionsVue () |
| | Destructeur.
|
| |
| void | update () |
| | Mise a jour de l'affichage.
|
| |
| void | setPresetting (int) |
| | Accesseurs en ecriture:
|
| |
| void | setAlphaCoefs (float, float, float, float) |
| |
| void | setSewposCoefs (float, float, float, float) |
| |
| void | setSewsDisplay (bool, bool, bool, bool) |
| |
| void | setInteractive (bool) |
| |
| void | setAlphaCoef (int, float) |
| |
| void | setSewposCoef (int, float) |
| |
| void | setSewDisplay (int, bool) |
| |
| void | setSewWidth (int, int) |
| |
| bool | getInteractive () const |
| | Accesseurs en lecture.
|
| |
| float | getAlphaCoef (int) const |
| |
| float | getSewposCoef (int) const |
| |
| bool | getSewDisplay (int) const |
| |
| int | getSewWidth (int) const |
| |
Definition at line 43 of file options-vue.qt.hh.
- Enumerator:
| Compact |
|
| SemiBurst |
|
| Burst |
|
| AltBurst |
|
| VertexEmphase |
|
| EdgeEmphase |
|
| FaceEmphase |
|
| VolumeEmphase |
|
Definition at line 49 of file options-vue.qt.hh.
| OptionsVue::~OptionsVue |
( |
| ) |
|
| void OptionsVue::applyValues |
( |
| ) |
|
|
protected |
| void OptionsVue::callbackApply |
( |
| ) |
|
|
slot |
Action a effectuer lorsque l'on appuie sur le bouton "Appliquer modification"
Definition at line 339 of file options-vue.qt.cc.
| void OptionsVue::callbackBurstAlpha0 |
( |
| ) |
|
|
slot |
| void OptionsVue::callbackBurstAlpha1 |
( |
| ) |
|
|
slot |
| void OptionsVue::callbackBurstAlpha2 |
( |
| ) |
|
|
slot |
| void OptionsVue::callbackBurstAlpha3 |
( |
| ) |
|
|
slot |
| void OptionsVue::callbackBurstView |
( |
int |
id | ) |
|
|
slot |
| void OptionsVue::callbackPresetting0 |
( |
| ) |
|
|
slot |
| void OptionsVue::callbackPresetting1 |
( |
| ) |
|
|
slot |
| void OptionsVue::callbackPresetting2 |
( |
| ) |
|
|
slot |
| void OptionsVue::callbackPresetting3 |
( |
| ) |
|
|
slot |
| void OptionsVue::callbackPresetting4 |
( |
| ) |
|
|
slot |
| void OptionsVue::callbackPresetting5 |
( |
| ) |
|
|
slot |
| void OptionsVue::callbackPresetting6 |
( |
| ) |
|
|
slot |
| void OptionsVue::callbackPresetting7 |
( |
| ) |
|
|
slot |
| void OptionsVue::callbackRecover |
( |
| ) |
|
|
slot |
Action a effectuer lorsque l'on appuie sur le bouton "Recuperer valeur"
Definition at line 344 of file options-vue.qt.cc.
| void OptionsVue::callbackSew0 |
( |
| ) |
|
|
slot |
| void OptionsVue::callbackSew0Width |
( |
| ) |
|
|
slot |
| void OptionsVue::callbackSew1 |
( |
| ) |
|
|
slot |
| void OptionsVue::callbackSew1Width |
( |
| ) |
|
|
slot |
| void OptionsVue::callbackSew2 |
( |
| ) |
|
|
slot |
| void OptionsVue::callbackSew2Width |
( |
| ) |
|
|
slot |
| void OptionsVue::callbackSew3 |
( |
| ) |
|
|
slot |
| void OptionsVue::callbackSew3Width |
( |
| ) |
|
|
slot |
| void OptionsVue::callbackSewposAlpha0 |
( |
| ) |
|
|
slot |
| void OptionsVue::callbackSewposAlpha1 |
( |
| ) |
|
|
slot |
| void OptionsVue::callbackSewposAlpha2 |
( |
| ) |
|
|
slot |
| void OptionsVue::callbackSewposAlpha3 |
( |
| ) |
|
|
slot |
| void OptionsVue::callbackToggleInteractive |
( |
| ) |
|
|
slot |
Action a effectuer lorsque l'on coche ou decoche la case "Modifications interactive"
Definition at line 333 of file options-vue.qt.cc.
| float OptionsVue::getAlphaCoef |
( |
int |
i | ) |
const |
| bool OptionsVue::getInteractive |
( |
| ) |
const |
| bool OptionsVue::getSewDisplay |
( |
int |
i | ) |
const |
| float OptionsVue::getSewposCoef |
( |
int |
i | ) |
const |
| int OptionsVue::getSewWidth |
( |
int |
i | ) |
const |
| void OptionsVue::setAlphaCoef |
( |
int |
i, |
|
|
float |
v |
|
) |
| |
| void OptionsVue::setAlphaCoefs |
( |
float |
v0, |
|
|
float |
v1, |
|
|
float |
v2, |
|
|
float |
v3 |
|
) |
| |
| void OptionsVue::setInteractive |
( |
bool |
b | ) |
|
| void OptionsVue::setPresetting |
( |
int |
P | ) |
|
| void OptionsVue::setSewDisplay |
( |
int |
i, |
|
|
bool |
b |
|
) |
| |
| void OptionsVue::setSewposCoef |
( |
int |
i, |
|
|
float |
v |
|
) |
| |
| void OptionsVue::setSewposCoefs |
( |
float |
v0, |
|
|
float |
v1, |
|
|
float |
v2, |
|
|
float |
v3 |
|
) |
| |
| void OptionsVue::setSewsDisplay |
( |
bool |
b0, |
|
|
bool |
b1, |
|
|
bool |
b2, |
|
|
bool |
b3 |
|
) |
| |
| void OptionsVue::setSewWidth |
( |
int |
i, |
|
|
int |
w |
|
) |
| |
| void OptionsVue::update |
( |
| ) |
|
The documentation for this class was generated from the following files: