Provide access to palette list (PaletteList) and palette (Palette) objects.
More...
#include <palettemanagerinterface.h>
Provide access to palette list (PaletteList) and palette (Palette) objects.
int PaletteObjectManager::getNumPaletteLists |
( |
| ) |
|
|
slot |
Return the number of loaded palette lists.
Palette* PaletteObjectManager::getPalette |
( |
String |
id | ) |
|
|
slot |
Returns a Palette object for the loaded palette with the specified palette ID.
- Parameters
-
id | ID of palette to retrieve |
PaletteList* PaletteObjectManager::getPaletteListByElementId |
( |
int |
id | ) |
|
|
slot |
Load the palette list specified by the element ID 'id' and return the corresponding PaletteList object.
If the palette list is already loaded then simply return a PaletteList object for it.
- Parameters
-
PaletteList* PaletteObjectManager::getPaletteListById |
( |
String |
id | ) |
|
|
slot |
Return a PaletteList object for the loaded palette list with the specified list ID.
- Parameters
-
id | ID of palette list to retrieve |
PaletteList* PaletteObjectManager::getPaletteListByIndex |
( |
int |
index | ) |
|
|
slot |
Returns a PaletteList object for the loaded palette list at position 'index'.
- Parameters
-
index | index of palette list to retrieve |
PaletteList* PaletteObjectManager::getScenePaletteList |
( |
| ) |
|
|
slot |
Load the scene palette list and return the corresponding PaletteList object.
If the palette list is already loaded then simply return a PaletteList object for it.
The documentation for this class was generated from the following file: