Rhino C++ API
8.13
|
#include <opennurbs_textlog.h>
Public Member Functions | |
ON_TextLogIndent (class ON_TextLog &text_log) | |
ON_TextLogIndent (class ON_TextLog &text_log, bool bEnabled) | |
~ON_TextLogIndent () | |
Description: ON_TextLogIndent is a class used with ON_TextLog to push and pop indentation.
ON_TextLogIndent::ON_TextLogIndent | ( | class ON_TextLog & | text_log | ) |
The constructor calls text_log.PushIndent() and the destructor calls text_log.PopIndent()
ON_TextLogIndent::ON_TextLogIndent | ( | class ON_TextLog & | text_log, |
bool | bEnabled | ||
) |
If bEnabled is true, the constructor calls text_log.PushIndent() and the destructor calls text_log.PopIndent()
ON_TextLogIndent::~ON_TextLogIndent | ( | ) |