30 #include <casaqt/QtBrowser/TBTypes.ui.h>
51 class TBTypes :
public QWidget, Ui::Types {
70 std::vector<casacore::String>*
types;
void setType(casacore::String type)
Sets the current display to allow values for the given type.
TBTypes(casacore::String type, bool incArrays=true)
Constructor that takes the starting type and whether or not to include arrays in the list of types av...
(Not finished) Widget for entering a value based on its type.
void recordChooserChanged(int index)
Slot for when the user selects a type in the record chooser.
std::vector< casacore::String > * types
All available types.
TBTypes * arrayTypes
TBTypes panel for entering single array cell values.
void arrayDimSet()
Slot for when the user enters the dimensions for an array.
void setupRecord()
Sets up the display needed for records.
casacore::String type
Current type.
void setupArray()
Sets up the display needed for arrays.
String: the storage and methods of handling collections of characters.
TBTypes * recordTypes
TBTypes panel for entering single record values.
void arrayValSet()
Slot for when the user sets the value of an array cell.