| 130 | return mbIsPrepared; |
| 131 | } |
| 132 | inline void TreeControl::Node::setPrepared(bool bIsPrepared) |
| 133 | { |
| 134 | mbIsPrepared = bIsPrepared; |
| 135 | } |
| 136 | inline bool TreeControl::Node::isExpanded() const |
| 137 | { |
| 138 | return mbIsExpanded; |
no outgoing calls
no test coverage detected