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

#include <TextEditorView.h>

Public Member Functions

 FormattedLine ()
 

Public Attributes

std::shared_ptr< std::vector< Char > > chars
 
std::shared_ptr< std::vector< CharAttr > > atts2
 
bool has_diff_flags = false
 

Constructor & Destructor Documentation

◆ FormattedLine()

TextEditorView::FormattedLine::FormattedLine ( )
inline

Member Data Documentation

◆ atts2

std::shared_ptr<std::vector<CharAttr> > TextEditorView::FormattedLine::atts2

◆ chars

std::shared_ptr<std::vector<Char> > TextEditorView::FormattedLine::chars

◆ has_diff_flags

bool TextEditorView::FormattedLine::has_diff_flags = false

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