![]() |
NDEVR
API Documentation
|
Allows for sorting models when supported. More...
Static Public Member Functions | |
| static void | AddSorter (ObjectSorter *sorter) |
| Registers a new object sorter with the manager. | |
| static void | RemoveSorter (UUID id) |
| Removes and unregisters the object sorter with the given ID. | |
| static Buffer< ObjectSorter * > & | Sorters () |
| Returns the list of all registered object sorters. | |
Allows for sorting models when supported.
This can be used to augment the order in which objects appear in the SceneTree or in DesignObjectTables.
Definition at line 38 of file ModelSorter.h.
|
static |
Registers a new object sorter with the manager.
| [in] | sorter | The object sorter to add. |
|
static |
Removes and unregisters the object sorter with the given ID.
| [in] | id | The UUID of the sorter to remove. |
|
inlinestatic |
Returns the list of all registered object sorters.
Definition at line 50 of file ModelSorter.h.