GME  13
Public Member Functions | Protected Member Functions | Protected Attributes
CDecoratorEventSink Class Reference

#include <DecoratorEventSink.h>

Inheritance diagram for CDecoratorEventSink:
Inheritance graph
[legend]
Collaboration diagram for CDecoratorEventSink:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void SetView (CGMEView *view)
void SetGuiObject (CGuiObject *guiObject)
 ~CDecoratorEventSink ()
STDMETHOD() Refresh (refresh_mode_enum refreshMode)
STDMETHOD() OperationCanceled (void)
STDMETHOD() CursorChanged (LONG newCursorID)
STDMETHOD() CursorRestored (void)
STDMETHOD() LabelEditingStarted (LONG left, LONG top, LONG right, LONG bottom)
STDMETHOD() LabelEditingFinished (LONG left, LONG top, LONG right, LONG bottom)
STDMETHOD() LabelChanged (BSTR newLabel)
STDMETHOD() LabelMovingStarted (LONG nFlags, LONG left, LONG top, LONG right, LONG bottom)
STDMETHOD() LabelMoving (LONG nFlags, LONG left, LONG top, LONG right, LONG bottom)
STDMETHOD() LabelMovingFinished (LONG nFlags, LONG left, LONG top, LONG right, LONG bottom)
STDMETHOD() LabelMoved (LONG nFlags, LONG x, LONG y)
STDMETHOD() LabelResizingStarted (LONG nFlags, LONG left, LONG top, LONG right, LONG bottom)
STDMETHOD() LabelResizing (LONG nFlags, LONG left, LONG top, LONG right, LONG bottom)
STDMETHOD() LabelResizingFinished (LONG nFlags, LONG left, LONG top, LONG right, LONG bottom)
STDMETHOD() LabelResized (LONG nFlags, LONG cx, LONG cy)
STDMETHOD() GeneralOperationStarted (ULONGLONG operationData)
STDMETHOD() GeneralOperationFinished (ULONGLONG *operationData)
STDMETHOD() WindowMovingStarted (LONG nFlags, LONG left, LONG top, LONG right, LONG bottom)
STDMETHOD() WindowMoving (LONG nFlags, LONG left, LONG top, LONG right, LONG bottom)
STDMETHOD() WindowMovingFinished (LONG nFlags, LONG left, LONG top, LONG right, LONG bottom)
STDMETHOD() WindowMoved (LONG nFlags, LONG x, LONG y)
STDMETHOD() WindowResizingStarted (LONG nFlags, LONG left, LONG top, LONG right, LONG bottom)
STDMETHOD() WindowResizing (LONG nFlags, LONG left, LONG top, LONG right, LONG bottom)
STDMETHOD() WindowResizingFinished (LONG nFlags, LONG left, LONG top, LONG right, LONG bottom)
STDMETHOD() WindowResized (LONG nFlags, LONG cx, LONG cy)

Protected Member Functions

 CDecoratorEventSink ()

Protected Attributes

CGMEViewm_view
CGuiObjectm_guiObject
void * m_operationData

Detailed Description

Definition at line 30 of file DecoratorEventSink.h.


Constructor & Destructor Documentation

Definition at line 29 of file DecoratorEventSink.cpp.

Definition at line 36 of file DecoratorEventSink.cpp.


Member Function Documentation

STDMETHODIMP CDecoratorEventSink::CursorChanged ( LONG  newCursorID)

Implements IMgaCommonDecoratorEvents.

Definition at line 61 of file DecoratorEventSink.cpp.

STDMETHODIMP CDecoratorEventSink::CursorRestored ( void  )

Implements IMgaCommonDecoratorEvents.

Definition at line 68 of file DecoratorEventSink.cpp.

STDMETHODIMP CDecoratorEventSink::GeneralOperationFinished ( ULONGLONG *  operationData)

Implements IMgaCommonDecoratorEvents.

Definition at line 195 of file DecoratorEventSink.cpp.

STDMETHODIMP CDecoratorEventSink::GeneralOperationStarted ( ULONGLONG  operationData)

Implements IMgaCommonDecoratorEvents.

Definition at line 181 of file DecoratorEventSink.cpp.

STDMETHODIMP CDecoratorEventSink::LabelChanged ( BSTR  newLabel)

Implements IMgaCommonDecoratorEvents.

Definition at line 97 of file DecoratorEventSink.cpp.

STDMETHODIMP CDecoratorEventSink::LabelEditingFinished ( LONG  left,
LONG  top,
LONG  right,
LONG  bottom 
)

Implements IMgaCommonDecoratorEvents.

Definition at line 85 of file DecoratorEventSink.cpp.

STDMETHODIMP CDecoratorEventSink::LabelEditingStarted ( LONG  left,
LONG  top,
LONG  right,
LONG  bottom 
)

Implements IMgaCommonDecoratorEvents.

Definition at line 75 of file DecoratorEventSink.cpp.

STDMETHODIMP CDecoratorEventSink::LabelMoved ( LONG  nFlags,
LONG  x,
LONG  y 
)

Implements IMgaCommonDecoratorEvents.

Definition at line 135 of file DecoratorEventSink.cpp.

STDMETHODIMP CDecoratorEventSink::LabelMoving ( LONG  nFlags,
LONG  left,
LONG  top,
LONG  right,
LONG  bottom 
)

Implements IMgaCommonDecoratorEvents.

Definition at line 117 of file DecoratorEventSink.cpp.

STDMETHODIMP CDecoratorEventSink::LabelMovingFinished ( LONG  nFlags,
LONG  left,
LONG  top,
LONG  right,
LONG  bottom 
)

Implements IMgaCommonDecoratorEvents.

Definition at line 126 of file DecoratorEventSink.cpp.

STDMETHODIMP CDecoratorEventSink::LabelMovingStarted ( LONG  nFlags,
LONG  left,
LONG  top,
LONG  right,
LONG  bottom 
)

Implements IMgaCommonDecoratorEvents.

Definition at line 107 of file DecoratorEventSink.cpp.

STDMETHODIMP CDecoratorEventSink::LabelResized ( LONG  nFlags,
LONG  cx,
LONG  cy 
)

Implements IMgaCommonDecoratorEvents.

Definition at line 172 of file DecoratorEventSink.cpp.

STDMETHODIMP CDecoratorEventSink::LabelResizing ( LONG  nFlags,
LONG  left,
LONG  top,
LONG  right,
LONG  bottom 
)

Implements IMgaCommonDecoratorEvents.

Definition at line 154 of file DecoratorEventSink.cpp.

STDMETHODIMP CDecoratorEventSink::LabelResizingFinished ( LONG  nFlags,
LONG  left,
LONG  top,
LONG  right,
LONG  bottom 
)

Implements IMgaCommonDecoratorEvents.

Definition at line 163 of file DecoratorEventSink.cpp.

STDMETHODIMP CDecoratorEventSink::LabelResizingStarted ( LONG  nFlags,
LONG  left,
LONG  top,
LONG  right,
LONG  bottom 
)

Implements IMgaCommonDecoratorEvents.

Definition at line 144 of file DecoratorEventSink.cpp.

STDMETHODIMP CDecoratorEventSink::OperationCanceled ( void  )

Implements IMgaCommonDecoratorEvents.

Definition at line 54 of file DecoratorEventSink.cpp.

STDMETHODIMP CDecoratorEventSink::Refresh ( refresh_mode_enum  refreshMode)

Implements IMgaCommonDecoratorEvents.

Definition at line 44 of file DecoratorEventSink.cpp.

Definition at line 24 of file DecoratorEventSink.cpp.

Definition at line 19 of file DecoratorEventSink.cpp.

STDMETHODIMP CDecoratorEventSink::WindowMoved ( LONG  nFlags,
LONG  x,
LONG  y 
)

Implements IMgaElementDecoratorEvents.

Definition at line 235 of file DecoratorEventSink.cpp.

STDMETHODIMP CDecoratorEventSink::WindowMoving ( LONG  nFlags,
LONG  left,
LONG  top,
LONG  right,
LONG  bottom 
)

Implements IMgaElementDecoratorEvents.

Definition at line 217 of file DecoratorEventSink.cpp.

STDMETHODIMP CDecoratorEventSink::WindowMovingFinished ( LONG  nFlags,
LONG  left,
LONG  top,
LONG  right,
LONG  bottom 
)

Implements IMgaElementDecoratorEvents.

Definition at line 226 of file DecoratorEventSink.cpp.

STDMETHODIMP CDecoratorEventSink::WindowMovingStarted ( LONG  nFlags,
LONG  left,
LONG  top,
LONG  right,
LONG  bottom 
)

Implements IMgaElementDecoratorEvents.

Definition at line 207 of file DecoratorEventSink.cpp.

STDMETHODIMP CDecoratorEventSink::WindowResized ( LONG  nFlags,
LONG  cx,
LONG  cy 
)

Implements IMgaElementDecoratorEvents.

Definition at line 272 of file DecoratorEventSink.cpp.

STDMETHODIMP CDecoratorEventSink::WindowResizing ( LONG  nFlags,
LONG  left,
LONG  top,
LONG  right,
LONG  bottom 
)

Implements IMgaElementDecoratorEvents.

Definition at line 254 of file DecoratorEventSink.cpp.

STDMETHODIMP CDecoratorEventSink::WindowResizingFinished ( LONG  nFlags,
LONG  left,
LONG  top,
LONG  right,
LONG  bottom 
)

Implements IMgaElementDecoratorEvents.

Definition at line 263 of file DecoratorEventSink.cpp.

STDMETHODIMP CDecoratorEventSink::WindowResizingStarted ( LONG  nFlags,
LONG  left,
LONG  top,
LONG  right,
LONG  bottom 
)

Implements IMgaElementDecoratorEvents.

Definition at line 244 of file DecoratorEventSink.cpp.


Member Data Documentation

Definition at line 66 of file DecoratorEventSink.h.

Definition at line 67 of file DecoratorEventSink.h.

Definition at line 65 of file DecoratorEventSink.h.


The documentation for this class was generated from the following files: