AttrBevel Class Reference

Base class for bevel attributes. More...

#include <attrbev.h>

Inheritance diagram for AttrBevel:

NodeAttribute NodeRenderable Node CCObject SimpleCCObject AttrBevelContrast AttrBevelIndent AttrBevelLightAngle AttrBevelLightTilt AttrBevelType List of all members.

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.

Detailed Description

Base class for bevel attributes.

Author:
David_McClarnon (Xara Group Ltd) <camelotdev@xara.com>
Date:
18/11/98
See also:
Nodes: Does nothing really but allow IsKindOf to pick up on bevel attributes

Definition at line 156 of file attrbev.h.


Constructor & Destructor Documentation

AttrBevel::AttrBevel  ) 
 

Bevel attribute constructor.

Author:
David_McClarnon (Xara Group Ltd) <camelotdev@xara.com>
Date:
21/11/99
Parameters:
- [INPUTS]
- [OUTPUTS]
Returns:
-

Errors: -

See also:
-

Definition at line 200 of file attrbev.cpp.

00201 {
00202 }

AttrBevel::AttrBevel Node ContextNode,
AttachNodeDirection  Direction,
BOOL  Locked = FALSE,
BOOL  Mangled = FALSE,
BOOL  Marked = FALSE,
BOOL  Selected = FALSE
 

Bevel attribute constructor.

Author:
David_McClarnon (Xara Group Ltd) <camelotdev@xara.com>
Date:
21/11/99
Parameters:
- [INPUTS]
- [OUTPUTS]
Returns:
-

Errors: -

See also:
-

Definition at line 175 of file attrbev.cpp.

00181              : NodeAttribute(ContextNode, Direction, Locked, Mangled, Marked, Selected)  
00182 {
00183     
00184 }


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 03:50:04 2007 for Camelot by  doxygen 1.4.4