1 #ifndef _GuiEditFile_h_ 2 #define _GuiEditFile_h_ 77 void windowTitle(QString & psfile);
void OpenFile(QString)
To display the contents of an opened file.
Definition: GuiEditFile.cpp:233
void saveFile()
For action File->Save.
Definition: GuiEditFile.cpp:271
void setTextChanged()
Indicator that the text has changed.
Definition: GuiEditFile.cpp:178
void closeWin()
For action Exit (close the window)
Definition: GuiEditFile.cpp:168
void saveAs()
For action File->Save As.
Definition: GuiEditFile.cpp:285
static void EditFile(UserInterface &pUI, QString psFile="")
Creates a single instance of the GuiEditFile.
Definition: GuiEditFile.cpp:32
void open()
For action File->Open.
Definition: GuiEditFile.cpp:187
~GuiEditFile()
Destructor.
Definition: GuiEditFile.cpp:149
void clearFile()
Delete the contents of a file.
Definition: GuiEditFile.cpp:323
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
Command Line and Xml loader, validation, and access.
Definition: UserInterface.h:155
Opens a window in Gui Application to be able to edit, save and create text files. ...
Definition: GuiEditFile.h:49
void showWindow(QString psFile="")
If there is already an instance of this object, then display the window.
Definition: GuiEditFile.cpp:48
void saveAsFile(QString)
Save the contents of text editor to another file.
Definition: GuiEditFile.cpp:308
void closeFile()
For action File->Close.
Definition: GuiEditFile.cpp:212