An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis Developer Reference
|
Widget for displaying information about a target. More...
#include <TemplateEditorWidget.h>
Public Slots | |
void | saveText () |
Called when a user clicks the "Save" button. | |
void | saveAsText () |
Called when a user clicks the "Save As" button. | |
void | saveOption () |
This slot is called when the widget is closed (either via the widget itself or on project close). | |
void | textChanged () |
Slot called when text within widget has been changed. | |
Public Member Functions | |
TemplateEditorWidget (Template *currentTemplate, Directory *directory, QWidget *parent=0) | |
~TemplateEditorWidget () | |
Widget for displaying information about a target.
|
explicit |
References saveAsText(), saveText(), TemplateEditorWidget(), and textChanged().
Referenced by TemplateEditorWidget().
Isis::TemplateEditorWidget::~TemplateEditorWidget | ( | ) |
References saveOption().
|
slot |
Called when a user clicks the "Save As" button.
References _FILEINFO_, and Isis::IException::Io.
Referenced by saveOption(), and TemplateEditorWidget().
|
slot |
This slot is called when the widget is closed (either via the widget itself or on project close).
References saveAsText().
Referenced by ~TemplateEditorWidget().
|
slot |
Called when a user clicks the "Save" button.
Referenced by TemplateEditorWidget().
|
slot |
Slot called when text within widget has been changed.
Referenced by TemplateEditorWidget().