|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <mitkPropertyKeyPath.h>

Public Types | |
| enum | NodeType { NodeType::Invalid, NodeType::Element, NodeType::ElementSelection, NodeType::AnySelection, NodeType::AnyElement } |
Public Member Functions | |
| NodeInfo () | |
| NodeInfo (const ElementNameType &name, NodeType type=NodeType::Element, ItemSelectionIndex index=0) | |
| bool | Matches (const NodeInfo &right) const |
| bool | operator== (const NodeInfo &right) const |
Public Attributes | |
| NodeType | type |
| ElementNameType | name |
| ItemSelectionIndex | selection |
Definition at line 57 of file mitkPropertyKeyPath.h.
|
strong |
| Enumerator | |
|---|---|
| Invalid | |
| Element | |
| ElementSelection | |
| AnySelection | |
| AnyElement | |
Definition at line 59 of file mitkPropertyKeyPath.h.
| mitk::PropertyKeyPath::NodeInfo::NodeInfo | ( | ) |
Definition at line 23 of file mitkPropertyKeyPath.cpp.
| mitk::PropertyKeyPath::NodeInfo::NodeInfo | ( | const ElementNameType & | name, |
| NodeType | type = NodeType::Element, |
||
| ItemSelectionIndex | index = 0 |
||
| ) |
Definition at line 25 of file mitkPropertyKeyPath.cpp.
| bool mitk::PropertyKeyPath::NodeInfo::Matches | ( | const NodeInfo & | right | ) | const |
Definition at line 40 of file mitkPropertyKeyPath.cpp.
References AnyElement, AnySelection, Element, Invalid, name, selection, and type.
| bool mitk::PropertyKeyPath::NodeInfo::operator== | ( | const NodeInfo & | right | ) | const |
Definition at line 28 of file mitkPropertyKeyPath.cpp.
| ElementNameType mitk::PropertyKeyPath::NodeInfo::name |
Definition at line 69 of file mitkPropertyKeyPath.h.
Referenced by Matches(), operator==(), and mitk::PropertyNameToPropertyKeyPath().
| ItemSelectionIndex mitk::PropertyKeyPath::NodeInfo::selection |
Definition at line 70 of file mitkPropertyKeyPath.h.
Referenced by Matches(), and operator==().
| NodeType mitk::PropertyKeyPath::NodeInfo::type |
Definition at line 68 of file mitkPropertyKeyPath.h.
Referenced by Matches(), and operator==().