IGantt Interface
Name | Description | |
---|---|---|
![]() |
HammockTasksAllowed | Gets a value indicating whether Hammock tasks are allowed in the estimate. This option is set in the estimate Editing options. |
Name | Description | |
---|---|---|
![]() |
AddChildToGroup(string, string) | Adds an existing item (task or group) as a child to a group. |
![]() |
DisplaysAsWbs() | Indicates how Gantt Diagram is displayed according to file / options / Display. |
![]() |
EmptyGantt(bool) | Deletes all tasks in a Gantt, including groups. |
![]() |
GetAllGanttItems() | Returns all items (tasks and groups) being in active Gantt diagram. |
![]() |
GetChildIDsOfGroup(string) | Returns identifiers of all Gantt items (tasks or groups) being children of a Gantt group. |
![]() |
GetEstimateRootUserPath() | Returns the root user path of current estimate. |
![]() |
GetGanttItemFromIdentifier(string) | Returns a Gantt item for a Gantt task. |
![]() |
GetGanttItemIdentifierAtPosition(int) | Returns unique identifier of the gantt item being at the given position. |
![]() |
GetNewItem() | Creates and returns a new IGanttItemInfo instance. |
![]() |
GetSelectedGanttItems() | Returns list of selected Gantt items. |
![]() |
RefreshGanttDiagram() | Refreshes and repaints the Gantt Diagram. |
![]() |
RemoveAllChildrenFromGroup(string) | Removes all child items (task or group) from a group. |
![]() |
RemoveChildFromGroup(string, string) | Removes a child item (task or group) from a group. |
![]() |
RemoveGanttItem(bool, string) | Removes the Gantt item whose unique identifier is provided. |
![]() |
RemoveGanttItem(string) | Removes the Gantt item whose unique identifier is provided and shows the confirmation dialog. |
![]() |
RenumberAllGanttTasksAccordingToCurrentDisplayOrder() | Assigns an integer value to all Gantt tasks to set their display order in WBS mode. |
![]() |
ResumeLayout() | This function must be called after SuspendLayout. At the end of the changes. |
![]() |
SaveGanttDiagram() | Saves the Gantt in the estimate. |
![]() |
SuspendLayout() | Block drawing / refreshing of the screen either for the data grid and the associated Gantt diagram. |
![]() |
WriteGanttAssignationToWbs(string, ITask, GanttTaskAssignationPropagationMode, bool) | Assigns Gantt tasks to branches or leaves of the WBS. |
![]() |
WriteItemToGanttDiagram(IGanttItemInfo, string) | Inserts or updates Gantt item to Gantt diagram. |
Available since QDV 7.13.0001.