GME
13
|
import "Gme.idl";
Public Member Functions | |
HRESULT | Initialize ([in] IMgaProject *p,[in] IMgaMetaPart *meta,[in] IMgaFCO *obj) |
HRESULT | Destroy () |
HRESULT | GetMnemonic ([out] BSTR *mnemonic) |
HRESULT | GetFeatures ([out] feature_code *features) |
HRESULT | SetParam ([in] BSTR Name,[in] VARIANT value) |
HRESULT | GetParam ([in] BSTR Name,[out] VARIANT *value) |
HRESULT | SetActive ([in] VARIANT_BOOL isActive) |
HRESULT | GetPreferredSize ([out] long *sizex,[out] long *sizey) |
HRESULT | SetLocation ([in] long sx,[in] long sy,[in] long ex,[in] long ey) |
HRESULT | GetLocation ([out] long *sx,[out] long *sy,[out] long *ex,[out] long *ey) |
HRESULT | GetLabelLocation ([out] long *sx,[out] long *sy,[out] long *ex,[out] long *ey) |
HRESULT | GetPortLocation ([in] IMgaFCO *fco,[out] long *sx,[out] long *sy,[out] long *ex,[out] long *ey) |
HRESULT | GetPorts ([out, retval] IMgaFCOs **portFCOs) |
HRESULT | Draw ([in] ULONG hdc) |
HRESULT | SaveState () |
HRESULT IMgaDecorator::Destroy | ( | ) |
Implemented in CAnnotatorDecoratorImpl, and CBoxDecoratorImpl.
HRESULT IMgaDecorator::Draw | ( | [in] ULONG | hdc | ) |
Implemented in CAnnotatorDecoratorImpl, and CBoxDecoratorImpl.
HRESULT IMgaDecorator::GetFeatures | ( | [out] feature_code * | features | ) |
Implemented in CAnnotatorDecoratorImpl, and CBoxDecoratorImpl.
HRESULT IMgaDecorator::GetLabelLocation | ( | [out] long * | sx, |
[out] long * | sy, | ||
[out] long * | ex, | ||
[out] long * | ey | ||
) |
HRESULT IMgaDecorator::GetLocation | ( | [out] long * | sx, |
[out] long * | sy, | ||
[out] long * | ex, | ||
[out] long * | ey | ||
) |
HRESULT IMgaDecorator::GetMnemonic | ( | [out] BSTR * | mnemonic | ) |
Implemented in CAnnotatorDecoratorImpl, and CBoxDecoratorImpl.
HRESULT IMgaDecorator::GetParam | ( | [in] BSTR | Name, |
[out] VARIANT * | value | ||
) |
Implemented in CAnnotatorDecoratorImpl, and CBoxDecoratorImpl.
HRESULT IMgaDecorator::GetPortLocation | ( | [in] IMgaFCO * | fco, |
[out] long * | sx, | ||
[out] long * | sy, | ||
[out] long * | ex, | ||
[out] long * | ey | ||
) |
HRESULT IMgaDecorator::GetPorts | ( | [out, retval] IMgaFCOs ** | portFCOs | ) |
Implemented in CAnnotatorDecoratorImpl, and CBoxDecoratorImpl.
HRESULT IMgaDecorator::GetPreferredSize | ( | [out] long * | sizex, |
[out] long * | sizey | ||
) |
HRESULT IMgaDecorator::Initialize | ( | [in] IMgaProject * | p, |
[in] IMgaMetaPart * | meta, | ||
[in] IMgaFCO * | obj | ||
) |
Implemented in CAnnotatorDecoratorImpl, and CBoxDecoratorImpl.
HRESULT IMgaDecorator::SaveState | ( | ) |
Implemented in CAnnotatorDecoratorImpl, and CBoxDecoratorImpl.
HRESULT IMgaDecorator::SetActive | ( | [in] VARIANT_BOOL | isActive | ) |
Implemented in CAnnotatorDecoratorImpl, and CBoxDecoratorImpl.
HRESULT IMgaDecorator::SetLocation | ( | [in] long | sx, |
[in] long | sy, | ||
[in] long | ex, | ||
[in] long | ey | ||
) |
HRESULT IMgaDecorator::SetParam | ( | [in] BSTR | Name, |
[in] VARIANT | value | ||
) |
Implemented in CAnnotatorDecoratorImpl, and CBoxDecoratorImpl.