#include <CreateNTupleBase.h>


Public Slots | |
| virtual void | columnListCheckBox_toggled (bool) |
| virtual void | cutListCheckBox_toggled (bool) |
Public Member Functions | |
| accept () | |
| CreateNTupleBase (QWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0) | |
| done (int r) | |
| enum {Rejected, Accepted} | |
| exec () | |
| extension () const | |
| isModal () const | |
| isSizeGripEnabled () const | |
| orientation () const | |
| prop -whether the size grip is enabled | |
| prop -whether show() should pop up the dialog as modal or modeless | |
| reject () | |
| result () const | |
| setExtension (QWidget *extension) | |
| setModal (bool modal) | |
| setOrientation (Orientation orientation) | |
| setResult (int i) | |
| setSizeGripEnabled (bool) | |
| show () | |
| showExtension (bool showIt) | |
| ~CreateNTupleBase () | |
Protected Slots | |
| virtual void | createButtonClicked ()=0 |
| virtual void | createFileButtonClicked ()=0 |
| virtual void | currentDataSourceChanged (int item)=0 |
| virtual void | languageChange () |
Protected Attributes | |
| QVBoxLayout * | layout10 |
| QHBoxLayout * | layout7 |
| QHBoxLayout * | layout8 |
| QVBoxLayout * | layout9 |
Private Attributes | |
| QPixmap | image0 |
Definition at line 28 of file CreateNTupleBase.h.
| CreateNTupleBase | ( | QWidget * | parent = 0, |
| const char * | name = 0, |
||
| bool | modal = FALSE, |
||
| WFlags | fl = 0 |
||
| ) |
Definition at line 79 of file CreateNTupleBase.cpp.
References QDialog::accept(), cancelButton, columnListCheckBox, columnListCheckBox_toggled(), createButtonClicked(), createFileButton, createFileButtonClicked(), createNTupleButton, currentDataSourceChanged(), cutListCheckBox, cutListCheckBox_toggled(), image0, image0_data, languageChange(), layout10, layout7, layout8, layout9, QImage::loadFromData(), m_ColumnListView, m_CutListView, m_ntuple_in, m_ntuple_out, QDialog::reject(), QLabel::setAlignment(), QListView::setAllColumnsShowFocus(), QComboBox::setEditable(), QWidget::setGeometry(), QComboBox::setInsertionPolicy(), QListView::setResizeMode(), QListView::setRootIsDecorated(), QListView::setTreeStepSize(), textLabel1, textLabel1_2, TextLabel1_3_2, and textLabel2.
| ~CreateNTupleBase | ( | ) |
Definition at line 178 of file CreateNTupleBase.cpp.
|
virtualslot |
Reimplemented in CreateNTuple.
Definition at line 224 of file CreateNTupleBase.cpp.
Referenced by CreateNTupleBase().
|
protectedpure virtualslot |
Implemented in CreateNTuple.
Referenced by CreateNTupleBase().
|
protectedpure virtualslot |
Implemented in CreateNTuple.
Referenced by CreateNTupleBase().
|
protectedpure virtualslot |
Implemented in CreateNTuple.
Referenced by CreateNTupleBase().
|
virtualslot |
Reimplemented in CreateNTuple.
Definition at line 219 of file CreateNTupleBase.cpp.
Referenced by CreateNTupleBase().
|
protectedvirtualslot |
Definition at line 187 of file CreateNTupleBase.cpp.
References QToolTip::add(), QWhatsThis::add(), cancelButton, columnListCheckBox, createFileButton, createNTupleButton, cutListCheckBox, m_ColumnListView, m_CutListView, m_ntuple_in, m_ntuple_out, QLabel::setText(), QPushButton::setText(), QCheckBox::setText(), textLabel1, textLabel1_2, TextLabel1_3_2, and textLabel2.
Referenced by CreateNTupleBase().
| QPushButton* cancelButton |
Definition at line 48 of file CreateNTupleBase.h.
Referenced by CreateNTupleBase(), and languageChange().
| QCheckBox* columnListCheckBox |
Definition at line 40 of file CreateNTupleBase.h.
Referenced by CreateNTupleBase(), and languageChange().
| QPushButton* createFileButton |
Definition at line 46 of file CreateNTupleBase.h.
Referenced by CreateNTupleBase(), and languageChange().
| QPushButton* createNTupleButton |
Definition at line 47 of file CreateNTupleBase.h.
Referenced by CreateNTupleBase(), and languageChange().
| QCheckBox* cutListCheckBox |
Definition at line 37 of file CreateNTupleBase.h.
Referenced by CreateNTupleBase(), and languageChange().
|
private |
Definition at line 69 of file CreateNTupleBase.h.
Referenced by CreateNTupleBase().
|
protected |
Definition at line 57 of file CreateNTupleBase.h.
Referenced by CreateNTupleBase().
|
protected |
Definition at line 56 of file CreateNTupleBase.h.
Referenced by CreateNTupleBase().
|
protected |
Definition at line 58 of file CreateNTupleBase.h.
Referenced by CreateNTupleBase().
|
protected |
Definition at line 55 of file CreateNTupleBase.h.
Referenced by CreateNTupleBase().
| QListView* m_ColumnListView |
Definition at line 41 of file CreateNTupleBase.h.
Referenced by CreateNTuple::columnListCheckBox_toggled(), CreateNTupleBase(), CreateNTuple::initListViews(), languageChange(), CreateNTuple::setColumnList(), and CreateNTuple::updateColumnList().
| QListView* m_CutListView |
Definition at line 38 of file CreateNTupleBase.h.
Referenced by CreateNTupleBase(), CreateNTuple::cutListCheckBox_toggled(), CreateNTuple::initListViews(), languageChange(), CreateNTuple::setCutList(), and CreateNTuple::updateCutList().
| QComboBox* m_ntuple_in |
Definition at line 44 of file CreateNTupleBase.h.
Referenced by CreateNTupleBase(), CreateNTuple::currentDataSourceChanged(), languageChange(), and CreateNTuple::updateNTupleIn().
| QLineEdit* m_ntuple_out |
Definition at line 43 of file CreateNTupleBase.h.
Referenced by CreateNTuple::createButtonClicked(), CreateNTuple::createFileButtonClicked(), CreateNTupleBase(), and languageChange().
| QLabel* textLabel1 |
Definition at line 36 of file CreateNTupleBase.h.
Referenced by CreateNTupleBase(), and languageChange().
| QLabel* textLabel1_2 |
Definition at line 42 of file CreateNTupleBase.h.
Referenced by CreateNTupleBase(), and languageChange().
| QLabel* TextLabel1_3_2 |
Definition at line 45 of file CreateNTupleBase.h.
Referenced by CreateNTupleBase(), and languageChange().
| QLabel* textLabel2 |
Definition at line 39 of file CreateNTupleBase.h.
Referenced by CreateNTupleBase(), and languageChange().