Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Property extension for mitk::IntProperty. More...
#include <mitkIntPropertyExtension.h>
Public Member Functions | |
mitkClassMacro (IntPropertyExtension, PropertyExtension) | |
Pointer | Clone () const |
mitkNewMacro2Param (Self, int, int) | |
mitkNewMacro3Param (Self, int, int, int) | |
int | GetMaximum () const |
void | SetMaximum (int maximum) |
int | GetMinimum () const |
void | SetMinimum (int minimum) |
int | GetSingleStep () const |
void | SetSingleStep (int singleStep) |
Public Member Functions inherited from mitk::PropertyExtension | |
virtual std::vector< std::string > | GetClassHierarchy () const |
virtual const char * | GetClassName () const |
Pointer | Clone () const |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from mitk::PropertyExtension | |
static const char * | GetStaticNameOfClass () |
static Pointer | New () |
Additional Inherited Members | |
Public Types inherited from mitk::PropertyExtension | |
typedef PropertyExtension | Self |
typedef itk::LightObject | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
Protected Member Functions inherited from mitk::PropertyExtension | |
PropertyExtension () | |
virtual | ~PropertyExtension () |
Property extension for mitk::IntProperty.
The property view uses this extension to configure the corresponding property editor.
Definition at line 29 of file mitkIntPropertyExtension.h.
Pointer mitk::IntPropertyExtension::Clone | ( | ) | const |
int mitk::IntPropertyExtension::GetMaximum | ( | ) | const |
Definition at line 55 of file mitkIntPropertyExtension.cpp.
References mitk::m_Impl.
int mitk::IntPropertyExtension::GetMinimum | ( | ) | const |
Definition at line 65 of file mitkIntPropertyExtension.cpp.
References mitk::m_Impl.
int mitk::IntPropertyExtension::GetSingleStep | ( | ) | const |
Definition at line 75 of file mitkIntPropertyExtension.cpp.
References mitk::m_Impl.
mitk::IntPropertyExtension::mitkClassMacro | ( | IntPropertyExtension | , |
PropertyExtension | |||
) |
mitk::IntPropertyExtension::mitkNewMacro2Param | ( | Self | , |
int | , | ||
int | |||
) |
mitk::IntPropertyExtension::mitkNewMacro3Param | ( | Self | , |
int | , | ||
int | , | ||
int | |||
) |
|
static |
void mitk::IntPropertyExtension::SetMaximum | ( | int | maximum | ) |
Definition at line 60 of file mitkIntPropertyExtension.cpp.
References mitk::m_Impl.
void mitk::IntPropertyExtension::SetMinimum | ( | int | minimum | ) |
Definition at line 70 of file mitkIntPropertyExtension.cpp.
References mitk::m_Impl.
void mitk::IntPropertyExtension::SetSingleStep | ( | int | singleStep | ) |
Definition at line 80 of file mitkIntPropertyExtension.cpp.
References mitk::m_Impl.