82 void windowTitle(QString & psfile);
Opens a window in Gui Application to be able to edit, save and create text files.
Definition GuiEditFile.h:54
static void EditFile(UserInterface &pUI, QString psFile="")
Creates a single instance of the GuiEditFile.
Definition GuiEditFile.cpp:38
void saveAsFile(QString)
Save the contents of text editor to another file.
Definition GuiEditFile.cpp:314
void showWindow(QString psFile="")
If there is already an instance of this object, then display the window.
Definition GuiEditFile.cpp:54
void saveAs()
For action File->Save As.
Definition GuiEditFile.cpp:291
void clearFile()
Delete the contents of a file.
Definition GuiEditFile.cpp:329
void OpenFile(QString)
To display the contents of an opened file.
Definition GuiEditFile.cpp:239
void setTextChanged()
Indicator that the text has changed.
Definition GuiEditFile.cpp:184
void closeFile()
For action File->Close.
Definition GuiEditFile.cpp:218
~GuiEditFile()
Destructor.
Definition GuiEditFile.cpp:155
void closeWin()
For action Exit (close the window)
Definition GuiEditFile.cpp:174
void saveFile()
For action File->Save.
Definition GuiEditFile.cpp:277
void open()
For action File->Open.
Definition GuiEditFile.cpp:193
Command Line and Xml loader, validation, and access.
Definition UserInterface.h:139
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16