! @brief Get the ImageFile that was declared as the destination for the node when it was created. @copydetails Node::destImageFile() */
| 155 | @copydetails Node::destImageFile() |
| 156 | */ |
| 157 | ImageFile StringNode::destImageFile() const |
| 158 | { |
| 159 | return ImageFile( impl_->destImageFile() ); |
| 160 | } |
| 161 | |
| 162 | /*! |
| 163 | @brief Has node been attached into the tree of an ImageFile. |