Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <berryINamedHandleStateIds.h>
Static Public Attributes | |
static const QString | DESCRIPTION |
static const QString | NAME |
State identifiers that are understood by named handle objects that implement IObjectWithState.
Clients may implement or extend this class.
Definition at line 35 of file berryINamedHandleStateIds.h.
|
static |
The state id used for overriding the description of a named handle object. This state's value must return a String.
Definition at line 41 of file berryINamedHandleStateIds.h.
Referenced by berry::NamedHandleObjectWithState::GetDescription().
|
static |
The state id used for overriding the name of a named handle object. This state's value must return a String.
Definition at line 47 of file berryINamedHandleStateIds.h.
Referenced by berry::NamedHandleObjectWithState::GetName().