|
|
| StringArrayWidget (QString name, QString type, const RCP< const ParameterEntryValidator > validator, QWidget *parent=0) |
| Constructs a StringArrayWidget. More...
|
|
| Generic1DArrayWidget (QString name, QString type, const RCP< const ParameterEntryValidator > validator, QWidget *parent=0) |
| Constructs a Generic1DArrayWidget. More...
|
|
const Array< std::string > | getData () const |
|
void | initData (Array< std::string > array) |
| Initializes all of the data in the array widget so when it pops up, the individual widgets are populate with their current values in the array. Also, sets the baseArray to array . More...
|
|
const QString | getType () const |
| Gets the type of array being edited. More...
|
|
const QString | getName () const |
| Returns the name of the parameter being edits.
|
|
const RCP< const
ParameterEntryValidator > | getEntryValidator () const |
| Returns the validator being used on the array.
|
|
virtual void | accept ()=0 |
| called when the user is done entering data into the widget. MUST BE IMPLEMENTED AS A SLOT IN CONCRETE SUBCLASSES!
|
|
| GenericArrayWidget (QString name, QString type, const RCP< const ParameterEntryValidator > validator, QWidget *parent=0) |
| Constructs a GenericArrayWidget. More...
|
|
A widget for editing an array of strings.