CreateNTupleBase.h
Go to the documentation of this file.
1 /****************************************************************************
2 ** Form interface generated from reading ui file 'CreateNTupleBase.ui'
3 **
4 ** Created:
5 **
6 ** WARNING! All changes made in this file will be lost!
7 ****************************************************************************/
8 
9 #ifndef CREATENTUPLEBASE_H
10 #define CREATENTUPLEBASE_H
11 
12 #include <qvariant.h>
13 #include <qpixmap.h>
14 #include <qdialog.h>
15 
16 class QVBoxLayout;
17 class QHBoxLayout;
18 class QGridLayout;
19 class QSpacerItem;
20 class QLabel;
21 class QCheckBox;
22 class QListView;
23 class QListViewItem;
24 class QLineEdit;
25 class QComboBox;
26 class QPushButton;
27 
28 class CreateNTupleBase : public QDialog
29 {
30  Q_OBJECT
31 
32 public:
33  CreateNTupleBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
35 
49 
50 public slots:
51  virtual void cutListCheckBox_toggled(bool);
52  virtual void columnListCheckBox_toggled(bool);
53 
54 protected:
59 
60 protected slots:
61  virtual void languageChange();
62 
63  virtual void currentDataSourceChanged( int item ) = 0;
64  virtual void createButtonClicked() = 0;
65  virtual void createFileButtonClicked() = 0;
66 
67 
68 private:
70 
71 };
72 
73 #endif // CREATENTUPLEBASE_H
QVBoxLayout * layout9
QListView * m_ColumnListView
QCheckBox * columnListCheckBox
QVBoxLayout * layout10
QListViewItem * item
Definition: PickTable.cxx:172
virtual void currentDataSourceChanged(int item)=0
QPushButton * createFileButton
QHBoxLayout * layout7
virtual void columnListCheckBox_toggled(bool)
QHBoxLayout * layout8
QComboBox * m_ntuple_in
QPushButton * createNTupleButton
QCheckBox * cutListCheckBox
QPushButton * cancelButton
QLineEdit * m_ntuple_out
CreateNTupleBase(QWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)
QListView * m_CutListView
virtual void cutListCheckBox_toggled(bool)
virtual void languageChange()
virtual void createButtonClicked()=0
virtual void createFileButtonClicked()=0

Generated for HippoDraw Class Library by doxygen