1 #ifndef _XTQGANTTBARVIEW_H_
2 #define _XTQGANTTBARVIEW_H_
32 #define sgn(n) (n < 0 ? -1 : 1)
36 #include <tqscrollview.h>
38 #include "xQGanttBarViewPort.h"
41 class KGanttBarConfig;
66 const char * name=0, WFlags f=0 );
97 void horizontalScrollBarChanged( int);
111 TQBrush _headerBackBrush;
113 void paintEvent(TQPaintEvent * e);
116 KGanttBarConfig* _config;
|