| 196 | virtual void popObject(); |
| 197 | |
| 198 | void bringObjectToFront(SimObject* obj) { reOrder(obj, front()); } |
| 199 | void pushObjectToBack(SimObject* obj) { reOrder(obj, NULL); } |
| 200 | |
| 201 | /// Performs a sort of the objects in the set using a script |
no outgoing calls
no test coverage detected