Functions |
|
virtual bool | CreateItem (int pviewX, int pviewY, Tab< INode * > *anchorNodes, Tab< INode * > *showNodes) |
A PView item may have its own creation
routine. |
|
FPInterfaceDesc * | GetDesc () |
bool CreateItem | ( | int | pviewX, |
int | pviewY, | ||
Tab< INode * > * | anchorNodes, | ||
Tab< INode * > * | showNodes | ||
) | [inline, virtual, inherited] |
A PView item may have its own creation routine.
If so, then the item is given an opportunity to create itself when the item is created in Pview. sourceNodes is a list of anchor nodes for PViews, showNodes is a list of all additional nodes that are added to PView to show.
{ return false; }
FPInterfaceDesc * GetDesc | ( | ) | [inline, virtual, inherited] |
Implements FPInterface.
{ return GetDescByID(PVIEWITEMCREATOR_INTERFACE); }