Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Namespaces | |
GuiTk | |
internal | |
Reflection | |
Enumerations | |
enum | CursorType { CURSOR_INVALID, CURSOR_LEFT, CURSOR_RIGHT, CURSOR_TOP, CURSOR_BOTTOM, CURSOR_CENTER, CURSOR_OFFSCREEN, CURSOR_FASTVIEW } |
Functions | |
static int | extensionTypeCustomType_unlocked (const char *typeName, int length) |
template<typename T > | |
void | extensionTypeDeleteHelper (T *t) |
template<typename T > | |
QObject * | extensionTypeConstructHelper (const T *) |
template<typename T > | |
int | registerExtensionType (const char *typeName, T *dummy=0) |
QDebug | operator<< (QDebug os, const berry::Indent &ind) |
template<typename T > | |
std::ostream & | operator<< (std::ostream &os, const SmartPointer< T > &p) |
bool | CompareViewTreeItem (ViewTreeItem *item1, ViewTreeItem *item2) |
Variables | |
static IDebugObjectListener::Events | _G_ObjectEvents |
static const char | blanks [41] |
enum berry::CursorType |
Enumerator | |
---|---|
CURSOR_INVALID | |
CURSOR_LEFT | |
CURSOR_RIGHT | |
CURSOR_TOP | |
CURSOR_BOTTOM | |
CURSOR_CENTER | |
CURSOR_OFFSCREEN | |
CURSOR_FASTVIEW |
Definition at line 26 of file berryConstants.h.
bool berry::CompareViewTreeItem | ( | ViewTreeItem * | item1, |
ViewTreeItem * | item2 | ||
) |
Definition at line 132 of file berryViewTreeModel.cpp.
QObject* berry::extensionTypeConstructHelper | ( | const T * | ) |
Definition at line 122 of file berryExtensionType.h.
|
static |
Definition at line 57 of file berryExtensionType.cpp.
Referenced by berry::ExtensionType::registerType(), berry::ExtensionType::registerTypedef(), and berry::ExtensionType::type().
void berry::extensionTypeDeleteHelper | ( | T * | t | ) |
Definition at line 116 of file berryExtensionType.h.
org_blueberry_core_runtime_EXPORT QDebug berry::operator<< | ( | QDebug | os, |
const berry::Indent & | ind | ||
) |
Print out the Indentation. Basically output a bunch of spaces.
Definition at line 244 of file berryObject.cpp.
std::ostream& berry::operator<< | ( | std::ostream & | os, |
const SmartPointer< T > & | p | ||
) |
Definition at line 324 of file berrySmartPointer.h.
int berry::registerExtensionType | ( | const char * | typeName, |
T * | dummy = 0 |
||
) |
Registers the type name typeName for the type T. Returns the internal ID used by ExtensionType. Any class or struct that has a public default constructor, a public destructor, and a QObject base class can be registered.
After a type has been registered, you can create and destroy objects of that type dynamically at run-time.
Definition at line 170 of file berryExtensionType.h.
References berry::internal::ExtensionTypeIdHelper< T, Defined >::extensiontype_id(), berry::ExtensionType::registerType(), and berry::ExtensionType::registerTypedef().
|
static |
Definition at line 49 of file berryDebugUtil.cpp.
|
static |
Definition at line 232 of file berryObject.cpp.