![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Scale / multiply dialog. More...
#include <ecvScaleDlg.h>


Public Member Functions | |
| ccScaleDlg (QWidget *parent=0) | |
| Default constructor. More... | |
| CCVector3d | getScales () const |
| Returns scales. More... | |
| bool | keepInPlace () const |
| Whether the entity should be 'kept in place' or not. More... | |
| bool | rescaleGlobalShift () const |
| Whether the Global shift should be rescaled as well. More... | |
| void | saveState () |
| Saves state. More... | |
Protected Slots | |
| void | allDimsAtOnceToggled (bool) |
| void | fxUpdated (double) |
Scale / multiply dialog.
Definition at line 19 of file ecvScaleDlg.h.
|
explicit |
Default constructor.
Definition at line 16 of file ecvScaleDlg.cpp.
References allDimsAtOnceToggled(), fxUpdated(), s_allAtOnce, s_keepInPlace, s_lastScales, s_rescaleGlobalShift, Tuple3Tpl< Type >::x, Tuple3Tpl< Type >::y, and Tuple3Tpl< Type >::z.
|
protectedslot |
Definition at line 64 of file ecvScaleDlg.cpp.
Referenced by ccScaleDlg().
|
protectedslot |
Definition at line 44 of file ecvScaleDlg.cpp.
Referenced by ccScaleDlg().
| CCVector3d ccScaleDlg::getScales | ( | ) | const |
| bool ccScaleDlg::keepInPlace | ( | ) | const |
Whether the entity should be 'kept in place' or not.
Definition at line 56 of file ecvScaleDlg.cpp.
Referenced by saveState().
| bool ccScaleDlg::rescaleGlobalShift | ( | ) | const |
Whether the Global shift should be rescaled as well.
Definition at line 60 of file ecvScaleDlg.cpp.
Referenced by saveState().
| void ccScaleDlg::saveState | ( | ) |
Saves state.
Definition at line 37 of file ecvScaleDlg.cpp.
References getScales(), keepInPlace(), rescaleGlobalShift(), s_allAtOnce, s_keepInPlace, s_lastScales, and s_rescaleGlobalShift.