Functions

IPViewItemCreator.h

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 ()

Function Documentation

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]
Remarks:
Returns a pointer to the class which contains the interface metadata.

Implements FPInterface.

{ return GetDescByID(PVIEWITEMCREATOR_INTERFACE); }