| 83 | } |
| 84 | |
| 85 | bool AppNode::isBounds() |
| 86 | { |
| 87 | // naming convention should work well enough... |
| 88 | // ...but can override this method if one wants more |
| 89 | return !dStricmp(getName(), "bounds"); |
| 90 | } |
| 91 | |
| 92 | bool AppNode::isSequence() |
| 93 | { |
no test coverage detected