![]() | InDesign SDK 20.5 |

Public Member Functions | |
| PageItemCollector (IPrnSelData *data, IDrawMgr *drawMgr) | |
| virtual void | ExecuteCallback (const PMMatrix *, IPMUnknown *thing, int32 flags) |
| virtual IDrawMgr * | GetCallbackDrawManager () |
Callback class used to in conjunction with IDrawMgr to
gather all contained page items from a list of selected top level page items. Instead of walking the document hierarchy and dealing wiht any special cases such as inlines we use the Draw Manager to iterate the exact children.
| inline |
Constructor
| data | IN The IPrnSelData interface we are populating. |
| drawMgr | IN The IDrawMgr that is calling back into this class. |
| virtual |
The actual callback method.
| xform | IN The current transform. |
| thing | IN The current object in the draw order. |
| flags | IN The draw flags. |
Implements ICallback.