#include <txtattr.h>
Inheritance diagram for AttrTxtBase:

Public Member Functions | |
| AttrTxtBase () | |
| AttrTxtBase (Node *ContextNode, AttachNodeDirection Direction, BOOL Locked=FALSE, BOOL Mangled=FALSE, BOOL Marked=FALSE, BOOL Selected=FALSE) | |
| virtual BOOL | IsKindOfTextAttribute () const |
| virtual BOOL | EffectsParentBounds () |
| Virtual function for determining if the node will effect it's parent bounds. eg. ArrowHeads. | |
| virtual void | BaseLineRelativeTransform (FIXED16 Scale, FIXED16 Aspect) |
Definition at line 802 of file txtattr.h.
|
|
Definition at line 196 of file txtattr.cpp.
|
|
||||||||||||||||||||||||||||
|
Definition at line 197 of file txtattr.cpp. 00203 : NodeAttribute(ContextNode, Direction, Locked, Mangled, Marked, Selected) 00204 { 00205 }
|
|
||||||||||||
|
Reimplemented in AttrTxtAspectRatio, AttrTxtFontSize, AttrTxtBaseLine, AttrTxtLeftMargin, AttrTxtRightMargin, AttrTxtFirstIndent, AttrTxtRuler, and AttrTxtLineSpace. Definition at line 819 of file txtattr.h.
|
|
|
Virtual function for determining if the node will effect it's parent bounds. eg. ArrowHeads.
Reimplemented from NodeAttribute. Definition at line 818 of file txtattr.h. 00818 { return TRUE; };
|
|
|
Reimplemented from Node. Definition at line 816 of file txtattr.h. 00816 { return TRUE; }
|
1.4.4