Rogue Wave Views Data Access Package API Reference Guide |
Rogue Wave Views Documentation Home |
Information class. More...
#include <ilviews/dataccess/gadgets/dbgantt/dbgantt.h>
Public Member Functions | |
IliDbGanttInfo (IliDbGantt *gantt=0) | |
This constructor initializes an empty object. More... | |
const char * | getActIdentifier () const |
Returns the activity identifier. More... | |
const char * | getBackground () const |
Returns the background color name for the constraint. More... | |
IlvColor * | getBackground (IlvDisplay *) const |
Returns the background color for the constraint. More... | |
const char * | getBrkIdentifier () const |
Returns the break identifier. More... | |
IlInt | getCapacity () const |
Returns the capacity of the constraint or the work-load-curve item. More... | |
const char * | getCntIdentifier () const |
Returns the constraint identifier. More... | |
IlInt | getDelay () const |
Returns the precedence delay. More... | |
IlInt | getEndMax () const |
Returns the end maximum value for the constraint. More... | |
IlInt | getEndMin () const |
Returns the end minimum value for the constraint. More... | |
const char * | getForeground () const |
Returns the foreground color for the constraint or the precedence color. More... | |
IlvColor * | getForeground (IlvDisplay *) const |
Returns the foreground color for the constraint or the precedence color. More... | |
IlInt | getFrom () const |
Returns the source of the work-load-curve item or the break. More... | |
const char * | getFromName () const |
Returns the precedence source. More... | |
const char * | getLabel (IlInt=0) const |
Returns the constraint label. More... | |
IlvGanttLine * | getLine () const |
Returns the object that corresponds to the object resource line. More... | |
IlInt | getMaxLoad () const |
Returns the maximum value of all work-load-curve items. More... | |
IlvGanttNode * | getNodeFrom () const |
Returns the object that corresponds to the precedence source. More... | |
IlvGanttNode * | getNodeTo () const |
Returns the object that corresponds to the precedence destination. More... | |
const char * | getResIdentifier () const |
Returns the resource identifier. More... | |
IlInt | getStartMax () const |
Returns the start maximum value for the constraint. More... | |
IlInt | getStartMin () const |
Returns the start minimum value for the constraint. More... | |
IlInt | getTo () const |
Returns the destination the work-load-curve item or the break. More... | |
const char * | getToName () const |
Returns the precedence destination. More... | |
IlInt | getType () const |
Returns the precedence type. More... | |
IlBoolean | isValidPrecedence () const |
Returns IlTrue if the precedence information is valid. More... | |
Information class.
Library: dbgantt
The IliDbGanttInfo
class provides information about the object (constraint, precedence, break, or work-load-curve item) that will be created, replaced, or deleted when you define a callback (see IliDbGanttCallback
) or it redefines the virtual function. The getCallbackInformation()
member function of the IliDbGantt
class is used to get this information.
IliDbGantt
, IliDbGanttCallbackName
. IliDbGanttInfo::IliDbGanttInfo | ( | IliDbGantt * | gantt = 0 | ) |
This constructor initializes an empty object.
gantt | The IliDbGantt object which uses this object. |
const char* IliDbGanttInfo::getActIdentifier | ( | ) | const |
Returns the activity identifier.
const char* IliDbGanttInfo::getBackground | ( | ) | const |
Returns the background color name for the constraint.
IlvColor* IliDbGanttInfo::getBackground | ( | IlvDisplay * | ) | const |
Returns the background color for the constraint.
const char* IliDbGanttInfo::getBrkIdentifier | ( | ) | const |
Returns the break identifier.
IlInt IliDbGanttInfo::getCapacity | ( | ) | const |
Returns the capacity of the constraint or the work-load-curve item.
const char* IliDbGanttInfo::getCntIdentifier | ( | ) | const |
Returns the constraint identifier.
IlInt IliDbGanttInfo::getDelay | ( | ) | const |
Returns the precedence delay.
IlInt IliDbGanttInfo::getEndMax | ( | ) | const |
Returns the end maximum value for the constraint.
IlInt IliDbGanttInfo::getEndMin | ( | ) | const |
Returns the end minimum value for the constraint.
const char* IliDbGanttInfo::getForeground | ( | ) | const |
Returns the foreground color for the constraint or the precedence color.
IlvColor* IliDbGanttInfo::getForeground | ( | IlvDisplay * | ) | const |
Returns the foreground color for the constraint or the precedence color.
IlInt IliDbGanttInfo::getFrom | ( | ) | const |
Returns the source of the work-load-curve item or the break.
const char* IliDbGanttInfo::getFromName | ( | ) | const |
Returns the precedence source.
const char* IliDbGanttInfo::getLabel | ( | IlInt | = 0 | ) | const |
Returns the constraint label.
IlvGanttLine* IliDbGanttInfo::getLine | ( | ) | const |
Returns the object that corresponds to the object resource line.
IlInt IliDbGanttInfo::getMaxLoad | ( | ) | const |
Returns the maximum value of all work-load-curve items.
IlvGanttNode* IliDbGanttInfo::getNodeFrom | ( | ) | const |
Returns the object that corresponds to the precedence source.
IlvGanttNode* IliDbGanttInfo::getNodeTo | ( | ) | const |
Returns the object that corresponds to the precedence destination.
const char* IliDbGanttInfo::getResIdentifier | ( | ) | const |
Returns the resource identifier.
IlInt IliDbGanttInfo::getStartMax | ( | ) | const |
Returns the start maximum value for the constraint.
IlInt IliDbGanttInfo::getStartMin | ( | ) | const |
Returns the start minimum value for the constraint.
IlInt IliDbGanttInfo::getTo | ( | ) | const |
Returns the destination the work-load-curve item or the break.
const char* IliDbGanttInfo::getToName | ( | ) | const |
Returns the precedence destination.
IlInt IliDbGanttInfo::getType | ( | ) | const |
Returns the precedence type.
IlBoolean IliDbGanttInfo::isValidPrecedence | ( | ) | const |
Returns IlTrue
if the precedence information is valid.
IlTrue
if the precedence information is valid. © 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.