CODAnchorSymbol Class
class CODAnchorSymbol: public CODSymbolComponent
The anchor symbol is used to provide a hyperlink to other objects.An anchor symbol is just a symbol that responds to a double-click by opening or jumping to another object. The virtual method Open defines how the symbol behaves when a jump occurs.
Defined in: OdAnchorSymbol.h
See Also
Class Members
Constructor.
CODAnchorSymbol(const CODAnchorSymbol& src)
Copy constructor.
virtual ~CODAnchorSymbol()
Destructor.
CODAnchorSymbol& operator=(const CODAnchorSymbol& src)
Assignment operator.
virtual CODComponent* Dup() const
Create a duplicate copy of this object.
virtual BOOL OnDoubleClick()
Called by the framework when the component is double-clicked.
virtual BOOL Open()
Opens the object linked to this anchor.
virtual void Serialize(CArchive& ar)
Serialize the component.