#include <inetop.h>
Inheritance diagram for AsynchBitmapImportParam:
Public Member Functions | |
AsynchBitmapImportParam () | |
~AsynchBitmapImportParam () | |
Public Attributes | |
Document * | pTargetDoc |
FillTypeEnum | FillType |
UINT32 | TagObjectToFill |
bool | TagObjectValid |
NodeRenderableInk * | pObject |
bool | pObjectValid |
Spread * | pSpread |
DocCoord | DropPos |
Definition at line 262 of file inetop.h.
|
Definition at line 2237 of file inetop.cpp. 02238 { 02239 pTargetDoc = 0; 02240 TagObjectToFill = 0; 02241 TagObjectValid = false; 02242 pObject = 0; 02243 pObjectValid = false; 02244 }
|
|
Definition at line 277 of file inetop.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|