BCGControlBar Pro for MFC
CBCGPGanttConnection

Detailed Description

The CBCGPGanttConnection structure represents a connection between two Gantt items (tasks). There are 4 types of connections:

  • BCGPGANTTLINK_START_TO_START
  • BCGPGANTTLINK_START_TO_FINISH
  • BCGPGANTTLINK_FINISH_TO_START
  • BCGPGANTTLINK_FINISH_TO_FINISH

A graph of connections is stored in the Gantt storage along with Gantt items.

Use CBCGPGanttChart::AddConnection to add a connection between two items to the storage.

See also
CBCGPGanttChart, CBCGPGanttItemStorageBase

Public Attributes

 m_LinkTypeSpecifies the connection type.
 
 m_pDestItemA pointer to a destination item.
 
 m_pSourceItemA pointer to a source item.