|
| ListBoxPerformanceTest (CEGUI::String const &windowType, CEGUI::String const &renderer) |
|
virtual void | clearItems () |
|
virtual void | addItems (size_t count) |
|
virtual void | addItems (size_t count, size_t at_position) |
|
virtual void | deleteFirstItems (size_t count) |
|
virtual void | deleteLastItems (size_t count) |
|
virtual void | sortItems () |
|
| BaseListPerformanceTest (CEGUI::String windowType, CEGUI::String renderer) |
|
virtual void | doTest () |
|
virtual void | addItemsWithRender (size_t count) |
| Adds the specified number of items, rendering after each addition.
|
|
| WindowPerformanceTest (CEGUI::String window_type, CEGUI::String renderer) |
|
virtual void | render () |
|
| PerformanceTest (CEGUI::String test_name) |
|
void | execute () |
|