|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
#include <org_blueberry_core_runtime_Export.h>#include "berryMacros.h"#include "berryMessage.h"#include <berryConfig.h>#include <QString>#include <QMetaType>#include <QMutex>#include <QAtomicInt>Go to the source code of this file.
Classes | |
| class | berry::Indent |
| class | berry::Object |
| Light weight base class for most BlueBerry classes. More... | |
| struct | berry::QScopedPointerObjectDeleter |
Namespaces | |
| berry | |
Functions | |
| org_blueberry_core_runtime_EXPORT QDebug | berry::operator<< (QDebug os, const berry::Indent &o) |
| org_blueberry_core_runtime_EXPORT QDebug | operator<< (QDebug os, const berry::Object &o) |
| org_blueberry_core_runtime_EXPORT QDebug | operator<< (QDebug os, const berry::SmartPointer< const berry::Object > &o) |
| org_blueberry_core_runtime_EXPORT QDebug | operator<< (QDebug os, const berry::SmartPointer< berry::Object > &o) |
| org_blueberry_core_runtime_EXPORT QTextStream & | operator<< (QTextStream &os, const berry::Object &o) |
| org_blueberry_core_runtime_EXPORT QTextStream & | operator<< (QTextStream &os, const berry::SmartPointer< const berry::Object > &o) |
| org_blueberry_core_runtime_EXPORT uint | qHash (const berry::Object &o) |
| org_blueberry_core_runtime_EXPORT QDebug operator<< | ( | QDebug | os, |
| const berry::Object & | o | ||
| ) |
This operator allows all subclasses of Object to be printed via QDebug <<. It in turn invokes the Print method, which in turn will invoke the PrintSelf method that all objects should define, if they have anything interesting to print out.
| org_blueberry_core_runtime_EXPORT QDebug operator<< | ( | QDebug | os, |
| const berry::SmartPointer< berry::Object > & | o | ||
| ) |
| org_blueberry_core_runtime_EXPORT QDebug operator<< | ( | QDebug | os, |
| const berry::SmartPointer< const berry::Object > & | o | ||
| ) |
| org_blueberry_core_runtime_EXPORT QTextStream& operator<< | ( | QTextStream & | os, |
| const berry::Object & | o | ||
| ) |
| org_blueberry_core_runtime_EXPORT QTextStream& operator<< | ( | QTextStream & | os, |
| const berry::SmartPointer< const berry::Object > & | o | ||
| ) |
| org_blueberry_core_runtime_EXPORT uint qHash | ( | const berry::Object & | o | ) |
Referenced by berry::HandleObject::HashCode().