| 90 | } |
| 91 | |
| 92 | bool AppNode::isSequence() |
| 93 | { |
| 94 | // naming convention should work well enough... |
| 95 | // ...but can override this method if one wants more |
| 96 | return !dStrnicmp(getName(), "Sequence", 8); |
| 97 | } |
| 98 | |
| 99 | bool AppNode::isRoot() |
| 100 | { |
no test coverage detected