|
| | CRhinoDump ()=default |
| |
| | ~CRhinoDump ()=default |
| |
| void | AppendText (const char *) override |
| | appends text to log More...
|
| |
| void | AppendText (const wchar_t *) override |
| | appends UNICODE text to log More...
|
| |
| | ON_TextLog () |
| |
| | ON_TextLog (FILE *fp) |
| | dump to open ASCII text file More...
|
| |
| | ON_TextLog (ON_wString &s) |
| |
| virtual | ~ON_TextLog () |
| |
| void | ClearColorFormat () |
| |
| ON_TextLog::LevelOfDetail | DecreaseLevelOfDetail () |
| | Decrease the level of detail. More...
|
| |
| ON_Color::TextFormat | GetColorFormat () |
| |
| void | GetDoubleFormat (ON_String &) const |
| |
| void | GetFloatFormat (ON_String &) const |
| |
| ON_TextLog::LevelOfDetail | GetLevelOfDetail () const |
| |
| ON_TextLog::LevelOfDetail | IncreaseLevelOfDetail () |
| | Increase the level of detail. More...
|
| |
| int | IndentCount () |
| |
| int | IndentSize () const |
| |
| bool | IsNull () const |
| |
| bool | IsTextHash () const |
| |
| bool | LevelOfDetailIsAtLeast (ON_TextLog::LevelOfDetail level_of_detail) |
| |
| ON_TextLog & | operator<< (char) |
| |
| ON_TextLog & | operator<< (const char *) |
| |
| ON_TextLog & | operator<< (const ON_2dPoint &) |
| |
| ON_TextLog & | operator<< (const ON_2dVector &) |
| |
| ON_TextLog & | operator<< (const ON_3dPoint &) |
| |
| ON_TextLog & | operator<< (const ON_3dVector &) |
| |
| ON_TextLog & | operator<< (const ON_4dPoint &) |
| |
| ON_TextLog & | operator<< (const ON_Xform &) |
| |
| ON_TextLog & | operator<< (double) |
| |
| ON_TextLog & | operator<< (float) |
| |
| ON_TextLog & | operator<< (int) |
| |
| ON_TextLog & | operator<< (short) |
| |
| void | PopIndent () |
| |
| void ON_VARGS_FUNC_CDECL | Print (const char *format,...) |
| |
| void | Print (const ON_2dPoint &) |
| |
| void | Print (const ON_2dVector &) |
| |
| void | Print (const ON_3dPoint &) |
| |
| void | Print (const ON_3dPointArray &, const char *=nullptr) |
| |
| void | Print (const ON_3dVector &) |
| |
| void | Print (const ON_4dPoint &) |
| |
| void | Print (const ON_COMPONENT_INDEX &) |
| |
| void | Print (const ON_Matrix &, const char *=nullptr, int=0) |
| |
| void | Print (const ON_String &string) |
| |
| void | Print (const ON_UUID &) |
| |
| void | Print (const ON_wString &string) |
| |
| void | Print (const ON_Xform &) |
| |
| void ON_VARGS_FUNC_CDECL | Print (const wchar_t *format,...) |
| |
| void | Print (double) |
| |
| void | Print (float) |
| |
| void | PrintColor (const ON_Color &color) |
| |
| void | PrintCurrentTime () |
| |
| void | PrintKnotVector (int, int, const double *) |
| |
| void | PrintNewLine () |
| | printing utilities More...
|
| |
| void | PrintPointGrid (int, bool, int, int, int, int, const double *, const char *=nullptr) |
| |
| void | PrintPointList (int, bool, int, int, const double *, const char *=nullptr) |
| |
| void | PrintRGB (const ON_Color &color) |
| |
| void | PrintSpace () |
| |
| void | PrintString (const char *s) |
| |
| void | PrintString (const wchar_t *s) |
| |
| void | PrintString (ON_String s) |
| |
| void | PrintString (ON_wString s) |
| |
| void | PrintTab () |
| |
| void | PrintTime (const struct tm &t) |
| |
| void | PrintWrappedText (const char *, int=60) |
| | last arg is maximum line length More...
|
| |
| void | PrintWrappedText (const wchar_t *, int=60) |
| | last arg is maximum line length More...
|
| |
| void | PushIndent () |
| |
| void | SetColorFormat (ON_Color::TextFormat color_format) |
| |
| void | SetDoubleFormat (const char *) |
| | default is g More...
|
| |
| void | SetFloatFormat (const char *) |
| | default is g More...
|
| |
| void | SetIndentCount (int indent_count) |
| |
| void | SetIndentSize (int) |
| |
| void | SetLevelOfDetail (ON_TextLog::LevelOfDetail level_of_detail) |
| |
Description: Use a CRhinoDump object when you want text sent to an ON_TextLog to appear in the Rhino command window.