CBCGPPlannerManagerCtrl::CBCGPPlannerManagerCtrl | ( | CRuntimeClass * | pStorageClass = NULL , |
CRuntimeClass * | pClockIconsClass = NULL |
||
) |
Constructs a Planner Control object.
CBCGPPlannerManagerCtrl::CBCGPPlannerManagerCtrl constructs the Planner Control object.
If pStorageClass is NULL, then the Planner Control automatically instantiates a CBCGPAppointmentStorage object and stores all appointments in memory.
If pClockIconsClass is NULL, then the Planner Control automatically instantiates a CBCGPPlannerClockIcons object and uses the library built-in algorithms and resources in order to display appointment clock icons.
pStorageClass | A pointer to runtime class information object of a custom storage class. Can be NULL. |
pClockIconsClass | A pointer to runtime class information object of a custom class that is responsible for drawing appointment clock icons. Can be NULL. |