Public Member Functions | |
Vertex () | |
Vertex (int x, int xScaled, QColor color) | |
~Vertex () | |
void | drawVertex (QPainter &painter) |
void | setPos (int x, int xScaled, int y) |
Public Attributes | |
int | x |
int | xScaled |
QColor | color |
bool | selected |
Static Public Attributes | |
static const unsigned short int | DRAW_SIZE = 7 |
Definition at line 64 of file TransferFunction.h.
TransferFunction::Vertex::Vertex | ( | ) |
TransferFunction::Vertex::Vertex | ( | int | x, | |
int | xScaled, | |||
QColor | color | |||
) |
TransferFunction::Vertex::~Vertex | ( | ) |
Definition at line 653 of file TransferFunction.cpp.
void TransferFunction::Vertex::drawVertex | ( | QPainter & | painter | ) |
void TransferFunction::Vertex::setPos | ( | int | x, | |
int | xScaled, | |||
int | y | |||
) |
Definition at line 73 of file TransferFunction.h.
Referenced by TransferFunction::containsNearVertex(), drawVertex(), TransferFunction::loadTfFile(), TransferFunction::mouseDoubleClickEvent(), and setPos().
const unsigned short int TransferFunction::Vertex::DRAW_SIZE = 7 [static] |
Definition at line 75 of file TransferFunction.h.
Referenced by TransferFunction::containsNearVertex(), and drawVertex().
Definition at line 74 of file TransferFunction.h.
Referenced by drawVertex(), TransferFunction::select(), TransferFunction::unselect(), and Vertex().
Definition at line 72 of file TransferFunction.h.
Referenced by TransferFunction::addVertex(), TransferFunction::loadTfFile(), TransferFunction::lessThanVertex::operator()(), and TransferFunction::removeVertex().
Definition at line 72 of file TransferFunction.h.
Referenced by TransferFunction::addVertex(), TransferFunction::containsNearVertex(), drawVertex(), TransferFunction::loadTfFile(), and TransferFunction::removeVertex().