![]() | InDesign SDK 20.5 |
#include <IDrwEvtHandler.h>

Public Member Functions | |
| HitTestEventData (IPMUnknown *c, GraphicsData *g, const PMRect &x, UIDRef *t, int32 f, bool16 *b, IVisitorHelper *h, IBaseVisitor *v) | |
Public Member Functions inherited from CDrawEventData | |
| CDrawEventData (IPMUnknown *c, int32 f) | |
Public Attributes | |
| GraphicsData * | hitTestEventGraphicsData |
| const PMRect & | hitTestEventTestRect |
| UIDRef * | hitTestEventItemHit |
| bool16 * | hitTestEventIsHit |
| IVisitorHelper * | pVisitable |
| IBaseVisitor * | theVisitor |
Public Attributes inherited from CDrawEventData | |
| IPMUnknown * | changedBy |
| int32 | flags |
Data class for Hit Test Events.
| inline |
constructor
| c | IN who is dispatching this event |
| g | IN current graphic data in place |
| x | IN the hit rectangle |
| t | INOUT the UIDRef of the thing that is hit |
| f | IN see IShape.h for the drawing flags |
| b | INOUT bool16 kTrue if the thing is hit, kFalse otherwise |
| h | IN pointer to IVisitorHelper |
| v | IN pointer to IBaseVisitor |
| GraphicsData* HitTestEventData::hitTestEventGraphicsData |
Current graphic data in place.
| bool16* HitTestEventData::hitTestEventIsHit |
Boolean kTrue if the thing is hit, kFalse otherwise.
| const PMRect& HitTestEventData::hitTestEventTestRect |
The hit rectangle.
| IVisitorHelper* HitTestEventData::pVisitable |
Pointer to IVisitorHelper.
| IBaseVisitor* HitTestEventData::theVisitor |
Pointer to IBaseVisitor.