|
Rhino C++ API
8.25
|
#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 | ( | ) |
1.8.17