Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <berryObject.h>
Public Types | |
typedef Indent | Self |
Public Member Functions | |
Indent (int ind=0) | |
Indent | GetNextIndent () |
Friends | |
org_blueberry_core_runtime_EXPORT QDebug | operator<< (QDebug os, const Indent &o) |
Definition at line 44 of file berryObject.h.
typedef Indent berry::Indent::Self |
Standard class typedefs.
Definition at line 50 of file berryObject.h.
|
inline |
Construct the object with an initial Indentation level.
Definition at line 53 of file berryObject.h.
Referenced by GetNextIndent().
Indent berry::Indent::GetNextIndent | ( | ) |
Determine the next Indentation level. Keep Indenting by two until the a maximum of forty spaces is reached.
Definition at line 234 of file berryObject.cpp.
References Indent().
Referenced by berry::Object::Print().
|
friend |
Print out the Indentation. Basically output a bunch of spaces.
Definition at line 244 of file berryObject.cpp.