KGanttBarConfig.h
00001 #ifndef _KGANTTBARCONFIG_H_
00002 #define _KGANTTBARCONFIG_H_
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032 #include <qwidget.h>
00033
00034 class xQGanttBarView;
00035
00036
00037 class KGanttBarConfig : public QWidget
00038 {
00039
00040 Q_OBJECT
00041
00042 public:
00043
00044 KGanttBarConfig(xQGanttBarView* barview,
00045 QWidget* parent = 0, const char* name=0, WFlags f=0);
00046
00047
00048 protected slots:
00049
00050 void changeBackground(const QColor& color);
00051
00052 protected:
00053
00054 xQGanttBarView* _barview;
00055
00056 };
00057
00058 #endif
This file is part of the documentation for kgantt Library Version 3.2.2.