1#ifndef Isis_GuiBooleanParameter_h
2#define Isis_GuiBooleanParameter_h
12#include "GuiParameter.h"
28 int group,
int param);
29 ~GuiBooleanParameter();
33 void Set(QString newValue);
40 QCheckBox *p_checkBox;
bool IsModified()
Return if the parameter value is different from the default value.
virtual std::vector< QString > Exclusions()
Return list of current exclusions.
GuiParameter(QGridLayout *grid, UserInterface &ui, int group, int param)
Constructor.
Command Line and Xml loader, validation, and access.
This is free and unencumbered software released into the public domain.