#include <decorator_node.h>

Public Member Functions | |
| void | AddChild (TreeNode *child) |
| DecoratorNode (std::string name) | |
| int | DrawType () |
| BT::ReturnStatus | Tick () |
| ~DecoratorNode () | |
Definition at line 21 of file decorator_node.h.
| BT::DecoratorNode::DecoratorNode | ( | std::string | name | ) | [explicit] |
Definition at line 16 of file decorator_node.cpp.
Definition at line 18 of file decorator_node.cpp.
| void BT::DecoratorNode::AddChild | ( | TreeNode * | child | ) |
Reimplemented from BT::ControlNode.
Definition at line 20 of file decorator_node.cpp.
| int BT::DecoratorNode::DrawType | ( | ) | [virtual] |
Implements BT::TreeNode.
Definition at line 82 of file decorator_node.cpp.
| BT::ReturnStatus BT::DecoratorNode::Tick | ( | ) | [virtual] |
Implements BT::TreeNode.
Reimplemented in BT::NegationNode.
Definition at line 34 of file decorator_node.cpp.