Class TWWWAnchorNode_1
Unit
X3DNodes
Declaration
type TWWWAnchorNode_1 = class(TAbstractSeparatorNode_1)
Description
No description available, ancestor TAbstractSeparatorNode_1 description follows
Base class for VRML 1.0 nodes that push / pop all attributes and matrices. It is used in implementation of VRML 1.0 Separator and WWWAnchor. Also WWWInline does the same work, when it's "separate" field is true.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
Create node fields and events.
|
 |
class function ClassX3DType: String; override; |
|
 |
class function ForVRMLVersion(const Version: TX3DVersion): Boolean; override; |
|
Properties
 |
property FdName: TSFString read FFdName; |
Internal wrapper for property NameField . This wrapper API may change, we advise to access simpler NameField instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property NameField: String read GetNameField write SetNameField; |
|
 |
property FdDescription: TSFString read FFdDescription; |
Internal wrapper for property Description . This wrapper API may change, we advise to access simpler Description instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property Description: String read GetDescription write SetDescription; |
|
 |
property FdMap: TSFEnum read FFdMap; |
Internal wrapper for property Map . This wrapper API may change, we advise to access simpler Map instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
Generated by PasDoc 0.16.0.