#include <attrbev.h>
Inheritance diagram for AttrBevel:
Public Member Functions | |
AttrBevel () | |
Bevel attribute constructor. | |
AttrBevel (Node *ContextNode, AttachNodeDirection Direction, BOOL Locked=FALSE, BOOL Mangled=FALSE, BOOL Marked=FALSE, BOOL Selected=FALSE) | |
Bevel attribute constructor. |
Definition at line 156 of file attrbev.h.
|
Bevel attribute constructor.
Definition at line 200 of file attrbev.cpp.
|
|
Bevel attribute constructor.
Definition at line 175 of file attrbev.cpp. 00181 : NodeAttribute(ContextNode, Direction, Locked, Mangled, Marked, Selected) 00182 { 00183 00184 }
|