| 123 | } |
| 124 | |
| 125 | void ThemeComponent::deleteComponents() |
| 126 | { |
| 127 | for(unsigned int i = 0; i < getChildCount(); i++) |
| 128 | { |
| 129 | delete getChild(i); |
| 130 | } |
| 131 | |
| 132 | clearChildren(); |
| 133 | |
| 134 | setDefaults(); |
| 135 | } |
| 136 | |
| 137 | |
| 138 | void ThemeComponent::readXML(std::string path, bool detailed) |
nothing calls this directly
no outgoing calls
no test coverage detected