Isis 3.0
Back | Home
Isis::GuiParameter Class Referenceabstract

#include <GuiParameter.h>

Inherits QObject.

Inherited by Isis::GuiBooleanParameter, Isis::GuiComboBoxParameter, Isis::GuiDoubleParameter, Isis::GuiFileNameParameter, Isis::GuiIntegerParameter, Isis::GuiListParameter, and Isis::GuiStringParameter.

Public Types

enum  ParameterType {
  IntegerWidget, DoubleWidget, StringWidget, ListWidget,
  FileNameWidget, CubeWidget, BooleanWidget, ComboWidget
}
 

Signals

void ValueChanged ()
 
void HelperTrigger (const QString &)
 

Public Member Functions

 GuiParameter (QGridLayout *grid, UserInterface &ui, int group, int param)
 Constructor. More...
 
virtual ~GuiParameter ()
 Destructor. More...
 
QString Name () const
 Return the name of the parameter. More...
 
void SetToDefault ()
 Change the parameter to the default value. More...
 
void SetToCurrent ()
 Change the parameter to the current user interface value. More...
 
virtual QString Value ()=0
 
virtual void Set (QString newValue)=0
 
void SetEnabled (bool enabled, bool isParentCombo=false)
 Enable or disable the parameter. More...
 
bool IsEnabled () const
 Is the parameter enabled. More...
 
virtual bool IsModified ()
 Return if the parameter value is different from the default value. More...
 
void Update ()
 Update the value on the GUI with the value in the UI. More...
 
void RememberWidget (QWidget *w)
 Add widgets to a list for enabling/disabling. More...
 
QWidgetAddHelpers (QObject *lo)
 Sets up helper button. More...
 
virtual std::vector< QString > Exclusions ()
 Return list of current exclusions. More...
 
ParameterType Type ()
 

Protected Attributes

QToolButton * p_fileButton
 
QLineEdit * p_lineEdit
 
int p_group
 
int p_param
 
QString p_name
 
UserInterfacep_ui
 
QLabel * p_label
 
QList< QWidget * > p_widgetList
 
ParameterType p_type
 

Detailed Description

Author
2006-10-31 ???

Member Enumeration Documentation

Enumerator
IntegerWidget 
DoubleWidget 
StringWidget 
ListWidget 
FileNameWidget 
CubeWidget 
BooleanWidget 
ComboWidget 

Constructor & Destructor Documentation

Isis::GuiParameter::~GuiParameter ( )
virtual

Destructor.

References p_widgetList.

Member Function Documentation

std::vector< QString > Isis::GuiParameter::Exclusions ( )
virtual

Return list of current exclusions.

Reimplemented in Isis::GuiComboBoxParameter, Isis::GuiListParameter, and Isis::GuiBooleanParameter.

void Isis::GuiParameter::HelperTrigger ( const QString &  _t1)
signal

Referenced by AddHelpers().

bool Isis::GuiParameter::IsEnabled ( ) const
inline

Is the parameter enabled.

References p_label.

Referenced by Isis::GuiBooleanParameter::IsModified(), and IsModified().

bool Isis::GuiParameter::IsModified ( )
virtual

Return if the parameter value is different from the default value.

Reimplemented in Isis::GuiBooleanParameter.

References IsEnabled(), p_group, p_param, p_ui, IsisAml::ParamDefault(), IsisAml::ParamInternalDefault(), and Value().

QString Isis::GuiParameter::Name ( ) const
inline

Return the name of the parameter.

References p_name.

void Isis::GuiParameter::SetEnabled ( bool  enabled,
bool  isParentCombo = false 
)

Enable or disable the parameter.

References ComboWidget, p_label, p_type, and p_widgetList.

void Isis::GuiParameter::SetToCurrent ( )

Change the parameter to the current user interface value.

References IsisAml::GetAsString(), p_name, p_ui, Set(), SetToDefault(), and IsisAml::WasEntered().

void Isis::GuiParameter::SetToDefault ( )

Change the parameter to the default value.

References p_group, p_param, p_ui, IsisAml::ParamDefault(), IsisAml::ParamInternalDefault(), and Set().

Referenced by SetToCurrent().

ParameterType Isis::GuiParameter::Type ( )
inline

References p_type.

void Isis::GuiParameter::Update ( )

Update the value on the GUI with the value in the UI.

References IsisAml::GetAsString(), p_group, p_name, p_param, p_ui, IsisAml::ParamDefault(), IsisAml::ParamInternalDefault(), Set(), and IsisAml::WasEntered().

Referenced by Isis::Gui::Gui().

Member Data Documentation

QString Isis::GuiParameter::p_name
protected
QList<QWidget *> Isis::GuiParameter::p_widgetList
protected

The documentation for this class was generated from the following files:

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the ISIS Support Center
File Modified: 07/12/2023 23:38:09