| 60 | void CUILines::SetColoringMode(bool mode) { uFlags.set(flColoringMode, mode); } |
| 61 | |
| 62 | void CUILines::SetUseNewLineMode(bool mode) { uFlags.set(flRecognizeNewLine, mode); } |
| 63 | |
| 64 | void CUILines::Init(float x, float y, float width, float heigt) { CUISimpleWindow::Init(x, y, width, heigt); } |
| 65 |
no test coverage detected