USGS

Isis 3.0 Developer's Reference (API)

Home

Isis::GuiParameter Class Reference

#include <GuiParameter.h>

Inherits QObject.

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

List of all members.

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

Destructor.

References p_widgetList.


Member Function Documentation

QWidget * Isis::GuiParameter::AddHelpers ( QObject lo  ) 
std::vector< QString > Isis::GuiParameter::Exclusions (  )  [virtual]

Return list of current exclusions.

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

void Isis::GuiParameter::HelperTrigger ( const QString &   )  [signal]

Referenced by AddHelpers().

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

Is the parameter enabled.

References p_label.

Referenced by IsModified(), and Isis::GuiBooleanParameter::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::RememberWidget ( QWidget w  ) 
virtual void Isis::GuiParameter::Set ( QString  newValue  )  [pure virtual]
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().

virtual QString Isis::GuiParameter::Value (  )  [pure virtual]
void Isis::GuiParameter::ValueChanged (  )  [signal]

Member Data Documentation

QToolButton* Isis::GuiParameter::p_fileButton [protected]
int Isis::GuiParameter::p_group [protected]
QLabel* Isis::GuiParameter::p_label [protected]
QLineEdit* Isis::GuiParameter::p_lineEdit [protected]
QString Isis::GuiParameter::p_name [protected]
int Isis::GuiParameter::p_param [protected]

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