GME
13
|
import "Gme.idl";
Public Member Functions | |
HRESULT | Refresh ([in] refresh_mode_enum refreshMode) |
HRESULT | OperationCanceled () |
HRESULT | CursorChanged ([in] LONG newCursorID) |
HRESULT | CursorRestored () |
HRESULT | LabelEditingStarted ([in] LONG left,[in] LONG top,[in] LONG right,[in] LONG bottom) |
HRESULT | LabelEditingFinished ([in] LONG left,[in] LONG top,[in] LONG right,[in] LONG bottom) |
HRESULT | LabelChanged ([in] BSTR newLabel) |
HRESULT | LabelMovingStarted ([in] LONG nFlags,[in] LONG left,[in] LONG top,[in] LONG right,[in] LONG bottom) |
HRESULT | LabelMoving ([in] LONG nFlags,[in] LONG left,[in] LONG top,[in] LONG right,[in] LONG bottom) |
HRESULT | LabelMovingFinished ([in] LONG nFlags,[in] LONG left,[in] LONG top,[in] LONG right,[in] LONG bottom) |
HRESULT | LabelMoved ([in] LONG nFlags,[in] LONG x,[in] LONG y) |
HRESULT | LabelResizingStarted ([in] LONG nFlags,[in] LONG left,[in] LONG top,[in] LONG right,[in] LONG bottom) |
HRESULT | LabelResizing ([in] LONG nFlags,[in] LONG left,[in] LONG top,[in] LONG right,[in] LONG bottom) |
HRESULT | LabelResizingFinished ([in] LONG nFlags,[in] LONG left,[in] LONG top,[in] LONG right,[in] LONG bottom) |
HRESULT | LabelResized ([in] LONG nFlags,[in] LONG cx,[in] LONG cy) |
HRESULT | GeneralOperationStarted ([in] ULONGLONG operationData) |
HRESULT | GeneralOperationFinished ([out] ULONGLONG *operationData) |
HRESULT IMgaCommonDecoratorEvents::CursorChanged | ( | [in] LONG | newCursorID | ) |
Implemented in CDecoratorEventSink, and CAnnotatorEventSink.
HRESULT IMgaCommonDecoratorEvents::CursorRestored | ( | ) |
Implemented in CDecoratorEventSink, and CAnnotatorEventSink.
HRESULT IMgaCommonDecoratorEvents::GeneralOperationFinished | ( | [out] ULONGLONG * | operationData | ) |
Implemented in CDecoratorEventSink, and CAnnotatorEventSink.
HRESULT IMgaCommonDecoratorEvents::GeneralOperationStarted | ( | [in] ULONGLONG | operationData | ) |
Implemented in CDecoratorEventSink, and CAnnotatorEventSink.
HRESULT IMgaCommonDecoratorEvents::LabelChanged | ( | [in] BSTR | newLabel | ) |
Implemented in CDecoratorEventSink, and CAnnotatorEventSink.
HRESULT IMgaCommonDecoratorEvents::LabelEditingFinished | ( | [in] LONG | left, |
[in] LONG | top, | ||
[in] LONG | right, | ||
[in] LONG | bottom | ||
) |
Implemented in CDecoratorEventSink, and CAnnotatorEventSink.
HRESULT IMgaCommonDecoratorEvents::LabelEditingStarted | ( | [in] LONG | left, |
[in] LONG | top, | ||
[in] LONG | right, | ||
[in] LONG | bottom | ||
) |
Implemented in CDecoratorEventSink, and CAnnotatorEventSink.
HRESULT IMgaCommonDecoratorEvents::LabelMoved | ( | [in] LONG | nFlags, |
[in] LONG | x, | ||
[in] LONG | y | ||
) |
Implemented in CDecoratorEventSink, and CAnnotatorEventSink.
HRESULT IMgaCommonDecoratorEvents::LabelMoving | ( | [in] LONG | nFlags, |
[in] LONG | left, | ||
[in] LONG | top, | ||
[in] LONG | right, | ||
[in] LONG | bottom | ||
) |
Implemented in CDecoratorEventSink, and CAnnotatorEventSink.
HRESULT IMgaCommonDecoratorEvents::LabelMovingFinished | ( | [in] LONG | nFlags, |
[in] LONG | left, | ||
[in] LONG | top, | ||
[in] LONG | right, | ||
[in] LONG | bottom | ||
) |
Implemented in CDecoratorEventSink, and CAnnotatorEventSink.
HRESULT IMgaCommonDecoratorEvents::LabelMovingStarted | ( | [in] LONG | nFlags, |
[in] LONG | left, | ||
[in] LONG | top, | ||
[in] LONG | right, | ||
[in] LONG | bottom | ||
) |
Implemented in CDecoratorEventSink, and CAnnotatorEventSink.
HRESULT IMgaCommonDecoratorEvents::LabelResized | ( | [in] LONG | nFlags, |
[in] LONG | cx, | ||
[in] LONG | cy | ||
) |
Implemented in CDecoratorEventSink, and CAnnotatorEventSink.
HRESULT IMgaCommonDecoratorEvents::LabelResizing | ( | [in] LONG | nFlags, |
[in] LONG | left, | ||
[in] LONG | top, | ||
[in] LONG | right, | ||
[in] LONG | bottom | ||
) |
Implemented in CDecoratorEventSink, and CAnnotatorEventSink.
HRESULT IMgaCommonDecoratorEvents::LabelResizingFinished | ( | [in] LONG | nFlags, |
[in] LONG | left, | ||
[in] LONG | top, | ||
[in] LONG | right, | ||
[in] LONG | bottom | ||
) |
Implemented in CDecoratorEventSink, and CAnnotatorEventSink.
HRESULT IMgaCommonDecoratorEvents::LabelResizingStarted | ( | [in] LONG | nFlags, |
[in] LONG | left, | ||
[in] LONG | top, | ||
[in] LONG | right, | ||
[in] LONG | bottom | ||
) |
Implemented in CDecoratorEventSink, and CAnnotatorEventSink.
HRESULT IMgaCommonDecoratorEvents::OperationCanceled | ( | ) |
Implemented in CDecoratorEventSink, and CAnnotatorEventSink.
HRESULT IMgaCommonDecoratorEvents::Refresh | ( | [in] refresh_mode_enum | refreshMode | ) |
Implemented in CDecoratorEventSink, and CAnnotatorEventSink.