kgantt
xQGanttBarViewPort Class Reference#include <xQGanttBarViewPort.h>
List of all members.
Detailed Description
GanttBarViewPort Widget.
Definition at line 88 of file xQGanttBarViewPort.h.
|
Public Types |
enum | Mode { Init,
Select,
Zoom,
Move
} |
Signals |
void | modeChanged (int) |
void | scroll (int x, int y) |
void | resized () |
void | recalculated () |
void | message (const QString &msg) |
Public Member Functions |
| xQGanttBarViewPort (KGanttItem *toplevelitem, xQGanttBarView *parent=0, const char *name=0, WFlags f=0) |
| ~xQGanttBarViewPort () |
void | update (int x1, int y1, int x2, int y2) |
void | addHoliday (int y, int m, int d) |
void | removeHoliday (int y, int m, int d) |
KPopupMenu * | menu () |
KToolBar * | toolbar (QMainWindow *mw=0) |
void | zoom (double sfactor, int wx, int wy) |
void | zoom (double sfactor) |
void | getSelectedItems (QPtrList< KGanttItem > &list) |
Public Attributes |
QPtrDict< xQTaskPosition > | _gItemList |
Protected Slots |
void | setMode (int mode) |
void | setSelect () |
void | setZoom () |
void | setMove () |
void | zoomIn () |
void | zoomOut () |
void | zoomAll () |
void | popup (int index) |
void | selectAll () |
void | unselectAll () |
void | deleteSelectedItems () |
void | insertIntoSelectedItem () |
Friends |
class | xQGanttBarView |
class | KGantt |
Constructor & Destructor Documentation
xQGanttBarViewPort::xQGanttBarViewPort |
( |
KGanttItem * |
toplevelitem, |
|
|
xQGanttBarView * |
parent = 0 , |
|
|
const char * |
name = 0 , |
|
|
WFlags |
f = 0 | |
|
) |
| | |
xQGanttBarViewPort::~xQGanttBarViewPort |
( |
|
) |
|
Member Function Documentation
void xQGanttBarViewPort::update |
( |
int |
x1, |
|
|
int |
y1, |
|
|
int |
x2, |
|
|
int |
y2 | |
|
) |
| | |
void xQGanttBarViewPort::addHoliday |
( |
int |
y, |
|
|
int |
m, |
|
|
int |
d | |
|
) |
| | |
void xQGanttBarViewPort::removeHoliday |
( |
int |
y, |
|
|
int |
m, |
|
|
int |
d | |
|
) |
| | [inline] |
The documentation for this class was generated from the following files:
|