Guitar
Public Member Functions | Public Attributes | List of all members
TextEditorView::FormattedLines Class Reference

#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::FormattedLinelines
 

Member Function Documentation

◆ clear()

void TextEditorView::FormattedLines::clear ( )
inline

◆ size()

size_t TextEditorView::FormattedLines::size ( ) const
inline

Member Data Documentation

◆ lines

std::unordered_map<int, TextEditorView::FormattedLine> TextEditorView::FormattedLines::lines

◆ row_count

int TextEditorView::FormattedLines::row_count = 0

◆ row_start

int TextEditorView::FormattedLines::row_start = 0

The documentation for this class was generated from the following file: