1 #ifndef PvlEditDialog_h     2 #define PvlEditDialog_h    46       QTextEdit *p_textEdit;
    47       QPushButton *p_saveButton;
 void enableSaveButton()
Allow the "Save Changes" button to be activated. 
 
PvlEditDialog(Pvl &pvl, QWidget *parent=0)
This constructor creates a PvlEditDialog object given a pointer to a Pvl object. 
 
Container for cube-like labels. 
 
Namespace for ISIS/Bullet specific routines. 
 
void saveTextEdit()
Save the edited text as a new Pvl file. 
 
PvlEditDialog creates a QDialog window in which a QTextEdit box displays the contents of a pvl file...