rwlogo

Rogue Wave Views
Gantt Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

 All Classes Files Functions Variables Typedefs Enumerations Enumerator
List of all members | Public Member Functions
IlvGanttResourceLine Class Reference

Gantt chart form resource line class. More...

#include <ilviews/gantt/ganttfrm.h>

Inheritance diagram for IlvGanttResourceLine:
IlvMatrix IlvAbstractMatrix IlvGadgetItemHolder IlvScrolledGadget IlvGadget IlvSimpleGraphic IlvStylable IlvGraphic

Public Member Functions

 IlvGanttResourceLine (IlvDisplay *dsp, const IlvRect &rect, IlShort cols, IlShort rows, IlvDim xgrid=IlvDefaultMatrixWidth, IlvDim ygrid=IlvDefaultMatrixWidth, IlvDim thickness=IlvDefaultGadgetThickness, IlBoolean showVSB=IlFalse, IlBoolean showHSB=IlFalse, IlvPalette *pal=0)
 Constructor. More...
 

Detailed Description

Gantt chart form resource line class.

Library: ilvgantt

IlvGanttResourceLine is a subclass of IlvMatrix. It is implemented to work with an IlvGanttChartForm in order to show a resource.

After an IlvGanttChartForm is created, you must create an IlvGanttResourceLine and call the setLineGraphicModel() method in order to specify the IlvGanttResourceLine as the line graphic mode of the IlvGanttChartForm.

See Also
IlvGanttChartForm
IlvGanttResourceHeader

Constructor & Destructor Documentation

IlvGanttResourceLine::IlvGanttResourceLine ( IlvDisplay dsp,
const IlvRect rect,
IlShort  cols,
IlShort  rows,
IlvDim  xgrid = IlvDefaultMatrixWidth,
IlvDim  ygrid = IlvDefaultMatrixWidth,
IlvDim  thickness = IlvDefaultGadgetThickness,
IlBoolean  showVSB = IlFalse,
IlBoolean  showHSB = IlFalse,
IlvPalette pal = 0 
)

Constructor.

The constructor initializes a new IlvGanttResourceLine object.

Parameters
dspThe current display.
rectThe initial position of the header.
colsThe number of columns.
rowsThe number of rows, which should be always 1.
xgridUse the default value.
ygridUse the default value.
thicknessUse the default value.
showVSBUse the default value.
showHSBUse the default value.
palThe palette of the resource line.
See Also
IlvGanttResourceLine

© Copyright 2015, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.