| 134 | mbIsPrepared = bIsPrepared; |
| 135 | } |
| 136 | inline bool TreeControl::Node::isExpanded() const |
| 137 | { |
| 138 | return mbIsExpanded; |
| 139 | } |
| 140 | inline const UString& TreeControl::Node::getImage() const |
| 141 | { |
| 142 | return mstrImage; |
no outgoing calls
no test coverage detected