#include <EditorManager.hpp>
Inherits QObject.
|
| static void | UpdateStyleFromArray (const std::vector< QTextCharFormat > &aFormatChanges, const QTextBlock &aFirstBlk, int aLastBlockNumber, size_t aStartPos, size_t aEndPos) |
◆ EditorManager()
| wizard::EditorManager::EditorManager |
( |
| ) |
|
◆ ~EditorManager()
| wizard::EditorManager::~EditorManager |
( |
| ) |
|
|
override |
◆ AcceptsClose()
| bool wizard::EditorManager::AcceptsClose |
( |
TextSource * | aSourcePtr | ) |
|
◆ AddTab()
| void wizard::EditorManager::AddTab |
( |
Editor * | aEditor | ) |
|
◆ AdjustFontSize()
| void wizard::EditorManager::AdjustFontSize |
( |
int | aValue | ) |
|
◆ BeginUndoCapture()
| void wizard::EditorManager::BeginUndoCapture |
( |
| ) |
|
|
noexcept |
◆ ClearUndoStacks()
| void wizard::EditorManager::ClearUndoStacks |
( |
| ) |
|
◆ CloseAll()
| void wizard::EditorManager::CloseAll |
( |
| ) |
|
◆ CloseAllBut()
| void wizard::EditorManager::CloseAllBut |
( |
Editor * | aEditorPtr | ) |
|
◆ CloseAllButIncluded()
| void wizard::EditorManager::CloseAllButIncluded |
( |
| ) |
|
◆ CloseAllButStartup()
| void wizard::EditorManager::CloseAllButStartup |
( |
| ) |
|
◆ CloseAllLeft()
| void wizard::EditorManager::CloseAllLeft |
( |
Editor * | aEditor | ) |
|
◆ CloseAllRight()
| void wizard::EditorManager::CloseAllRight |
( |
Editor * | aEditor | ) |
|
◆ CloseEditor()
| void wizard::EditorManager::CloseEditor |
( |
TextSource * | aSourcePtr | ) |
|
◆ CloseInactive()
| void wizard::EditorManager::CloseInactive |
( |
| ) |
|
◆ DeregisterEditor()
| void wizard::EditorManager::DeregisterEditor |
( |
Editor * | aEditorPtr | ) |
|
|
protected |
◆ EditorClosed()
| void wizard::EditorManager::EditorClosed |
( |
Editor * | aEditor | ) |
|
◆ EndUndoCapture()
| void wizard::EditorManager::EndUndoCapture |
( |
| ) |
|
|
noexcept |
◆ eventFilter()
| bool wizard::EditorManager::eventFilter |
( |
QObject * | aObjPtr, |
|
|
QEvent * | aEventPtr ) |
|
override |
◆ GetActiveFindRequest()
◆ GetActiveReplaceRequest()
◆ GetCurrentEditor()
◆ GetEditorMap()
| const std::map< QString, Editor * > & wizard::EditorManager::GetEditorMap |
( |
| ) |
const |
|
inline |
◆ GetOpenEditorNames()
| QStringList wizard::EditorManager::GetOpenEditorNames |
( |
| ) |
const |
◆ IsCapturingUndo()
| bool wizard::EditorManager::IsCapturingUndo |
( |
| ) |
const |
|
noexcept |
◆ IsReadOnly()
| bool wizard::EditorManager::IsReadOnly |
( |
| ) |
|
◆ ModificationOccured()
| void wizard::EditorManager::ModificationOccured |
( |
Editor * | aEditorPtr | ) |
|
◆ ProjectClosing()
| void wizard::EditorManager::ProjectClosing |
( |
Project * | aProject | ) |
|
◆ RecordCurrentLocation()
| void wizard::EditorManager::RecordCurrentLocation |
( |
| ) |
|
◆ RecordHistoryLocation()
| void wizard::EditorManager::RecordHistoryLocation |
( |
const UtTextDocumentLocation & | aLoc, |
|
|
bool | aForceNewEntry ) |
◆ Redo()
| void wizard::EditorManager::Redo |
( |
| ) |
|
◆ RegisterEditor()
| void wizard::EditorManager::RegisterEditor |
( |
Editor * | aEditorPtr | ) |
|
|
protected |
◆ RequestClose()
| void wizard::EditorManager::RequestClose |
( |
Editor * | aEditor | ) |
|
◆ SetCurrent()
| void wizard::EditorManager::SetCurrent |
( |
Editor * | aEditor | ) |
|
◆ SetFindRequest()
| void wizard::EditorManager::SetFindRequest |
( |
const FindTextRequest & | aRequest | ) |
|
◆ SetReplaceRequest()
◆ TabBack()
| void wizard::EditorManager::TabBack |
( |
| ) |
|
◆ TabFocusIn()
| void wizard::EditorManager::TabFocusIn |
( |
Editor * | aEditor | ) |
|
◆ TabFocusOut()
| void wizard::EditorManager::TabFocusOut |
( |
Editor * | aEditor | ) |
|
◆ TabForward()
| void wizard::EditorManager::TabForward |
( |
| ) |
|
◆ Undo()
| void wizard::EditorManager::Undo |
( |
| ) |
|
◆ UpdateStyleFromArray()
| void wizard::EditorManager::UpdateStyleFromArray |
( |
const std::vector< QTextCharFormat > & | aFormatChanges, |
|
|
const QTextBlock & | aFirstBlk, |
|
|
int | aLastBlockNumber, |
|
|
size_t | aStartPos, |
|
|
size_t | aEndPos ) |
|
static |
◆ VisibilityChanged()
| void wizard::EditorManager::VisibilityChanged |
( |
Editor * | aEditor, |
|
|
bool | aVisible ) |
◆ Editor
References AddTab(), Editor, EditorClosed(), EditorManager(), GetActiveFindRequest(), GetActiveReplaceRequest(), GetCurrentEditor(), IsReadOnly(), ProjectClosing(), RecordCurrentLocation(), RecordHistoryLocation(), RequestClose(), SetCurrent(), SetFindRequest(), SetReplaceRequest(), TabBack(), TabFocusIn(), TabFocusOut(), TabForward(), and VisibilityChanged().
Referenced by AcceptsClose(), AddTab(), CloseAllBut(), CloseAllLeft(), CloseAllRight(), CloseEditor(), DeregisterEditor(), Editor, EditorClosed(), ModificationOccured(), Redo(), RegisterEditor(), RequestClose(), SetCurrent(), TabFocusIn(), TabFocusOut(), Undo(), and VisibilityChanged().
The documentation for this class was generated from the following files: