| 141 | } |
| 142 | |
| 143 | void NodeImpl::setAttachedRecursive() |
| 144 | { |
| 145 | // Non-terminal node types (Structure, Vector, CompressedVector) will override this virtual |
| 146 | // function, to mark their children, codecs, prototypes |
| 147 | isAttached_ = true; |
| 148 | } |
| 149 | |
| 150 | ustring NodeImpl::imageFileName() const |
| 151 | { |
no outgoing calls
no test coverage detected