|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
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=nullptr) |
| QDebug | operator<< (QDebug os, const berry::Indent &ind) |
| template<typename T > | |
| std::ostream & | operator<< (std::ostream &os, const SmartPointer< T > &p) |
| static QString | ParseColor (const QString &subject, const QString &pattern, const QString &fallback) |
| 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 22 of file berryConstants.h.
| bool berry::CompareViewTreeItem | ( | ViewTreeItem * | item1, |
| ViewTreeItem * | item2 | ||
| ) |
Definition at line 128 of file berryViewTreeModel.cpp.
References berry::IWorkbench::GetViewRegistry(), and berry::IWorkbenchWindow::GetWorkbench().
| QObject* berry::extensionTypeConstructHelper | ( | const T * | ) |
Definition at line 117 of file berryExtensionType.h.
|
static |
Definition at line 53 of file berryExtensionType.cpp.
Referenced by berry::ExtensionType::registerType(), berry::ExtensionType::registerTypedef(), and berry::ExtensionType::type().
| void berry::extensionTypeDeleteHelper | ( | T * | t | ) |
Definition at line 111 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 240 of file berryObject.cpp.
Referenced by berry::QScopedPointerObjectDeleter::cleanup(), and berry::Indent::Indent().
| std::ostream& berry::operator<< | ( | std::ostream & | os, |
| const SmartPointer< T > & | p | ||
| ) |
Definition at line 320 of file berrySmartPointer.h.
|
static |
Definition at line 38 of file berryQtStyleManager.cpp.
Referenced by QmitkStyleManager::ThemeIcon(), and berry::QtStyleManager::ThemeIcon().
| int berry::registerExtensionType | ( | const char * | typeName, |
| T * | dummy = nullptr |
||
| ) |
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 164 of file berryExtensionType.h.
References berry::internal::ExtensionTypeIdHelper< T, Defined >::extensiontype_id(), berry::ExtensionType::registerType(), and berry::ExtensionType::registerTypedef().
|
static |
Definition at line 45 of file berryDebugUtil.cpp.
|
static |
Definition at line 228 of file berryObject.cpp.