Panel that can hold multiple TBViewArray widgets.
More...
#include <TBViewArray.qo.h>
|
void | allArraysClosed () |
| This signal is emitted when the user presses "close" on all the currently opened arrays in this panel. More...
|
|
Panel that can hold multiple TBViewArray widgets.
Synopsis
TBArrayPanel is the widget that is actually shown in the side panel and consists of one or more TBViewArray widgets. When the user double-clicks on another array, it is added to the TBArrayPanel. When the panel is closed, it closes all the TBViewArray widgets as well.
Definition at line 199 of file TBViewArray.qo.h.
Constructor that takes the table backend.
casa::TBArrayPanel::~TBArrayPanel |
( |
| ) |
|
bool casa::TBArrayPanel::addArray |
( |
TBViewArray * |
array, |
|
|
int |
colIndex |
|
) |
| |
Adds the given TBViewArray widget to this panel and returns whether it succeeded or not.
If the given array is already being displayed (see TBArray::sameLocationAs(), false is returned.
void casa::TBArrayPanel::allArraysClosed |
( |
| ) |
|
|
signal |
This signal is emitted when the user presses "close" on all the currently opened arrays in this panel.
The caller should then close the panel itself.
void casa::TBArrayPanel::applyFormat |
( |
TBFormat * |
format, |
|
|
int |
colIndex |
|
) |
| |
Applies the given format to any TBViewArray with the given index.
void casa::TBArrayPanel::closeRequested |
( |
QWidget * |
widget | ) |
|
|
privateslot |
Slot for when the user closes an individual array.
void casa::TBArrayPanel::removeActionsAssociatedWithArray |
( |
TBViewArray * |
array | ) |
|
|
private |
Removes any actions in the browser that are associate with the given array in this panel.
void casa::TBArrayPanel::removeActionsAssociatedWithArrays |
( |
| ) |
|
|
slot |
Removes any actions in the browser that are associated with any of the arrays in this panel.
void casa::TBArrayPanel::setShouldRelease |
( |
bool |
b | ) |
|
Calls setShouldRelease on all TBViewArrays in this panel.
std::vector<int> casa::TBArrayPanel::indices |
|
private |
QSplitter casa::TBArrayPanel::splitter |
|
private |
The documentation for this class was generated from the following file: