NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Public Member Functions | Protected Slots | Protected Member Functions | Protected Attributes | List of all members
niftk::PaintbrushToolGUI Class Reference
Inheritance diagram for niftk::PaintbrushToolGUI:
Inheritance graph
[legend]
Collaboration diagram for niftk::PaintbrushToolGUI:
Collaboration graph
[legend]

Public Member Functions

 mitkClassMacro (PaintbrushToolGUI, QmitkToolGUI) static Pointer New()
 
void OnCursorSizeChanged (int current)
 Method to set or initialise the size of the cursor (radius of influence). More...
 

Protected Slots

void OnNewToolAssociated (mitk::Tool *)
 Qt slot called when the tool is activated. More...
 
void OnSliderValueChanged (int value)
 Qt slot called when the user moves the slider. More...
 

Protected Member Functions

 PaintbrushToolGUI ()
 
virtual ~PaintbrushToolGUI ()
 

Protected Attributes

QSlider * m_Slider
 
QLabel * m_SizeLabel
 
QFrame * m_Frame
 
PaintbrushTool::Pointer m_PaintbrushTool
 

Constructor & Destructor Documentation

niftk::PaintbrushToolGUI::PaintbrushToolGUI ( )
protected
niftk::PaintbrushToolGUI::~PaintbrushToolGUI ( )
protectedvirtual

Member Function Documentation

niftk::PaintbrushToolGUI::mitkClassMacro ( PaintbrushToolGUI  ,
QmitkToolGUI   
)
void niftk::PaintbrushToolGUI::OnCursorSizeChanged ( int  current)

Method to set or initialise the size of the cursor (radius of influence).

void niftk::PaintbrushToolGUI::OnNewToolAssociated ( mitk::Tool *  tool)
protectedslot

Qt slot called when the tool is activated.

void niftk::PaintbrushToolGUI::OnSliderValueChanged ( int  value)
protectedslot

Qt slot called when the user moves the slider.

Member Data Documentation

QFrame* niftk::PaintbrushToolGUI::m_Frame
protected
PaintbrushTool::Pointer niftk::PaintbrushToolGUI::m_PaintbrushTool
protected
QLabel* niftk::PaintbrushToolGUI::m_SizeLabel
protected
QSlider* niftk::PaintbrushToolGUI::m_Slider
protected

The documentation for this class was generated from the following files: