Searched refs:TextEditor (Results 1 – 7 of 7) sorted by relevance
12 TextEditor::TextEditor() in TextEditor() function in TextEditor24 TextEditor::TextEditor(const TextEditor& other) in TextEditor() function in TextEditor36 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 …]
27 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;
46 SetTextEditor(TextEditorRef(new(std::nothrow) TextEditor(), true)); in TextDocumentView()
123 documentView->SetTextEditor(TextEditorRef(new TextEditor(), true)); in ReadyToRun()
104 TextEditor.cpp
107 TextEditor.cpp
181 fTextEditor(new TextEditor(), true), in RatePackageWindow()