16#if !defined(ON_TEXTLOG_INC_)
17#define ON_TEXTLOG_INC_
50 void SetDoubleFormat(
const char* );
53 void SetFloatFormat(
const char* );
58 int IndentSize()
const;
60 void SetIndentSize(
int);
62 void PrintWrappedText(
const char*,
int = 60 );
63 void PrintWrappedText(
const wchar_t*,
int = 60 );
76 void Print(
const char* format, ... );
89 void Print(
const wchar_t* format, ... );
100 void Print(
const ON_COMPONENT_INDEX& );
133 void PrintString(
const char*
s );
141 void PrintString(
const wchar_t*
s );
145 void PrintTime(
const struct tm& );
165 void PrintKnotVector(
QDebug operator<<(QDebug dbg, const RBox &b)
Stream operator for QDebug.
Definition RBox.cpp:640
Definition opennurbs_point.h:253
Definition opennurbs_point.h:655
Definition opennurbs_array.h:398
Definition opennurbs_point.h:403
Definition opennurbs_point.h:931
Definition opennurbs_point.h:555
Definition opennurbs_color.h:24
Definition opennurbs_matrix.h:22
Definition opennurbs_string.h:150
Definition opennurbs_textlog.h:20
ON_String m_float2_format
Definition opennurbs_textlog.h:224
ON_wString * m_pString
Definition opennurbs_textlog.h:186
ON_String m_double4_format
Definition opennurbs_textlog.h:222
ON_String m_line
Definition opennurbs_textlog.h:228
ON_String m_indent
Definition opennurbs_textlog.h:218
FILE * m_pFile
Definition opennurbs_textlog.h:185
ON_String m_double3_format
Definition opennurbs_textlog.h:221
ON_String m_float3_format
Definition opennurbs_textlog.h:225
ON_String m_double2_format
Definition opennurbs_textlog.h:220
ON_TextLog & operator=(const ON_TextLog &)
ON_String m_double_format
Definition opennurbs_textlog.h:219
ON_TextLog(const ON_TextLog &)
int m_indent_size
Definition opennurbs_textlog.h:231
ON_String m_float4_format
Definition opennurbs_textlog.h:226
int m_beginning_of_line
Definition opennurbs_textlog.h:230
ON_String m_float_format
Definition opennurbs_textlog.h:223
Definition opennurbs_uuid.h:31
Definition opennurbs_string.h:392
Used to print the given document with the settings stored inside the document or the default settings...
Definition Print.js:99
#define ON_DECL
Definition opennurbs_defines.h:92
#define ON_CLASS
Definition opennurbs_defines.h:91
char s
Definition opennurbs_string.cpp:32
#define NULL
Definition opennurbs_system.h:256
int ON_BOOL32
Definition opennurbs_system.h:362
ON_DECL int ON_CrashTest(int crash_type, ON_TextLog &text_log)