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