VCOM:VectorWorks:Extension:IProviderCursorHandles

From Vectorworks Developer
Revision as of 19:42, 25 September 2014 by Unknown user
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

namespace VectorWorks::Extension

..put some descriptoin in here...

Interface

...put the class definition, including the UUID, here...

Members

GetHandleType
GetHandleCueText
GetHandleCursorSpec
GetHandleImageSpec
GetHandleIsVisible
OnCursorAction_MouseDown
OnCursorAction_Complete
OnCursorAction_MouseMove
OnCursorAction_Draw
OnCursorAction_Cancel

Remarks

There is predefined type for smart VCOM pointer VCOMPtr to IProviderCursorHandles interface:

typedef VCOMPtr<IProviderCursorHandles>  IProviderCursorHandlesPtr;

Version

Available from: Vectorworks 2015

See Also

VCOM:VCOMPtr

[[VCOM:VCOMPtr]]