GME
13
|
#include <AnnotatorCompositePart.h>
Public Member Functions | |
AnnotatorCompositePart (DecoratorSDK::PartBase *pPart, CComPtr< IMgaCommonDecoratorEvents > &eventSink) | |
virtual | ~AnnotatorCompositePart () |
virtual void | SetParam (const CString &strName, VARIANT vValue) |
virtual CSize | GetPreferredSize (void) const |
virtual CRect | GetPortLocation (CComPtr< IMgaFCO > &fco) const |
virtual CRect | GetLabelLocation (void) const |
virtual void | InitializeEx (CComPtr< IMgaProject > &pProject, CComPtr< IMgaMetaPart > &pPart, CComPtr< IMgaFCO > &pFCO, HWND parentWnd, DecoratorSDK::PreferenceMap &preferences) |
virtual void | InitializeEx (CComPtr< IMgaProject > &pProject, CComPtr< IMgaMetaPart > &pPart, CComPtr< IMgaFCO > &pFCO, HWND parentWnd) |
Protected Attributes | |
CString | m_strName |
VARIANT | m_vValue |
Definition at line 24 of file AnnotatorCompositePart.h.
AnnotatorDecor::AnnotatorCompositePart::AnnotatorCompositePart | ( | DecoratorSDK::PartBase * | pPart, |
CComPtr< IMgaCommonDecoratorEvents > & | eventSink | ||
) |
Definition at line 24 of file AnnotatorCompositePart.cpp.
Definition at line 29 of file AnnotatorCompositePart.cpp.
CRect AnnotatorDecor::AnnotatorCompositePart::GetLabelLocation | ( | void | ) | const [virtual] |
Definition at line 65 of file AnnotatorCompositePart.cpp.
CRect AnnotatorDecor::AnnotatorCompositePart::GetPortLocation | ( | CComPtr< IMgaFCO > & | fco | ) | const [virtual] |
Definition at line 60 of file AnnotatorCompositePart.cpp.
CSize AnnotatorDecor::AnnotatorCompositePart::GetPreferredSize | ( | void | ) | const [virtual] |
Definition at line 39 of file AnnotatorCompositePart.cpp.
void AnnotatorDecor::AnnotatorCompositePart::InitializeEx | ( | CComPtr< IMgaProject > & | pProject, |
CComPtr< IMgaMetaPart > & | pPart, | ||
CComPtr< IMgaFCO > & | pFCO, | ||
HWND | parentWnd, | ||
DecoratorSDK::PreferenceMap & | preferences | ||
) | [virtual] |
Definition at line 87 of file AnnotatorCompositePart.cpp.
void AnnotatorDecor::AnnotatorCompositePart::InitializeEx | ( | CComPtr< IMgaProject > & | pProject, |
CComPtr< IMgaMetaPart > & | pPart, | ||
CComPtr< IMgaFCO > & | pFCO, | ||
HWND | parentWnd | ||
) | [virtual] |
Definition at line 109 of file AnnotatorCompositePart.cpp.
void AnnotatorDecor::AnnotatorCompositePart::SetParam | ( | const CString & | strName, |
VARIANT | vValue | ||
) | [virtual] |
Definition at line 33 of file AnnotatorCompositePart.cpp.
CString AnnotatorDecor::AnnotatorCompositePart::m_strName [protected] |
Definition at line 27 of file AnnotatorCompositePart.h.
VARIANT AnnotatorDecor::AnnotatorCompositePart::m_vValue [protected] |
Definition at line 28 of file AnnotatorCompositePart.h.