BCGControlBar Pro for MFC
CBCGPPlannerClockIcons

Detailed Description

The CBCGPPlannerClockIcons class implements the base functionality that allows to draw clock items.

Clock icons indicate start and end times of appointments.

The default clock items are stored in the library resources. The image list contains clock icons that allow to display any time with interval 2.5 minutes.

If you need to customize the drawing of clock icons, you need to derive your own class from the CBCGPPlannerClockIcons class and pass a pointer to the runtime class information of the derived class to constructor of CBCGPPlannerManagerCtrl. Perhaps, you'll need to override some CBCGPPlannerClockIcons class's methods.

See also
CBCGPPlannerManagerCtrl

Inherits CObject.

Public Member Functions

 DrawIconCalled by the framework to draw a clock icon.
 
 GetIconSizeReturns icon size.
 

Protected Member Functions

 DrawIconCalled by the framework to draw a clock icon.
 
 InitializeInitializes the clock icons.