#include <CQExperimentSelection.h>
Definition at line 25 of file CQExperimentSelection.h.
CQExperimentSelection::CQExperimentSelection |
( |
QWidget * |
parent = 0 , |
|
|
const char * |
name = 0 , |
|
|
bool |
modal = false , |
|
|
Qt::WindowFlags |
fl = 0 |
|
) |
| |
Definition at line 32 of file CQExperimentSelection.cpp.
References init().
35 setObjectName(QString::fromUtf8(name));
bool fl(const C_FLOAT64 &d1, const C_FLOAT64 &d2)
CQExperimentSelection::~CQExperimentSelection |
( |
| ) |
|
void CQExperimentSelection::init |
( |
| ) |
|
|
private |
void CQExperimentSelection::load |
( |
QComboBox * |
pBox, |
|
|
const CExperimentSet * |
pExperimentSet |
|
) |
| |
|
virtual |
void CQExperimentSelection::slotBtnAll |
( |
| ) |
|
|
protectedslot |
void CQExperimentSelection::slotBtnCancel |
( |
| ) |
|
|
protectedslot |
void CQExperimentSelection::slotBtnNone |
( |
| ) |
|
|
protectedslot |
void CQExperimentSelection::slotBtnOK |
( |
| ) |
|
|
protectedslot |
Definition at line 50 of file CQExperimentSelection.cpp.
References mpBox.
54 if (mpList->selectedItems().count() != mpList->count())
56 QListWidgetItem * pItem;
58 int i, imax = mpList->count();
60 for (i = 0; i != imax; ++i)
62 pItem = mpList->item(i);
64 if (pItem->isSelected())
66 Items.append(pItem->text());
70 mpBox->addItems(Items);
QComboBox* CQExperimentSelection::mpBox |
|
protected |
The documentation for this class was generated from the following files: