![]() | InDesign SDK 20.5 |
#include <SdkObjModel.h>
Public Member Functions | |
| IPathGeometry | IID_IPATHGEOMETRY |
| IPMUnknown | IID_ITRACKER |
| ISprite | IID_ISPRITE |
| IPMUnknown | IID_IEVENTHANDLER |
Provides the sine wave tool's tracker.
| IPMUnknown kSineWaveTrackerBoss::IID_IEVENTHANDLER |
Forwards events into the tracker, implementation provided by the API.
Implementation: kCTrackerEventHandlerImpl.
| IPathGeometry kSineWaveTrackerBoss::IID_IPATHGEOMETRY |
Describes the geometry of the path that will be created on mouse up as
the mouse is dragged, implementation provided by the API.
Implementation: kPathGeometryImpl.
| ISprite kSineWaveTrackerBoss::IID_ISPRITE |
Draws the shape of the path that will be created on mouse up as
the mouse is dragged, implementation provided by the API.
Implementation: kNoHandleSpriteImpl.
| IPMUnknown kSineWaveTrackerBoss::IID_ITRACKER |
See SineWaveTracker.
Implementation: kSineWaveTrackerImpl.