#include <recur.h>


Public Member Functions | |
| a2dCanvasDocumentReference (double x=0, double y=0, a2dCanvasDocument *doc=0, double totalheight=100, const a2dFont &font=*a2dDEFAULT_CANVASFONT, int imagew=100, int imageh=100, a2dCanvasObject *symbol=0) | |
| void | SetDocumentReference (a2dCanvasDocument *doc) |
| a2dCanvasDocument * | GetDocumentReference () const |
Protected Member Functions | |
| void | DependencyPending (a2dWalkerIOHandler *handler) |
| called by to check if this object becomes pending as a result of other objects | |
Protected Attributes | |
| a2dSmrtPtr< a2dCanvasDocument > | m_doc |
Definition at line 360 of file recur.h.
| void a2dCanvasDocumentReference::DependencyPending | ( | a2dWalkerIOHandler * | handler | ) | [protected, virtual] |
called by to check if this object becomes pending as a result of other objects
You can Override DependencyPending() to set your object pending, when another object was set pending.
Reimplemented from a2dCanvasObject.