Isis Developer Reference
Isis::GuiListParameter Class Reference

#include <GuiListParameter.h>

Inheritance diagram for Isis::GuiListParameter:
Inheritance graph
Collaboration diagram for Isis::GuiListParameter:
Collaboration graph

Public Types

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

Signals

void ValueChanged ()
 
void HelperTrigger (const QString &)
 

Public Member Functions

 GuiListParameter (QGridLayout *grid, UserInterface &ui, int group, int param)
 
 ~GuiListParameter ()
 
QString Value ()
 
void Set (QString newValue)
 
virtual std::vector< QString > Exclusions ()
 Return list of current exclusions.
 
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.
 
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.
 
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
????-??-?? Unknown

Member Enumeration Documentation

◆ ParameterType

Enumerator
IntegerWidget 
DoubleWidget 
StringWidget 
ListWidget 
FileNameWidget 
CubeWidget 
BooleanWidget 
ComboWidget 

Constructor & Destructor Documentation

◆ GuiListParameter()

◆ ~GuiListParameter()

Isis::GuiListParameter::~GuiListParameter ( )

Member Function Documentation

◆ AddHelpers()

◆ Exclusions()

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

◆ HelperTrigger

void Isis::GuiParameter::HelperTrigger ( const QString & )
signalinherited

◆ IsEnabled()

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

◆ IsModified()

bool Isis::GuiParameter::IsModified ( )
virtualinherited

◆ Name()

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

Return the name of the parameter.

References Isis::GuiParameter::p_name.

◆ RememberWidget()

◆ Set()

◆ SetEnabled()

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

◆ SetToCurrent()

void Isis::GuiParameter::SetToCurrent ( )
inherited

◆ SetToDefault()

void Isis::GuiParameter::SetToDefault ( )
inherited

◆ Type()

ParameterType Isis::GuiParameter::Type ( )
inlineinherited

◆ Update()

◆ Value()

QString Isis::GuiListParameter::Value ( )
virtual

◆ ValueChanged

Member Data Documentation

◆ p_fileButton

◆ p_group

◆ p_label

◆ p_lineEdit

◆ p_name

◆ p_param

◆ p_type

◆ p_ui

◆ p_widgetList

QList<QWidget *> Isis::GuiParameter::p_widgetList
protectedinherited

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