Optika GUI Toolik  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members
Optika::String2DArrayWidget Class Reference

A 2DArrayWidget used for editing arrays whose template type is std::string. More...

#include <Optika_ArrayWidget.hpp>

Inheritance diagram for Optika::String2DArrayWidget:
Inheritance graph
[legend]

Constructors

 String2DArrayWidget (QString name, QString type, const RCP< const ParameterEntryValidator > validator, QWidget *parent=0)
 Constructs an String2DArrayWidget. More...
 

Overridden from Generic2DArrayWidget

std::string getWidgetValue (int row, int col)
 
QWidget * getEditorWidget (int row, int col)
 

Overridden from GenericArrayWidget

void accept ()
 

Additional Inherited Members

- Public Member Functions inherited from Optika::Generic2DArrayWidget< std::string >
 Generic2DArrayWidget (QString name, QString type, const RCP< const ParameterEntryValidator > validator, QWidget *parent=0)
 Constructs a Generic2DArrayWidget. More...
 
void initData (TwoDArray< 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...
 
TwoDArray< std::string > getArrayFromWidgets ()
 Retrieves all the data currently entered in each of the individual widgets and compiles it into a TwoDArray. More...
 
TwoDArray< std::string > getData () const
 gets the data currently stored in baseArray. More...
 
- Public Member Functions inherited from Optika::GenericArrayWidget< std::string >
const QString getType () const
 Gets the type of array being edited. More...
 
const QString getName () const
 Returns the name of the parameter being edits. More...
 
const RCP< const
ParameterEntryValidator
getEntryValidator () const
 Returns the validator being used on the array. More...
 
virtual void accept ()=0
 called when the user is done entering data into the widget. MUST BE IMPLEMENTED AS A SLOT IN CONCRETE SUBCLASSES! More...
 
 GenericArrayWidget (QString name, QString type, const RCP< const ParameterEntryValidator > validator, QWidget *parent=0)
 Constructs a GenericArrayWidget. More...
 
- Protected Member Functions inherited from Optika::Generic2DArrayWidget< std::string >
void doAcceptWork ()
 Do all the things that need to be done when accept is called. More...
 
- Protected Member Functions inherited from Optika::GenericArrayWidget< std::string >
virtual void setupArrayLayout ()
 Sets up the layout for the arrayContainer, including adding what ever editing widget should be used for the particual type of array. More...
 
- Protected Attributes inherited from Optika::Generic2DArrayWidget< std::string >
TwoDArray< QWidget * > widgetArray
 An array containing the individual widgets which make up the array widget editor. The widget at row,col is the widget which will edit the value at row,col in the baseArray. More...
 
TwoDArray< std::string > baseArray
 The actual array data that the widget is editing. When the user is finished editing, this TwoDArray is then populated with the values they entered. More...
 
- Protected Attributes inherited from Optika::GenericArrayWidget< std::string >
QWidget * arrayContainer
 The widget containing all of the editing widgets (e.g. QLineEdits, and QSpinBoxes) that comprise the array editor. More...
 

Detailed Description

A 2DArrayWidget used for editing arrays whose template type is std::string.

Definition at line 673 of file Optika_ArrayWidget.hpp.

Constructor & Destructor Documentation

Optika::String2DArrayWidget::String2DArrayWidget ( QString  name,
QString  type,
const RCP< const ParameterEntryValidator validator,
QWidget *  parent = 0 
)
inline

Constructs an String2DArrayWidget.

Parameters
nameThe name of the parameter beting edited.
typeThe arrays template type.
validatorThe validator to be used on the Array.
parentThe parent widget.

Definition at line 688 of file Optika_ArrayWidget.hpp.

Member Function Documentation

std::string Optika::String2DArrayWidget::getWidgetValue ( int  row,
int  col 
)
inlinevirtual
QWidget* Optika::String2DArrayWidget::getEditorWidget ( int  row,
int  col 
)
inlineprotectedvirtual
void Optika::String2DArrayWidget::accept ( )
inlineslot

Definition at line 752 of file Optika_ArrayWidget.hpp.


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