6#include <QtCore/QString>
Constraints of selection from set of possibilities.
Interface allowing to select single option from list of options.
ChangeFlags
Data model change notification flags.
@ CF_SELECTION_CHANGED
Selection index has changed.
virtual int GetSelectedOptionIndex() const =0
Get selected index.
virtual bool SetSelectedOptionIndex(int index)=0
Set index of selected option.
virtual ISelectionParam * GetSubselection(int index) const =0
Get sub-selection for specified option.
virtual const IOptionsList * GetSelectionConstraints() const =0
Get constraints of this parameter.
@ NO_SELECTION
Indicates no option is currently selected.
Common class for all classes which objects can be archived or restored from archive.
Contains interfaces and implementations of flexible parameter concept.