Returns the current line-wrap length, where 0 means no wrapping.
| 89 | void setLineWrapLength (size_t lineWrapCharacters); |
| 90 | /// Returns the current line-wrap length, where 0 means no wrapping. |
| 91 | size_t getLineWrapLength() const { return lineWrapLength; } |
| 92 | |
| 93 | //============================================================================== |
| 94 | /// An RAII class which resets the indent level when it is deleted. |
nothing calls this directly
no outgoing calls
no test coverage detected