Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Gantt chart form resource line class. More...
#include <ilviews/gantt/ganttfrm.h>
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. |
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
.
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.
dsp | The current display. | |
rect | The initial position of the header. | |
cols | The number of columns. | |
rows | The number of rows, which should be always 1. | |
xgrid | Use the default value. | |
ygrid | Use the default value. | |
thickness | Use the default value. | |
showVSB | Use the default value. | |
showHSB | Use the default value. | |
pal | The palette of the resource line. |
© Copyright 2012, 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.