Scanframe Modular Application 0.1.0
|
#include <TextEditor.h>
Public Member Functions | |
TextEditor (QWidget *parent) | |
void | newFile () override |
Pure virtual needs to be implemented. | |
bool | loadFile (const QString &fileName) override |
Pure virtual needs to be implemented. | |
bool | save () override |
Pure virtual needs to be implemented. | |
bool | saveAs () override |
Pure virtual needs to be implemented. | |
bool | saveFile (const QString &fileName) |
bool | isModified () const override |
Pure virtual needs to be implemented. | |
QString | userFriendlyCurrentFile () const override |
Pure virtual needs to be implemented. | |
QString | currentFile () const override |
Pure virtual needs to be implemented. | |
bool | hasSelection () const override |
Pure virtual needs to be implemented. | |
bool | isUndoRedoEnabled () const override |
Pure virtual needs to be implemented. | |
bool | isUndoAvailable () const override |
Pure virtual needs to be implemented. | |
bool | isRedoAvailable () const override |
Pure virtual needs to be implemented. | |
void | cut () override |
Pure virtual needs to be implemented. | |
void | copy () override |
Pure virtual needs to be implemented. | |
void | paste () override |
Pure virtual needs to be implemented. | |
void | undo () override |
Pure virtual needs to be implemented. | |
void | redo () override |
Pure virtual needs to be implemented. | |
Public Member Functions inherited from sf::MultiDocInterface | |
MultiDocInterface () | |
Default constructor. | |
virtual void | setConnections (QWidget *editor) |
Sets the editor to operate on. | |
virtual bool | canClose () const |
When the document is modified this function shows a message box with 3 options to save or not or to cancel closing the document. | |
QString | getFileTypeFilters () const |
virtual void | stateSaveRestore (bool save) |
Saves or restores the state of the MDI instance. | |
void | activate (bool) |
Called by application when this document is activated deactivated. | |
virtual void | develop () |
Virtual function which is called during development only fro an action. | |
Protected Member Functions | |
void | closeEvent (QCloseEvent *event) override |
Additional Inherited Members | |
Public Attributes inherited from sf::MultiDocInterface | |
MultiDocInterfaceSignals | mdiSignals |
Instance to connect signal handlers onto. | |
|
explicit |
|
overrideprotected |
|
overridevirtual |
Pure virtual needs to be implemented.
Implements sf::MultiDocInterface.
|
overridevirtual |
Pure virtual needs to be implemented.
Implements sf::MultiDocInterface.
|
overridevirtual |
Pure virtual needs to be implemented.
Implements sf::MultiDocInterface.
|
overridevirtual |
Pure virtual needs to be implemented.
Implements sf::MultiDocInterface.
|
overridevirtual |
Pure virtual needs to be implemented.
Implements sf::MultiDocInterface.
|
overridevirtual |
Pure virtual needs to be implemented.
Implements sf::MultiDocInterface.
|
overridevirtual |
Pure virtual needs to be implemented.
Implements sf::MultiDocInterface.
|
overridevirtual |
Pure virtual needs to be implemented.
Implements sf::MultiDocInterface.
|
overridevirtual |
Pure virtual needs to be implemented.
Implements sf::MultiDocInterface.
|
overridevirtual |
Pure virtual needs to be implemented.
Implements sf::MultiDocInterface.
|
overridevirtual |
Pure virtual needs to be implemented.
Implements sf::MultiDocInterface.
|
overridevirtual |
Pure virtual needs to be implemented.
Implements sf::MultiDocInterface.
|
overridevirtual |
Pure virtual needs to be implemented.
Implements sf::MultiDocInterface.
|
overridevirtual |
Pure virtual needs to be implemented.
Implements sf::MultiDocInterface.
bool sf::TextEditor::saveFile | ( | const QString & | fileName | ) |
|
overridevirtual |
Pure virtual needs to be implemented.
Implements sf::MultiDocInterface.
|
overridevirtual |
Pure virtual needs to be implemented.
Implements sf::MultiDocInterface.