kgantt

#include <xQGanttListView.h>

Public Slots

void contentsMoved (int, int)

Public Member Functions

 xQGanttListView (KGanttItem *toplevelitem, TQWidget *parent=0, const char *name=0, WFlags f=0)
 ~xQGanttListView ()
void setBarView (xQGanttBarView *v)

Protected Member Functions

void drawHeader ()
void paintEvent (TQPaintEvent *e)

Protected Attributes

KGanttItem_toplevelitem
TQBrush _headerBackBrush
xQGanttBarView_barview
xQGanttListViewPort_viewport

Detailed Description

GanttListView Widget.

Definition at line 47 of file xQGanttListView.h.

Constructor & Destructor Documentation

◆ xQGanttListView()

xQGanttListView::xQGanttListView ( KGanttItem * toplevelitem,
TQWidget * parent = 0,
const char * name = 0,
WFlags f = 0 )

Constructor.

Definition at line 13 of file xQGanttListView.cpp.

◆ ~xQGanttListView()

xQGanttListView::~xQGanttListView ( )

Destructor.

Definition at line 38 of file xQGanttListView.cpp.

Member Function Documentation

◆ contentsMoved

void xQGanttListView::contentsMoved ( int x,
int y )
slot

Definition at line 61 of file xQGanttListView.cpp.

◆ drawHeader()

void xQGanttListView::drawHeader ( )
protected

Definition at line 45 of file xQGanttListView.cpp.

◆ paintEvent()

void xQGanttListView::paintEvent ( TQPaintEvent * e)
protected

Definition at line 71 of file xQGanttListView.cpp.

◆ setBarView()

void xQGanttListView::setBarView ( xQGanttBarView * v)
inline

Connect barview to this listview.

Definition at line 78 of file xQGanttListView.h.

Member Data Documentation

◆ _barview

xQGanttBarView* xQGanttListView::_barview
protected

Definition at line 96 of file xQGanttListView.h.

◆ _headerBackBrush

TQBrush xQGanttListView::_headerBackBrush
protected

Definition at line 94 of file xQGanttListView.h.

◆ _toplevelitem

KGanttItem* xQGanttListView::_toplevelitem
protected

Definition at line 92 of file xQGanttListView.h.

◆ _viewport

xQGanttListViewPort* xQGanttListView::_viewport
protected

Definition at line 97 of file xQGanttListView.h.


The documentation for this class was generated from the following files: