BCGP_APPOINTMENT_HITTEST enum name | CBCGPAppointment | |
BCGP_APPOINTMENT_HITTEST_BOTTOM enum value | CBCGPAppointment | |
BCGP_APPOINTMENT_HITTEST_INSIDE enum value | CBCGPAppointment | |
BCGP_APPOINTMENT_HITTEST_LEFT enum value | CBCGPAppointment | |
BCGP_APPOINTMENT_HITTEST_MOVE enum value | CBCGPAppointment | |
BCGP_APPOINTMENT_HITTEST_NOWHERE enum value | CBCGPAppointment | |
BCGP_APPOINTMENT_HITTEST_RIGHT enum value | CBCGPAppointment | |
BCGP_APPOINTMENT_HITTEST_TOP enum value | CBCGPAppointment | |
CanBeStored() const | CBCGPAppointment | inlinevirtual |
CBCGPAppointment(const COleDateTime &dtStart, const COleDateTime &dtFinish, const CString &strText, COLORREF clrBackground=CLR_DEFAULT, COLORREF clrForeground=CLR_DEFAULT, COLORREF clrDuration=CLR_DEFAULT) | CBCGPAppointment | |
CreateCopy() const | CBCGPAppointment | |
CreateEdit(CWnd *pWndOwner) | CBCGPAppointment | protectedvirtual |
DestroyEdit() | CBCGPAppointment | protectedvirtual |
GetBackgroundColor() const | CBCGPAppointment | inline |
GetDescription() const | CBCGPAppointment | inline |
GetDSDraw() const | CBCGPAppointment | inline |
GetDSPrint() const | CBCGPAppointment | inline |
GetDuration() const | CBCGPAppointment | |
GetDurationColor() const | CBCGPAppointment | inline |
GetFinish() const | CBCGPAppointment | inline |
GetForegroundColor() const | CBCGPAppointment | inline |
GetImageList() const | CBCGPAppointment | inline |
GetProperties(CBCGPAppointmentPropertyList &props) const | CBCGPAppointment | virtual |
GetRectDraw(const COleDateTime &date=COleDateTime()) const | CBCGPAppointment | |
GetRectEdit(const COleDateTime &date=COleDateTime()) const | CBCGPAppointment | |
GetRecurrence() const | CBCGPAppointment | inline |
GetRecurrenceDate() const | CBCGPAppointment | inline |
GetRecurrenceID() const | CBCGPAppointment | inline |
GetResourceID() const | CBCGPAppointment | inline |
GetStart() const | CBCGPAppointment | inline |
GetToolTipText() const | CBCGPAppointment | virtual |
HasImage(int nImageIndex) const | CBCGPAppointment | inline |
HitTest(const CPoint &point) const | CBCGPAppointment | virtual |
IsAllDay() const | CBCGPAppointment | inline |
IsEditExists() const | CBCGPAppointment | inline |
IsMultiDay(BOOL bLessThan24=FALSE) const | CBCGPAppointment | |
IsRecurrence() const | CBCGPAppointment | inline |
IsRecurrenceClone() const | CBCGPAppointment | inline |
IsRecurrenceException() const | CBCGPAppointment | inline |
IsSelected() const | CBCGPAppointment | inline |
OnDraw(CDC *pDC, CBCGPPlannerView *pView) | CBCGPAppointment | protectedvirtual |
OnDraw(CDC *pDC, CBCGPPlannerView *pView, const COleDateTime &date) | CBCGPAppointment | protectedvirtual |
OnEdit(CWnd *pWndOwner) | CBCGPAppointment | protectedvirtual |
OnEndEdit(BOOL bCancel) | CBCGPAppointment | virtual |
OnPrint(CDC *pDC, COLORREF clrPen=RGB(0, 0, 0), COLORREF clrText=RGB(0, 0, 0), const CSize &szOnePoint=CSize(1, 1), int nTimeDeltaInMinuts=0) | CBCGPAppointment | protectedvirtual |
RemoveRecurrence() | CBCGPAppointment | |
Serialize(CArchive &ar) | CBCGPAppointment | protectedvirtual |
SetAllDay(BOOL bAllDay) | CBCGPAppointment | |
SetBackgroundColor(COLORREF clr) | CBCGPAppointment | |
SetDescription(const CString &strText) | CBCGPAppointment | |
SetDurationColor(COLORREF clr) | CBCGPAppointment | |
SetForegroundColor(COLORREF clr) | CBCGPAppointment | |
SetInterval(const COleDateTime &dtStart, const COleDateTime &dtFinish) | CBCGPAppointment | |
SetProperties(const CBCGPAppointmentPropertyList &props) | CBCGPAppointment | virtual |
SetRecurrenceID(DWORD ID) | CBCGPAppointment | |
SetRecurrenceRule(const CBCGPRecurrenceBaseRule *pRule) | CBCGPAppointment | |
SetResourceID(UINT nResourceID) | CBCGPAppointment | inline |
SetSelected(BOOL selected) | CBCGPAppointment | |
UpdateRecurrence() | CBCGPAppointment | |