|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
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 () | |
| ~PropertyExtension () override | |
Property extension for mitk::IntProperty.
The property view uses this extension to configure the corresponding property editor.
Definition at line 25 of file mitkIntPropertyExtension.h.
| Pointer mitk::IntPropertyExtension::Clone | ( | ) | const |
| int mitk::IntPropertyExtension::GetMaximum | ( | ) | const |
Definition at line 51 of file mitkIntPropertyExtension.cpp.
| int mitk::IntPropertyExtension::GetMinimum | ( | ) | const |
Definition at line 61 of file mitkIntPropertyExtension.cpp.
| int mitk::IntPropertyExtension::GetSingleStep | ( | ) | const |
Definition at line 71 of file mitkIntPropertyExtension.cpp.
| 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 56 of file mitkIntPropertyExtension.cpp.
| void mitk::IntPropertyExtension::SetMinimum | ( | int | minimum | ) |
Definition at line 66 of file mitkIntPropertyExtension.cpp.
| void mitk::IntPropertyExtension::SetSingleStep | ( | int | singleStep | ) |
Definition at line 76 of file mitkIntPropertyExtension.cpp.