Moka controlers
|
Go to the source code of this file.
Functions | |
virtual void | viewUpdate (TViewId AViewId) |
void | viewEnablePreviewPrecompile (TViewId AViewId) |
void | viewDisablePreviewPrecompile (TViewId AViewId) |
void | viewEnableObjectTransformationPrecompile (TViewId AViewId) |
void | viewDisableObjectTransformationPrecompile (TViewId AViewId) |
TCoordinate | getMapBurstCoef (int ADim) const |
Méthodes pour récupérer et modifier les coéficients d'éclatement de la carte. | |
void | setMapBurstCoef (int ADim, TCoordinate ACoef) |
void | setMapBurstCoefs (TCoordinate ACoef0, TCoordinate ACoef1, TCoordinate ACoef2, TCoordinate ACoef3) |
void | setBurstMethod (TBurstMethod AMethod) |
Méthodes pour gérer le type de calcul des coordonnées éclatées. | |
TBurstMethod | getBurstMethod () const |
bool | isModelBlocked () const |
Méthodes pour bloquer le recalcul des coordonnées éclatées. | |
void | setModelBlocked () |
void | unsetModelBlocked () |
void | toggleModelBlocked () |
bool | isModeSimplification () const |
Méthodes pour basculer en mode simplification. | |
void | setModeSimplification () |
void | unsetModeSimplification () |
void | toggleModeSimplification () |
TBurstMethod getBurstMethod | ( | ) | const |
TCoordinate getMapBurstCoef | ( | int | ADim | ) | const |
Méthodes pour récupérer et modifier les coéficients d'éclatement de la carte.
bool isModelBlocked | ( | ) | const |
Méthodes pour bloquer le recalcul des coordonnées éclatées.
bool isModeSimplification | ( | ) | const |
Méthodes pour basculer en mode simplification.
void setBurstMethod | ( | TBurstMethod | AMethod | ) |
Méthodes pour gérer le type de calcul des coordonnées éclatées.
void setMapBurstCoef | ( | int | ADim, |
TCoordinate | ACoef | ||
) |
void setMapBurstCoefs | ( | TCoordinate | ACoef0, |
TCoordinate | ACoef1, | ||
TCoordinate | ACoef2, | ||
TCoordinate | ACoef3 | ||
) |
void setModelBlocked | ( | ) |
void setModeSimplification | ( | ) |
void toggleModelBlocked | ( | ) |
void toggleModeSimplification | ( | ) |
void unsetModelBlocked | ( | ) |
void unsetModeSimplification | ( | ) |
void viewDisableObjectTransformationPrecompile | ( | TViewId | AViewId | ) |
void viewDisablePreviewPrecompile | ( | TViewId | AViewId | ) |
void viewEnableObjectTransformationPrecompile | ( | TViewId | AViewId | ) |
void viewEnablePreviewPrecompile | ( | TViewId | AViewId | ) |
|
virtual |