Rogue Wave Views Data Access Package API Reference Guide |
Rogue Wave Views Documentation Home |
#include <ilviews/graphics/scale.h>
#include <ilviews/gantt/ganttfrm.h>
#include <ilviews/gantt/ganttint.h>
#include <ilviews/graphics/gauge.h>
#include <ilviews/graphics/rectangl.h>
#include <ilviews/grapher/grapher.h>
#include <ilviews/graphics/polyline.h>
#include <ilviews/dataccess/reposit.h>
#include <ilviews/dataccess/string.h>
#include <ilviews/dataccess/tblhook.h>
#include <ilviews/dataccess/gadgets/mdatasrc.h>
#include <ilviews/dataccess/gadgets/dsusage.h>
#include <ilviews/dataccess/gadgets/gdtmodel.h>
Classes | |
class | IliDbGantt |
Gadget Class. More... | |
class | IliDbGanttFullModel |
Model Class. More... | |
class | IliDbGanttInfo |
Information class. More... | |
class | IliDbGanttLightModel |
Model Class. More... | |
class | IliDbGanttModel |
Model Class. More... | |
Typedefs | |
typedef IlvGraphic *(* | IliDbGanttCallback) (IliDbGantt *gantt, IlvGraphic *old, IlAny arg) |
Enumerations |
Library: dbgantt
Declarations about IliDbGanttChart.
IliDbGanttCallback |
This type defines the prototype of a function that is called to create, replace, or delete constraints, precedences, breaks, or work-load-curve items.
gantt | The IliDbGantt object. |
old | The previous object when the callback is called to replace an item. Otherwise, the parameter is 0 . |
arg | The user data. |
0
for delete. You can use the getCallbackInformation()
function to get more information about the new object (create and replace) or the current object (delete). IliDbGantt
. enum IliDbGanttActCols |
This enumerated type defines the data source columns used by the IliDbGantt
for activities.
enum IliDbGanttBrkCols |
This enumerated type defines the data source columns used by the IliDbGantt
for breaks.
This enumerated type defines the callbacks used by the IliDbGantt
class to manage constraints, precedences, breaks, and work-load-curves.
enum IliDbGanttCntCols |
This enumerated type defines the different data source columns used by the IliDbGantt
class for constraints.
enum IliDbGanttLoaCols |
This enumerated type defines the data source columns used by the IliDbGantt
class for work-load-curves.
enum IliDbGanttPreCols |
This enumerated type defines the data source columns used by the IliDbGantt
class for precedences.
enum IliDbGanttResCols |
This enumerated type defines the data source columns used by the IliDbGantt
class for resources.
Enumerator | |
---|---|
IliDbGanttResIdentifier |
Column for the resource identifier. |
IliDbGanttResHeight |
Column for the resource height. |
enum IliDbGanttWhichDs |
This enumerated type defines the data sources used by the IliDbGantt
class.
© Copyright 2016, 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.