#include <anatomist/window3D/control3D.h>
|
| | Zoom3DAction () |
| |
| | Zoom3DAction (const Zoom3DAction &a) |
| |
| virtual | ~Zoom3DAction () |
| |
| virtual std::string | name () const |
| |
| void | beginZoom (int x, int y, int globalX, int globalY) |
| |
| void | moveZoom (int x, int y, int globalX, int globalY) |
| |
| void | endZoom (int x, int y, int globalX, int globalY) |
| |
| void | endZoomKey () |
| |
| void | zoomInOnce () |
| | zomms a fixed amount (ie 10%) on a key event
|
| |
| void | zoomOutOnce () |
| | zomms a fixed amount (ie 10%) on a key event
|
| |
| void | zoomWheel (int, int, int, int, int) |
| | zoom for a wheel event
|
| |
| void | zoom (int distance) |
| |
| QWidget * | actionView (QWidget *parent) |
| |
| bool | viewableAction () const |
| |
| | Action () |
| |
| virtual | ~Action () |
| |
| void | setView (View *view) |
| |
| virtual bool | isSingleton () const |
| |
| View * | view () |
| |
| const View * | view () const |
| |
Definition at line 234 of file control3D.h.
◆ Zoom3DAction() [1/2]
| anatomist::Zoom3DAction::Zoom3DAction |
( |
| ) |
|
◆ Zoom3DAction() [2/2]
| anatomist::Zoom3DAction::Zoom3DAction |
( |
const Zoom3DAction & | a | ) |
|
◆ ~Zoom3DAction()
| virtual anatomist::Zoom3DAction::~Zoom3DAction |
( |
| ) |
|
|
virtual |
◆ actionView()
| QWidget * anatomist::Zoom3DAction::actionView |
( |
QWidget * | parent | ) |
|
|
virtual |
◆ beginZoom()
| void anatomist::Zoom3DAction::beginZoom |
( |
int | x, |
|
|
int | y, |
|
|
int | globalX, |
|
|
int | globalY ) |
◆ creator()
| static Action * anatomist::Zoom3DAction::creator |
( |
| ) |
|
|
static |
◆ endZoom()
| void anatomist::Zoom3DAction::endZoom |
( |
int | x, |
|
|
int | y, |
|
|
int | globalX, |
|
|
int | globalY ) |
◆ endZoomKey()
| void anatomist::Zoom3DAction::endZoomKey |
( |
| ) |
|
◆ moveZoom()
| void anatomist::Zoom3DAction::moveZoom |
( |
int | x, |
|
|
int | y, |
|
|
int | globalX, |
|
|
int | globalY ) |
◆ name()
| virtual std::string anatomist::Zoom3DAction::name |
( |
| ) |
const |
|
virtual |
◆ viewableAction()
| bool anatomist::Zoom3DAction::viewableAction |
( |
| ) |
const |
|
virtual |
◆ zoom()
| void anatomist::Zoom3DAction::zoom |
( |
int | distance | ) |
|
◆ zoomInOnce()
| void anatomist::Zoom3DAction::zoomInOnce |
( |
| ) |
|
zomms a fixed amount (ie 10%) on a key event
◆ zoomOutOnce()
| void anatomist::Zoom3DAction::zoomOutOnce |
( |
| ) |
|
zomms a fixed amount (ie 10%) on a key event
◆ zoomWheel()
| void anatomist::Zoom3DAction::zoomWheel |
( |
int | , |
|
|
int | , |
|
|
int | , |
|
|
int | , |
|
|
int | ) |
The documentation for this class was generated from the following file: