QDVGantt Class

NOTE: This member is now obsolete. Use Qdv.UserApi.IGantt instead.

Represents a Gantt in QDV.
<Obsolete("Use Qdv.UserApi.IGantt instead.")> _ 
Public Class QDVGantt
This language is not supported or no code example is available.
[Obsolete("Use Qdv.UserApi.IGantt instead.")] 
public class QDVGantt
This language is not supported or no code example is available.
Name Description
Public constructor QDVGantt(ref QDVEstimate, int) Obsolete. Initializes a new instance of the QDVGantt class.
Top
Methods
 
Name Description
Public method AddChildToGroup(string, string, ref int, ref string) Obsolete. Adds an existing item (task or group) as a child to a group.
Public method ClearAllChildFromGroup(string, ref int, ref string) Obsolete. Removes all child items (task or group) from a group.
Public method EmptyGantt(bool, ref int, ref string) Obsolete. Deletes all tasks in a Gantt, including groups.
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GanttDisplaysAsWBS() Indicates how Gantt Diagram is displayed according to file / options / Display.
Public method GanttResumeLayout() This function must be called after GanttSuspendLayout. At the end of the changes.
Public method GanttSuspendLayout() Block drawing / refreshing of the screen either for the data grid and the associated Gantt diagram.
Public method GetAllGanttItems(ref int, ref string) Obsolete. Returns all items (tasks and groups) being in active Gantt diagram.
Public method GetChildIDsOfGroup(string, ref int, ref string) Obsolete. Returns identifiers of all items (tasks or groups) being children of a group.
Public method GetEstimateRootUserPath() Returns the root user path of current estimate.
Public method GetGanttItemFromIdentifier(string, ref int, ref string) Obsolete. Returns a Gantt item from a unique identifier.
Public method GetGanttItemIdentifierAtPosition(int, ref int, ref string) Obsolete. Returns unique identifier of the item being at the given position.
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetSelectedGanttItems(ref int, ref string) Obsolete. Returns list of selected items.
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method RefreshGanttDiagram() Refreshes and repaints the Gantt Diagram.
Public method RemoveChildFromGroup(string, string, ref int, ref string) Obsolete. Removes a child item (task or group) from a group.
Public method RemoveGanttItem(bool, string, ref string) Obsolete. Removes the Gantt item whose unique identifier is provided.
Public method RemoveGanttItem(string, ref string) Obsolete. Removes the Gantt item whose unique identifier is provided.
Public method RenumberAllGanttTasksAccordingToCurrentDisplayOrder() Assigns an integer value to all Gantt tasks to set their display order in WBS mode.
Public method SaveGanttDiagram()
Public method ToString Returns a string that represents the current object. (inherited from Object).
Public method WriteGanttAssignationToWBS(string, string, PropagationMode, bool, ref string) Obsolete. Assigns Gantt tasks to branches or leaves of the WBS.
Public method WriteItemToGanttDiagram(GanttItemInfo, string, ref int, ref string) Obsolete. Inserts or updates Gantt item to Gantt diagram.
Top
Classes
 
Name Description
Public class GanttItemInfo Obsolete. Represents a GanttItem which can be either a task or a group.
Public class TaskRelation Obsolete. Represents a Gantt task relation (dependency).
Top
Name Description
Public enumeration PropagationMode Obsolete. Defines how to propagate the Gantt task assignation.
Public enumeration RelationMode Obsolete.
Public enumeration RelationType Obsolete.
Public enumeration TaskDurationMode Obsolete.
Public enumeration TaskDurationType Obsolete.
Top
QDVUserAPI.QDVGantt

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition