Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include "berryObject.h"
#include "berryLog.h"
#include "berryReflection.h"
#include <QDebug>
#include <list>
#include <memory>
#include <exception>
Go to the source code of this file.
Namespaces | |
berry | |
Functions | |
QDebug | berry::operator<< (QDebug os, const berry::Indent &ind) |
QDebug | operator<< (QDebug os, const berry::Object &o) |
QDebug | operator<< (QDebug os, const berry::SmartPointer< const berry::Object > &o) |
QDebug | operator<< (QDebug os, const berry::SmartPointer< berry::Object > &o) |
QTextStream & | operator<< (QTextStream &os, const berry::Object &o) |
QTextStream & | operator<< (QTextStream &os, const berry::SmartPointer< const berry::Object > &o) |
uint | qHash (const berry::Object &o) |
Variables | |
static const char | berry::blanks [41] |
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.
Definition at line 249 of file berryObject.cpp.
References berry::Object::Print().
QDebug operator<< | ( | QDebug | os, |
const berry::SmartPointer< const berry::Object > & | o | ||
) |
Definition at line 254 of file berryObject.cpp.
QDebug operator<< | ( | QDebug | os, |
const berry::SmartPointer< berry::Object > & | o | ||
) |
Definition at line 259 of file berryObject.cpp.
QTextStream& operator<< | ( | QTextStream & | os, |
const berry::Object & | o | ||
) |
Definition at line 264 of file berryObject.cpp.
References berry::Object::ToString().
QTextStream& operator<< | ( | QTextStream & | os, |
const berry::SmartPointer< const berry::Object > & | o | ||
) |
Definition at line 270 of file berryObject.cpp.
uint qHash | ( | const berry::Object & | o | ) |
Definition at line 282 of file berryObject.cpp.
References berry::Object::HashCode().
Referenced by berry::QScopedPointerObjectDeleter::cleanup(), berry::Expression::ComputeHashCode(), mitk::BaseApplication::getCTKFrameworkStorageDir(), berry::QActionContributionItem::HashCode(), berry::Expression::HashCode(), berry::Object::HashCode(), berry::Parameterization::HashCode(), and berry::HandleObject::HashCode().