Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Public Member Functions | Public Attributes | List of all members
SkPlainTextEditor::Editor::Text Struct Reference

#include <editor.h>

Classes

struct  Iterator
 

Public Member Functions

Iterator begin () const
 
Iterator end () const
 

Public Attributes

const std::vector< TextLine > & fLines
 

Detailed Description

Definition at line 41 of file editor.h.

Member Function Documentation

◆ begin()

Iterator SkPlainTextEditor::Editor::Text::begin ( ) const
inline

Definition at line 49 of file editor.h.

49{ return Iterator{fLines.begin()}; }
const std::vector< TextLine > & fLines
Definition editor.h:42

◆ end()

Iterator SkPlainTextEditor::Editor::Text::end ( ) const
inline

Definition at line 50 of file editor.h.

50{ return Iterator{fLines.end()}; }

Member Data Documentation

◆ fLines

const std::vector<TextLine>& SkPlainTextEditor::Editor::Text::fLines

Definition at line 42 of file editor.h.


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