Searched refs:TextSelection (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DTextSelection.cpp6 #include "TextSelection.h"
9 TextSelection::TextSelection() function in class:TextSelection
17 TextSelection::TextSelection(int32 anchor, int32 caret) function in class:TextSelection
25 TextSelection::TextSelection(const TextSelection& other) function in class:TextSelection
33 TextSelection&
34 TextSelection
[all...]
H A DTextSelection.h12 class TextSelection { class
14 TextSelection();
15 TextSelection(int32 anchor, int32 caret);
16 TextSelection(const TextSelection& other);
18 TextSelection& operator=(const TextSelection& other);
19 bool operator==(const TextSelection& other) const;
20 bool operator!=(const TextSelection& other) const;
H A DTextEditor.h15 #include "TextSelection.h"
52 void SetSelection(TextSelection selection);
53 inline TextSelection Selection() const
94 TextSelection fSelection;
H A DTextEditor.cpp86 SetSelection(TextSelection());
94 SetSelection(TextSelection());
128 SetSelection(TextSelection(0, fDocument->Length()));
133 TextEditor::SetSelection(TextSelection selection)

Completed in 35 milliseconds