#include <editor.h>
|
const std::vector< TextLine > & | fLines |
|
Definition at line 41 of file editor.h.
◆ 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
◆ end()
Iterator SkPlainTextEditor::Editor::Text::end |
( |
| ) |
const |
|
inline |
◆ fLines
const std::vector<TextLine>& SkPlainTextEditor::Editor::Text::fLines |
The documentation for this struct was generated from the following file:
- third_party/skia/modules/skplaintexteditor/include/editor.h