#include <contourimagetoolboxaction.h>
Public Member Functions | |
ContourImageToolBoxAction (sofa::component::engine::LabelImageToolBox *lba, QObject *parent) | |
~ContourImageToolBoxAction () override | |
sofa::component::engine::ContourImageToolBoxNoTemplated * | CITB () |
void | setImageSize (int, int, int) |
![]() | |
LabelImageToolBoxAction (sofa::component::engine::LabelImageToolBox *lba, QObject *parent=nullptr) | |
QLayout * | layout () |
Public Slots | |
void | addOnGraphs () override |
void | updateGraphs () override |
void | updateColor () override |
void | optionChangeSection (sofa::type::Vec3i) override |
![]() | |
void | buttonSelectedOff () |
void | setGraphScene (QGraphicsScene *XY, QGraphicsScene *XZ, QGraphicsScene *ZY) |
virtual void | addOnGraphs ()=0 |
virtual void | updateGraphs ()=0 |
virtual void | updateColor ()=0 |
QColor | color () |
void | clickColor () |
virtual void | mouseMove (const unsigned int, const sofa::type::Vec3d &, const sofa::type::Vec3d &, const QString &) |
virtual void | optionChangeSection (sofa::type::Vec3i) |
Additional Inherited Members | |
![]() | |
sofa::component::engine::LabelImageToolBox * | p_label |
Layout * | mainlayout |
sofa::type::Vec3i | d_section |
QGraphicsScene * | GraphXY |
QGraphicsScene * | GraphXZ |
QGraphicsScene * | GraphZY |
![]() | |
void | addWidget (QWidget *w) |
void | addLayout (QLayout *w) |
void | addStretch () |
![]() | |
void | clickImage (int mouseevent, const unsigned int axis, const sofa::type::Vec3d &imageposition, const sofa::type::Vec3d &position3D, const QString &value) |
void | sectionChanged (sofa::type::Vec3i) |
void | guiChangeSection (sofa::type::Vec3i s) |
void | colorChanged () |
void | updateImage () |
sofa::gui::qt::ContourImageToolBoxAction::ContourImageToolBoxAction | ( | sofa::component::engine::LabelImageToolBox * | lba, |
QObject * | parent | ||
) |
|
override |
|
overrideslot |
sofa::component::engine::ContourImageToolBoxNoTemplated * sofa::gui::qt::ContourImageToolBoxAction::CITB | ( | ) |
|
overrideslot |
void sofa::gui::qt::ContourImageToolBoxAction::setImageSize | ( | int | xsize, |
int | ysize, | ||
int | zsize | ||
) |
|
overrideslot |
|
overrideslot |