Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

Dialog.h

Go to the documentation of this file.
00001 //LabPlot : Dialog.h
00002 
00003 #ifndef DIALOG_H
00004 #define DIALOG_H
00005 
00006 #include <kdialog.h>
00007 #include <qvbox.h>
00008 #include <kpushbutton.h>
00009 #include <qgroupbox.h>
00010 #include <qcheckbox.h>
00011 #include <qtabwidget.h>
00012 #include <qvalidator.h>
00013 #include <klineedit.h>
00014 #include <klistbox.h>
00015 #include <kcolorbutton.h>
00016 #include <kcombobox.h>
00017 #include "Worksheet.h"
00018 
00019 class Dialog: public KDialog
00020 {
00021         Q_OBJECT
00022 public:
00023         Dialog(class Worksheet *p, const char *name);
00024 protected:
00025         void resizeEvent(QResizeEvent *e);
00026         QVBox* surfaceStyle(QTabWidget *tw);
00027         QVBox* simpleStyle(QTabWidget *tw, Graph *graph, Style *style, Symbol *symbol);
00028         QVBox* annotateValuesTab(QTabWidget *tw, Graph *graph);
00029         QGroupBox *vbox, *gbox;
00030         Worksheet *p;
00031         KPushButton *ok, *apply, *cancel;
00032         KLineEdit *filele;                                              // used from various dialogs
00033         KComboBox *cb2, *pencb, *brushcb, *sbrushcb;                    // simple
00034         KComboBox *symbolcb, *symbolfillcb;                                     // simple
00035         KColorButton *color, *fcolor, *scolor, *sfcolor;                        // simple
00036         QCheckBox *filled;                                                                      // simple
00037         KLineEdit *ssize, *widthle;                                                     // simple
00038         QCheckBox *ccb, *dcb, *coloredcb, *meshcb, *relativecb; // surface
00039         KLineEdit *numberle, *thresholdle;                                              // surface
00040         KComboBox *pcb, *dbrushcb;                                                      // surface
00041         KColorButton *contourcolor;                                                     // surface
00042         KComboBox *typecb, *positioncb;                                         // annotatetab
00043         KLineEdit *distancele;                                                          // annotatetab
00044 protected slots:
00045         void fileInfo();
00046 private:
00047         void fillBrushBox(KComboBox *cb,SType t, QColor c,FType f, QColor s);
00048         void fillSymbolBox(QColor c, FType f, QColor s, int b);
00049         void fillSymbolFillBox(SType t, QColor c, QColor s, int b);
00050 private slots:
00051         void styleChanged();
00052         void symbolChanged();
00053 };
00054 
00055 #endif //DIALOG_H

Generated on Sun Nov 28 22:31:16 2004 for LabPlot by doxygen 1.3.6