Home
last modified time | relevance | path

Searched refs:TextEditor (Results 1 – 7 of 7) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DTextEditor.cpp12 TextEditor::TextEditor() in TextEditor() function in TextEditor
24 TextEditor::TextEditor(const TextEditor& other) in TextEditor() function in TextEditor
36 TextEditor::~TextEditor() in ~TextEditor()
41 TextEditor&
42 TextEditor::operator=(const TextEditor& other) in operator =()
58 TextEditor::operator==(const TextEditor& other) const in operator ==()
73 TextEditor::operator!=(const TextEditor& other) const in operator !=()
83 TextEditor::SetDocument(const TextDocumentRef& ref) in SetDocument()
91 TextEditor::SetLayout(const TextDocumentLayoutRef& ref) in SetLayout()
99 TextEditor::SetEditingEnabled(bool enabled) in SetEditingEnabled()
[all …]
H A DTextEditor.h27 class TextEditor : public BReferenceable {
29 TextEditor();
30 TextEditor(const TextEditor& other);
31 virtual ~TextEditor();
33 TextEditor& operator=(const TextEditor& other);
34 bool operator==(const TextEditor& other) const;
35 bool operator!=(const TextEditor& other) const;
101 typedef BReference<TextEditor> TextEditorRef;
H A DTextDocumentView.cpp46 SetTextEditor(TextEditorRef(new(std::nothrow) TextEditor(), true)); in TextDocumentView()
/haiku/src/tests/apps/haikudepot/
H A DTextDocumentTest.cpp123 documentView->SetTextEditor(TextEditorRef(new TextEditor(), true)); in ReadyToRun()
H A DJamfile104 TextEditor.cpp
/haiku/src/apps/haikudepot/
H A DJamfile107 TextEditor.cpp
/haiku/src/apps/haikudepot/ui/
H A DRatePackageWindow.cpp181 fTextEditor(new TextEditor(), true), in RatePackageWindow()