Extending Qt Creator Manual
QtCreator
EditorManager
Extending Qt Creator Manual 10.0.2
List of All Members for EditorManager
This is the complete list of members for
Core::EditorManager
, including inherited members.
enum
OpenEditorFlag
flags
OpenEditorFlags
aboutToSave
(Core::IDocument *)
autoSaved
()
closeAllEditors
(bool) : bool
closeOtherDocuments
()
currentDocumentStateChanged
()
currentEditorAboutToChange
(Core::IEditor *)
currentEditorChanged
(Core::IEditor *)
documentClosed
(Core::IDocument *)
documentOpened
(Core::IDocument *)
documentStateChanged
(Core::IDocument *)
editorAboutToClose
(Core::IEditor *)
editorCreated
(Core::IEditor *, const QString &)
editorOpened
(Core::IEditor *)
editorsClosed
(QList<Core::IEditor *>)
goBackInNavigationHistory
()
goForwardInNavigationHistory
()
gotoOtherSplit
()
revertToSaved
()
saveDocument
()
saveDocumentAs
()
saved
(Core::IDocument *)
splitSideBySide
()
activateEditor
(Core::IEditor *, Core::EditorManager::OpenEditorFlags)
activateEditorForDocument
(Core::IDocument *, Core::EditorManager::OpenEditorFlags) : Core::IEditor *
activateEditorForEntry
(DocumentModel::Entry *, Core::EditorManager::OpenEditorFlags)
addCloseEditorListener
(const std::function<bool (IEditor *)> &)
addCurrentPositionToNavigationHistory
(const QByteArray &)
addNativeDirAndOpenWithActions
(QMenu *, DocumentModel::Entry *)
addPinEditorActions
(QMenu *, DocumentModel::Entry *)
addSaveAndCloseEditorActions
(QMenu *, DocumentModel::Entry *, Core::IEditor *)
clearUniqueId
(Core::IDocument *)
closeAllDocuments
() : bool
closeDocuments
(const QList<Core::IDocument *> &, bool) : bool
closeDocuments
(const QList<DocumentModel::Entry *> &) : bool
closeEditors
(const QList<Core::IEditor *> &, bool) : bool
closeOtherDocuments
(Core::IDocument *)
currentDocument
() : Core::IDocument *
currentEditor
() : Core::IEditor *
cutForwardNavigationHistory
()
defaultLineEnding
() : Utils::TextFileFormat::LineTerminationMode
defaultTextCodec
() : QTextCodec *
getOpenFilePaths
(QFileDialog::Options) : Utils::FilePaths
instance
() : Core::EditorManager *
isAutoSaveFile
(const QString &) : bool
maxTextFileSize
() : qint64
openEditor
(const Utils::FilePath &, Utils::Id, Core::EditorManager::OpenEditorFlags, bool *) : Core::IEditor *
openEditorAt
(const Utils::Link &, Utils::Id, Core::EditorManager::OpenEditorFlags, bool *) : Core::IEditor *
openEditorAtSearchResult
(const Core::SearchResultItem &, Utils::Id, Core::EditorManager::OpenEditorFlags, bool *)
openEditorWithContents
(Utils::Id, QString *, const QByteArray &, const QString &, Core::EditorManager::OpenEditorFlags) : Core::IEditor *
openExternalEditor
(const Utils::FilePath &, Utils::Id) : bool
populateOpenWithMenu
(QMenu *, const Utils::FilePath &)
reloadSetting
() : IDocument::ReloadSetting
saveDocument
(Core::IDocument *) : bool
setLastEditLocation
(const Core::IEditor *)
skipOpeningBigTextFile
(const Utils::FilePath &) : bool
visibleEditors
() : QList<Core::IEditor *>