  | 
  
    Isis 3 Programmer Reference
    
   | 
 
 
 
 
    1 #ifndef Isis_GuiFileNameParameter_h 
    2 #define Isis_GuiFileNameParameter_h 
   11 #include "GuiParameter.h"  
   39                            int group, 
int param);
 
   44       void Set(QString newValue);
 
 
 
~GuiFileNameParameter()
Destructor of GuiFileNameParameter object.
 
QString Value()
Gets the value found in the line edit text box.
 
virtual void SelectFile()
Gets an input/output file from a GUI filechooser or typed in filename.
 
Command Line and Xml loader, validation, and access.
 
GuiFileNameParameter(QGridLayout *grid, UserInterface &ui, int group, int param)
Construct a GuiFileNameParameter object.
 
void Set(QString newValue)
Sets the line edit text box to value passed in by this method.
 
This is free and unencumbered software released into the public domain.