#include <TBKeywordsTab.qo.h>
|
void | typeChanged (int index) |
| Catches when the user changes the type and changes the types widget accordingly. More...
|
|
Definition at line 48 of file TBKeywordsTab.qo.h.
casa::TBNewKeyword::TBNewKeyword |
( |
std::vector< casacore::String > * |
fields = NULL , |
|
|
QWidget * |
parent = NULL |
|
) |
| |
GUI for entering a new keyword.
Synopsis
(Not Completed.) A TBNewKeyword is a dialog that allows the user to enter a new keyword. The parent/caller is responsible for connecting the signal and actually adding the new keyword. Constructor that takes an optional vector of fields for entering a new field keyword. If this vector is null, a table keyword is entered.
casa::TBNewKeyword::~TBNewKeyword |
( |
| ) |
|
newKeyword is emitted when the user has entered a new keyword.
The field index is -1 for a table keyword; otherwise it holds the index of the field to which the keyword should be added.
void casa::TBNewKeyword::typeChanged |
( |
int |
index | ) |
|
|
privateslot |
Catches when the user changes the type and changes the types widget accordingly.
TBTypes* casa::TBNewKeyword::typesWidget |
|
private |
The documentation for this class was generated from the following file: