#include <node.hxx>
Inherits SmStructureNode.
Inheritance diagram for SmBracebodyNode:
Public Member Functions | |
SmBracebodyNode (const SmToken &rNodeToken) | |
virtual void | Arrange (const OutputDevice &rDev, const SmFormat &rFormat) |
long | GetBodyHeight () const |
Private Attributes | |
long | nBodyHeight |
Definition at line 681 of file node.hxx.
SmBracebodyNode::SmBracebodyNode | ( | const SmToken & | rNodeToken | ) | [inline] |
void SmBracebodyNode::Arrange | ( | const OutputDevice & | rDev, | |
const SmFormat & | rFormat | |||
) | [virtual] |
Reimplemented from SmNode.
Definition at line 1720 of file node.cxx.
References SmNode::AdaptToY(), SmRect::AlignTo(), SmNode::Arrange(), DIS_BRACKETSIZE, DIS_BRACKETSPACE, DIS_NORMALBRACKETSIZE, SmRect::ExtendBy(), SmFormat::GetDistance(), SmNode::GetFont(), SmRect::GetHeight(), SmStructureNode::GetNumSubNodes(), SmNode::GetScaleMode(), SmStructureNode::GetSubNode(), SmFormat::IsScaleNormalBrackets(), SmNode::MoveTo(), nBodyHeight, SmRect::operator=(), RCP_THIS, RCP_XOR, RHA_CENTER, RP_RIGHT, RVA_BASELINE, RVA_CENTERY, and SCALE_HEIGHT.
long SmBracebodyNode::GetBodyHeight | ( | ) | const [inline] |
long SmBracebodyNode::nBodyHeight [private] |
Definition at line 683 of file node.hxx.
Referenced by Arrange(), GetBodyHeight(), and SmBracebodyNode().