|
LibreOffice Module starmath (master) 1
|
A graph over all caret positions. More...
#include <caret.hxx>
Public Member Functions | |
| SmCaretPosGraph () | |
| ~SmCaretPosGraph () | |
| SmCaretPosGraphEntry * | Add (SmCaretPos pos, SmCaretPosGraphEntry *left=nullptr) |
| Add a caret position. More... | |
| std::vector< std::unique_ptr< SmCaretPosGraphEntry > >::iterator | begin () |
| std::vector< std::unique_ptr< SmCaretPosGraphEntry > >::iterator | end () |
Private Attributes | |
| std::vector< std::unique_ptr< SmCaretPosGraphEntry > > | mvEntries |
A graph over all caret positions.
|
default |
|
default |
| SmCaretPosGraphEntry * SmCaretPosGraph::Add | ( | SmCaretPos | pos, |
| SmCaretPosGraphEntry * | left = nullptr |
||
| ) |
Add a caret position.
Definition at line 15 of file caret.cxx.
References left, SmCaretPosGraphEntry::Left, mvEntries, pos, and SmCaretPosGraphEntry::Right.
|
inline |
|
inline |
|
private |