|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef _GuiEditFile_h_
2 #define _GuiEditFile_h_
12 #include <QMainWindow>
82 void windowTitle(QString & psfile);
void clearFile()
Delete the contents of a file.
Definition: GuiEditFile.cpp:329
void saveAs()
For action File->Save As.
Definition: GuiEditFile.cpp:291
File name manipulation and expansion.
Definition: FileName.h:100
static void EditFile(UserInterface &pUI, QString psFile="")
Creates a single instance of the GuiEditFile.
Definition: GuiEditFile.cpp:38
~GuiEditFile()
Destructor.
Definition: GuiEditFile.cpp:155
void closeWin()
For action Exit (close the window)
Definition: GuiEditFile.cpp:174
const int ReadWrite
Definition: Process.h:24
void saveFile()
For action File->Save.
Definition: GuiEditFile.cpp:277
void showWindow(QString psFile="")
If there is already an instance of this object, then display the window.
Definition: GuiEditFile.cpp:54
Opens a window in Gui Application to be able to edit, save and create text files.
Definition: GuiEditFile.h:54
void saveAsFile(QString)
Save the contents of text editor to another file.
Definition: GuiEditFile.cpp:314
Gui * TheGui()
Definition: UserInterface.h:187
Namespace for the standard library.
Command Line and Xml loader, validation, and access.
Definition: UserInterface.h:140
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
void open()
For action File->Open.
Definition: GuiEditFile.cpp:193
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16