![]() |
anatomist
5.1.2
3D neuroimaging data viewer
|
#include <anatomist/action/surfpaintaction.h>
Public Member Functions | |
SurfpaintToolsAction () | |
virtual | ~SurfpaintToolsAction () |
virtual std::string | name () const |
void | pressRightButton (int x, int y, int globalX, int globalY) |
void | longLeftButtonStart (int x, int y, int globalX, int globalY) |
void | longLeftButtonMove (int x, int y, int globalX, int globalY) |
void | longLeftButtonStop (int x, int y, int globalX, int globalY) |
void | colorpicker (int x, int y, int globalX, int globalY) |
void | magicselection (int x, int y, int globalX, int globalY) |
void | distanceMove (int x, int y, int globalX, int globalY) |
void | distanceStart (int x, int y, int globalX, int globalY) |
void | distanceStop (int x, int y, int globalX, int globalY) |
void | brushMove (int x, int y, int globalX, int globalY) |
void | brushStart (int x, int y, int globalX, int globalY) |
void | brushStop (int x, int y, int globalX, int globalY) |
void | magicbrushMove (int x, int y, int globalX, int globalY) |
void | magicbrushStart (int x, int y, int globalX, int globalY) |
void | magicbrushStop (int x, int y, int globalX, int globalY) |
void | magicbrushClose (int x, int y, int globalX, int globalY) |
void | eraseMove (int x, int y, int globalX, int globalY) |
void | eraseStart (int x, int y, int globalX, int globalY) |
void | eraseStop (int x, int y, int globalX, int globalY) |
void | shortestpathStart (int x, int y) |
void | shortestpathStop (int x, int y, int globalX, int globalY) |
void | shortestpathClose (int x, int y, int globalX, int globalY) |
void | editValidate () |
void | editCancel () |
void | undo () |
void | redo () |
float | textureValue () const |
SurfpaintTools * | getTools () |
void | setupTools () |
![]() | |
Action () | |
virtual | ~Action () |
void | setView (View *view) |
virtual QWidget * | actionView (QWidget *) |
virtual bool | viewableAction () const |
virtual bool | isSingleton () |
View * | view () |
Static Public Member Functions | |
static Action * | creator () |
Definition at line 45 of file surfpaintaction.h.
anatomist::SurfpaintToolsAction::SurfpaintToolsAction | ( | ) |
|
virtual |
void anatomist::SurfpaintToolsAction::brushMove | ( | int | x, |
int | y, | ||
int | globalX, | ||
int | globalY | ||
) |
void anatomist::SurfpaintToolsAction::brushStart | ( | int | x, |
int | y, | ||
int | globalX, | ||
int | globalY | ||
) |
void anatomist::SurfpaintToolsAction::brushStop | ( | int | x, |
int | y, | ||
int | globalX, | ||
int | globalY | ||
) |
void anatomist::SurfpaintToolsAction::colorpicker | ( | int | x, |
int | y, | ||
int | globalX, | ||
int | globalY | ||
) |
|
static |
void anatomist::SurfpaintToolsAction::distanceMove | ( | int | x, |
int | y, | ||
int | globalX, | ||
int | globalY | ||
) |
void anatomist::SurfpaintToolsAction::distanceStart | ( | int | x, |
int | y, | ||
int | globalX, | ||
int | globalY | ||
) |
void anatomist::SurfpaintToolsAction::distanceStop | ( | int | x, |
int | y, | ||
int | globalX, | ||
int | globalY | ||
) |
void anatomist::SurfpaintToolsAction::editCancel | ( | ) |
void anatomist::SurfpaintToolsAction::editValidate | ( | ) |
void anatomist::SurfpaintToolsAction::eraseMove | ( | int | x, |
int | y, | ||
int | globalX, | ||
int | globalY | ||
) |
void anatomist::SurfpaintToolsAction::eraseStart | ( | int | x, |
int | y, | ||
int | globalX, | ||
int | globalY | ||
) |
void anatomist::SurfpaintToolsAction::eraseStop | ( | int | x, |
int | y, | ||
int | globalX, | ||
int | globalY | ||
) |
|
inline |
Definition at line 92 of file surfpaintaction.h.
void anatomist::SurfpaintToolsAction::longLeftButtonMove | ( | int | x, |
int | y, | ||
int | globalX, | ||
int | globalY | ||
) |
void anatomist::SurfpaintToolsAction::longLeftButtonStart | ( | int | x, |
int | y, | ||
int | globalX, | ||
int | globalY | ||
) |
void anatomist::SurfpaintToolsAction::longLeftButtonStop | ( | int | x, |
int | y, | ||
int | globalX, | ||
int | globalY | ||
) |
void anatomist::SurfpaintToolsAction::magicbrushClose | ( | int | x, |
int | y, | ||
int | globalX, | ||
int | globalY | ||
) |
void anatomist::SurfpaintToolsAction::magicbrushMove | ( | int | x, |
int | y, | ||
int | globalX, | ||
int | globalY | ||
) |
void anatomist::SurfpaintToolsAction::magicbrushStart | ( | int | x, |
int | y, | ||
int | globalX, | ||
int | globalY | ||
) |
void anatomist::SurfpaintToolsAction::magicbrushStop | ( | int | x, |
int | y, | ||
int | globalX, | ||
int | globalY | ||
) |
void anatomist::SurfpaintToolsAction::magicselection | ( | int | x, |
int | y, | ||
int | globalX, | ||
int | globalY | ||
) |
|
virtual |
Implements anatomist::Action.
void anatomist::SurfpaintToolsAction::pressRightButton | ( | int | x, |
int | y, | ||
int | globalX, | ||
int | globalY | ||
) |
void anatomist::SurfpaintToolsAction::redo | ( | ) |
void anatomist::SurfpaintToolsAction::setupTools | ( | ) |
void anatomist::SurfpaintToolsAction::shortestpathClose | ( | int | x, |
int | y, | ||
int | globalX, | ||
int | globalY | ||
) |
void anatomist::SurfpaintToolsAction::shortestpathStart | ( | int | x, |
int | y | ||
) |
void anatomist::SurfpaintToolsAction::shortestpathStop | ( | int | x, |
int | y, | ||
int | globalX, | ||
int | globalY | ||
) |
|
inline |
Definition at line 90 of file surfpaintaction.h.
void anatomist::SurfpaintToolsAction::undo | ( | ) |