Inherited by CollectSegs, IpeBitmapFinder, IpeGroupChecker, TextBoxVisitor, and XFormInvalidator.
Many operations on Ipe objects are implemented as visitors, all derived from IpeVisitor.
The default implementation of each VisitXXX member calls VisitObject. The default implementation of VisitObject doesn't do anything.
|
Pure virtual destructor.
|
|
Operator syntax: Visitor(IpeObject).
|
|
Operator syntax: Visitor(IpePgObject).
|
|
Called on an IpeGroup object.
|
|
Called on an IpePath object.
|
|
Called on an IpeMark object.
|
|
Called on an IpeText object.
|
|
Called on an IpeImage object.
|
|
Called on an IpeReference object.
|
|
Called on an IpeObject. This is called if the more specific function is not implemented by a derived class. |