Extending Qt Creator Manual
EditorManager
Extending Qt Creator Manual 4.5.0
List of All Members for EditorManager
This is the complete list of members for
Core::EditorManager
, including inherited members.
class
FilePathInfo
typedef
EditorFactoryList
typedef
ExternalEditorList
enum
OpenEditorFlag
flags
OpenEditorFlags
typedef
WindowTitleHandler
aboutToSave
(IDocument *)
activateEditor
(IEditor *, OpenEditorFlags )
activateEditorForDocument
(IDocument *, OpenEditorFlags ) : IEditor *
activateEditorForEntry
(DocumentModel::Entry *, OpenEditorFlags )
addCloseEditorListener
(const std::function<bool( IEditor * ) > &)
addCurrentPositionToNavigationHistory
(const QByteArray &)
addNativeDirAndOpenWithActions
(QMenu *, DocumentModel::Entry *)
addSaveAndCloseEditorActions
(QMenu *, DocumentModel::Entry *, IEditor *)
autoSaved
()
clearUniqueId
(IDocument *)
closeAllEditors
(bool ) : bool
closeDocument
(IDocument *, bool ) : bool
closeDocument
(DocumentModel::Entry *)
closeDocuments
(const QList<IDocument *> &, bool ) : bool
closeEditor
(IEditor *, bool )
closeEditors
(const QList<IEditor *> &, bool ) : bool
closeOtherDocuments
(IDocument *)
closeOtherDocuments
()
currentDocument
() : IDocument *
currentDocumentStateChanged
()
currentEditor
() : IEditor *
currentEditorAboutToChange
(Core::IEditor *)
currentEditorChanged
(Core::IEditor *)
cutForwardNavigationHistory
()
defaultTextCodec
() : QTextCodec *
documentStateChanged
(Core::IDocument *)
editorAboutToClose
(Core::IEditor *)
editorCreated
(Core::IEditor *, const QString &)
editorFactories
(const Utils::MimeType &, bool ) : EditorFactoryList
editorOpened
(Core::IEditor *)
editorsClosed
(QList<Core::IEditor *> )
externalEditors
(const Utils::MimeType &, bool ) : ExternalEditorList
findOnFileSystemRequest
(const QString &)
getOpenFileNames
() : QStringList
goBackInNavigationHistory
()
goForwardInNavigationHistory
()
gotoOtherSplit
()
hasSplitter
() : bool
hideEditorStatusBar
(const QString &)
instance
() : EditorManager *
isAutoSaveFile
(const QString &) : bool
maxTextFileSize
() : qint64
openEditor
(const QString &, Id , OpenEditorFlags , bool *) : IEditor *
openEditorAt
(const QString &, int , int , Id , OpenEditorFlags , bool *) : IEditor *
openEditorAtSearchResult
(const SearchResultItem &, OpenEditorFlags )
openEditorWithContents
(Id , QString *, const QByteArray &, const QString &, OpenEditorFlags ) : IEditor *
openExternalEditor
(const QString &, Id ) : bool
populateOpenWithMenu
(QMenu *, const QString &)
reloadSetting
() : IDocument::ReloadSetting
restoreState
(const QByteArray &) : bool
revertToSaved
()
saveDocument
(IDocument *) : bool
saveDocument
()
saveDocumentAs
()
saveState
() : QByteArray
setReloadSetting
(IDocument::ReloadSetting )
setSessionTitleHandler
(WindowTitleHandler )
setWindowTitleAdditionHandler
(WindowTitleHandler )
setWindowTitleVcsTopicHandler
(WindowTitleHandler )
showEditorStatusBar
(const QString &, const QString &, const QString &, QObject *, const std::function<void() > &)
skipOpeningBigTextFile
(const QString &) : bool
slotCloseCurrentEditorOrDocument
()
splitLineAndColumnNumber
(const QString &) : FilePathInfo
splitSideBySide
()
updateWindowTitles
()
visibleEditors
() : QList<IEditor *>