|
Guitar
|
#include <TextEditorView.h>
Public Member Functions | |
| void | clear () |
| size_t | size () const |
Public Attributes | |
| int | row_start = 0 |
| int | row_count = 0 |
| std::unordered_map< int, TextEditorView::FormattedLine > | lines |
|
inline |
|
inline |
| std::unordered_map<int, TextEditorView::FormattedLine> TextEditorView::FormattedLines::lines |
| int TextEditorView::FormattedLines::row_count = 0 |
| int TextEditorView::FormattedLines::row_start = 0 |