A 1D widget for editing Arrays of type int. More...
#include <Optika_ArrayWidget.hpp>


Public Slots | |
Overridden from GenericArrayWidget | |
| void | accept () |
| | |
Public Member Functions | |
Constructors | |
| IntArrayWidget (QString name, QString type, const RCP< const ParameterEntryValidator > validator, QWidget *parent=0) | |
| Constructs a IntArrayWidget. | |
Overridden from Generic1DArrayWidget | |
| Array< int > | getArrayFromWidgets () |
A 1D widget for editing Arrays of type int.
| Optika::IntArrayWidget::IntArrayWidget | ( | QString | name, |
| QString | type, | ||
| const RCP< const ParameterEntryValidator > | validator, | ||
| QWidget * | parent = 0 |
||
| ) | [inline] |
Constructs a IntArrayWidget.
| name | The name of the parmaeter being edited. |
| type | The array's template type. |
| validator | The validator on the array (null if there is none). |
| parent | The parent widget. |
| void Optika::IntArrayWidget::accept | ( | ) | [inline, virtual, slot] |
*
Implements Optika::GenericArrayWidget< int >.
References Optika::Generic1DArrayWidget< int >::doAcceptWork().
1.7.6.1