![]() |
Rigs of Rods 2023.09
Soft-body Physics Simulation
|
#include <BBDocument.h>
Inheritance diagram for bbcpp::BBText:Public Member Functions | |
| BBText (const std::string &value) | |
| virtual | ~BBText ()=default |
| virtual const std::string | getText () const |
| void | append (const std::string &text) |
Public Member Functions inherited from bbcpp::BBNode | |
| BBNode (NodeType nodeType, const std::string &name) | |
| virtual | ~BBNode ()=default |
| const std::string & | getNodeName () const |
| NodeType | getNodeType () const |
| BBNodePtr | getParent () const |
| const BBNodeList & | getChildren () const |
| virtual void | appendChild (BBNodePtr node) |
| template<typename NewTypePtrT > | |
| NewTypePtrT | downCast (bool bThrowOnFail=true) |
| template<typename NewTypePtrT > | |
| NewTypePtrT | downCast (bool bThrowOnFail=true) const |
Additional Inherited Members | |
Public Types inherited from bbcpp::BBNode | |
| enum class | NodeType { DOCUMENT , ELEMENT , TEXT , ATTRIBUTE } |
Protected Attributes inherited from bbcpp::BBNode | |
| std::string | _name |
| NodeType | _nodeType |
| BBNodeWeakPtr | _parent |
| BBNodeList | _children |
Definition at line 162 of file BBDocument.h.
|
inline |
Definition at line 165 of file BBDocument.h.
|
virtualdefault |
|
inline |
Definition at line 175 of file BBDocument.h.
|
inlinevirtual |
Definition at line 173 of file BBDocument.h.