GME
13
|
#include <AnnotatorRectanglePart.h>
Public Member Functions | |
AnnotatorRectanglePart (PartBase *pPart, CComPtr< IMgaCommonDecoratorEvents > &eventSink) | |
virtual | ~AnnotatorRectanglePart () |
virtual void | SetParam (const CString &strName, VARIANT vValue) |
virtual bool | GetParam (const CString &strName, VARIANT *pvValue) |
virtual void | Draw (CDC *pDC, Gdiplus::Graphics *gdip) |
virtual void | InitializeEx (CComPtr< IMgaProject > &pProject, CComPtr< IMgaMetaPart > &pPart, CComPtr< IMgaFCO > &pFCO, HWND parentWnd, DecoratorSDK::PreferenceMap &preferences) |
Protected Member Functions | |
void | ReadPreferences (void) |
Protected Attributes | |
CComPtr< IMgaRegNode > | m_regRoot |
COLORREF | m_crBgColor |
COLORREF | m_crShadow |
COLORREF | m_crGradient |
bool | m_bGradientFill |
long | m_iGradientDirection |
bool | m_bCastShadow |
long | m_iShadowDepth |
long | m_iShadowDirection |
bool | m_bRoundCornerRect |
long | m_iRoundCornerRadius |
Definition at line 24 of file AnnotatorRectanglePart.h.
AnnotatorDecor::AnnotatorRectanglePart::AnnotatorRectanglePart | ( | PartBase * | pPart, |
CComPtr< IMgaCommonDecoratorEvents > & | eventSink | ||
) |
Definition at line 22 of file AnnotatorRectanglePart.cpp.
Definition at line 35 of file AnnotatorRectanglePart.cpp.
void AnnotatorDecor::AnnotatorRectanglePart::Draw | ( | CDC * | pDC, |
Gdiplus::Graphics * | gdip | ||
) | [virtual] |
Definition at line 71 of file AnnotatorRectanglePart.cpp.
bool AnnotatorDecor::AnnotatorRectanglePart::GetParam | ( | const CString & | strName, |
VARIANT * | pvValue | ||
) | [virtual] |
Definition at line 59 of file AnnotatorRectanglePart.cpp.
void AnnotatorDecor::AnnotatorRectanglePart::InitializeEx | ( | CComPtr< IMgaProject > & | pProject, |
CComPtr< IMgaMetaPart > & | pPart, | ||
CComPtr< IMgaFCO > & | pFCO, | ||
HWND | parentWnd, | ||
DecoratorSDK::PreferenceMap & | preferences | ||
) | [virtual] |
Definition at line 76 of file AnnotatorRectanglePart.cpp.
void AnnotatorDecor::AnnotatorRectanglePart::ReadPreferences | ( | void | ) | [protected] |
Definition at line 121 of file AnnotatorRectanglePart.cpp.
void AnnotatorDecor::AnnotatorRectanglePart::SetParam | ( | const CString & | strName, |
VARIANT | vValue | ||
) | [virtual] |
Definition at line 39 of file AnnotatorRectanglePart.cpp.
bool AnnotatorDecor::AnnotatorRectanglePart::m_bCastShadow [protected] |
Definition at line 33 of file AnnotatorRectanglePart.h.
bool AnnotatorDecor::AnnotatorRectanglePart::m_bGradientFill [protected] |
Definition at line 31 of file AnnotatorRectanglePart.h.
bool AnnotatorDecor::AnnotatorRectanglePart::m_bRoundCornerRect [protected] |
Definition at line 36 of file AnnotatorRectanglePart.h.
COLORREF AnnotatorDecor::AnnotatorRectanglePart::m_crBgColor [protected] |
Definition at line 28 of file AnnotatorRectanglePart.h.
COLORREF AnnotatorDecor::AnnotatorRectanglePart::m_crGradient [protected] |
Definition at line 30 of file AnnotatorRectanglePart.h.
COLORREF AnnotatorDecor::AnnotatorRectanglePart::m_crShadow [protected] |
Definition at line 29 of file AnnotatorRectanglePart.h.
long AnnotatorDecor::AnnotatorRectanglePart::m_iGradientDirection [protected] |
Definition at line 32 of file AnnotatorRectanglePart.h.
long AnnotatorDecor::AnnotatorRectanglePart::m_iRoundCornerRadius [protected] |
Definition at line 37 of file AnnotatorRectanglePart.h.
long AnnotatorDecor::AnnotatorRectanglePart::m_iShadowDepth [protected] |
Definition at line 34 of file AnnotatorRectanglePart.h.
long AnnotatorDecor::AnnotatorRectanglePart::m_iShadowDirection [protected] |
Definition at line 35 of file AnnotatorRectanglePart.h.
CComPtr<IMgaRegNode> AnnotatorDecor::AnnotatorRectanglePart::m_regRoot [protected] |
Definition at line 27 of file AnnotatorRectanglePart.h.