#include <anatomist/window3D/control3D.h>
|
| SelectAction () |
|
| SelectAction (const SelectAction &a) |
|
virtual | ~SelectAction () |
|
virtual std::string | name () const |
|
void | select (int modifier, int x, int y) |
|
void | execSelect (int x, int y, int globalX, int globalY) |
|
void | execSelectAdding (int x, int y, int globalX, int globalY) |
|
void | execSelectToggling (int x, int y, int globalX, int globalY) |
|
void | toggleSelectAll () |
| key action for select all / unselect all objects More...
|
|
void | removeFromWindow () |
|
void | removeFromGroup () |
|
QWidget * | actionView (QWidget *parent) |
|
bool | viewableAction () const |
|
| Action () |
|
virtual | ~Action () |
|
void | setView (View *view) |
|
virtual bool | isSingleton () |
|
View * | view () |
|
Definition at line 207 of file control3D.h.
◆ SelectAction() [1/2]
anatomist::SelectAction::SelectAction |
( |
| ) |
|
◆ SelectAction() [2/2]
anatomist::SelectAction::SelectAction |
( |
const SelectAction & |
a | ) |
|
◆ ~SelectAction()
virtual anatomist::SelectAction::~SelectAction |
( |
| ) |
|
|
virtual |
◆ actionView()
QWidget* anatomist::SelectAction::actionView |
( |
QWidget * |
parent | ) |
|
|
virtual |
◆ creator()
static Action* anatomist::SelectAction::creator |
( |
| ) |
|
|
static |
◆ execSelect()
void anatomist::SelectAction::execSelect |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
globalX, |
|
|
int |
globalY |
|
) |
| |
◆ execSelectAdding()
void anatomist::SelectAction::execSelectAdding |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
globalX, |
|
|
int |
globalY |
|
) |
| |
◆ execSelectToggling()
void anatomist::SelectAction::execSelectToggling |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
globalX, |
|
|
int |
globalY |
|
) |
| |
◆ name()
virtual std::string anatomist::SelectAction::name |
( |
| ) |
const |
|
virtual |
◆ removeFromGroup()
void anatomist::SelectAction::removeFromGroup |
( |
| ) |
|
◆ removeFromWindow()
void anatomist::SelectAction::removeFromWindow |
( |
| ) |
|
◆ select()
void anatomist::SelectAction::select |
( |
int |
modifier, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| |
◆ toggleSelectAll()
void anatomist::SelectAction::toggleSelectAll |
( |
| ) |
|
key action for select all / unselect all objects
◆ viewableAction()
bool anatomist::SelectAction::viewableAction |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following file: