BCGSuite for MFC
CBCGPAppointmentDrawStruct

Detailed Description

The CBCGPAppointmentDrawStruct class is the base class for the hierarchy of classes used to display (render) or print an event (appointment).

Some methods of this class are using the BCGP_APPOINTMENT_DS_BORDER enumerator.

+ Inheritance diagram for CBCGPAppointmentDrawStruct:

Public Types

enum  BCGP_APPOINTMENT_DS_BORDER
 

Public Member Functions

 GetBorderReturns the border type.
 
 GetRectReturns the bounding rectangle of the area where the appointment should be displayed.
 
 IsVisibleReturns the visibility flag.
 
 ResetResets all parameters.
 
 SetBorderSets border type.
 
 SetRectSets the display area.
 
 SetVisibleSets the visibility flag.
 

Protected Attributes

 m_RectThe bounding rectangle of the display area.
 
 m_VisibleTells whether the area is visible or not.