Script
Public Slots | List of all members
PaletteManager Class Reference

query information from the Colour view More...

#include <colorUI.h>

Inheritance diagram for PaletteManager:
Inheritance graph
[legend]
Collaboration diagram for PaletteManager:
Collaboration graph
[legend]

Public Slots

String getCurrentColorId ()
 Gets the current color Id from the ColourView.
 
String getCurrentColorName ()
 Gets the current color name from the ColourView.
 
String getCurrentPaletteId ()
 Gets the current palette id from the ColourView.
 
String getCurrentPaletteName ()
 Gets the current palette name from the ColourView.
 
String getCurrentPalettePath ()
 Gets the current palette path (including palette name) from the ColourView.
 
void setCurrentPaletteById (String palette)
 Sets the current palette in the ColourView.
 
void setCurrentColorById (String color)
 Sets the current color in the ColourView.
 
void setCurrentPaletteAndColorById (String palette, String color)
 Sets the current palette and colour in the ColourView.
 
int getCurrentPaletteSize ()
 gets the length of the current palette in the ColourView
 
String getColorName (int index)
 Gets the name of the the colour in the currently selected palette.
 
String getColorId (int index)
 Gets the id of the the colour in the currently selected palette.
 
int getNumPalettes ()
 Gets number of palettes in the current selected palette list in ColourView list.
 
int getNumPalettes (bool scenePaletteList)
 Gets number of palettes in palette list in ColourView.
 
String getPaletteName (int index)
 Gets the name of the palette in the current palette list.
 
String getPaletteName (int index, bool scenePaletteList)
 Gets the name of the palette in the current palette list.
 
String getPalettePath (int index)
 Gets the path (including name) of the palette in the current palette list.
 
String getPalettePath (int index, bool scenePaletteList)
 Gets the path (including name) of the palette in the current palette list.
 
String getPaletteId (int index)
 Gets the id of the palette in the current palette list.
 
String getPaletteId (int index, bool scenePaletteList)
 Gets the id of the palette in the current palette list.
 

Detailed Description

query information from the Colour view

An example of how to use the palette override attributes of the colour override module, using the PaletteManager:

Available attributes for getTextAttr:

Member Function Documentation

String PaletteManager::getColorId ( int  index)
slot

Gets the id of the the colour in the currently selected palette.

Parameters
index- index of colour in palette
String PaletteManager::getColorName ( int  index)
slot

Gets the name of the the colour in the currently selected palette.

Parameters
index- index of colour in palette
String PaletteManager::getCurrentColorId ( )
slot

Gets the current color Id from the ColourView.

String PaletteManager::getCurrentColorName ( )
slot

Gets the current color name from the ColourView.

String PaletteManager::getCurrentPaletteId ( )
slot

Gets the current palette id from the ColourView.

String PaletteManager::getCurrentPaletteName ( )
slot

Gets the current palette name from the ColourView.

String PaletteManager::getCurrentPalettePath ( )
slot

Gets the current palette path (including palette name) from the ColourView.

int PaletteManager::getCurrentPaletteSize ( )
slot

gets the length of the current palette in the ColourView

int PaletteManager::getNumPalettes ( )
slot

Gets number of palettes in the current selected palette list in ColourView list.

Parameters
useruser data
int PaletteManager::getNumPalettes ( bool  scenePaletteList)
slot

Gets number of palettes in palette list in ColourView.

Parameters
scenePaletteList- whether to check scene palette list or element palette list
String PaletteManager::getPaletteId ( int  index)
slot

Gets the id of the palette in the current palette list.

Parameters
index- index of palette within palette list
String PaletteManager::getPaletteId ( int  index,
bool  scenePaletteList 
)
slot

Gets the id of the palette in the current palette list.

Parameters
index- index of palette within palette list
scenePaletteList- whether to check scene palette list or element palette list
String PaletteManager::getPaletteName ( int  index)
slot

Gets the name of the palette in the current palette list.

Parameters
index- index of palette within palette list
String PaletteManager::getPaletteName ( int  index,
bool  scenePaletteList 
)
slot

Gets the name of the palette in the current palette list.

Parameters
index- index of palette within palette list
scenePaletteList- whether to check scene palette list or element palette list
String PaletteManager::getPalettePath ( int  index)
slot

Gets the path (including name) of the palette in the current palette list.

Parameters
index- index of palette within palette list
String PaletteManager::getPalettePath ( int  index,
bool  scenePaletteList 
)
slot

Gets the path (including name) of the palette in the current palette list.

Parameters
index- index of palette within palette list
scenePaletteList- whether to check scene palette list or element palette list
void PaletteManager::setCurrentColorById ( String  color)
slot

Sets the current color in the ColourView.

Parameters
color- id of colour
void PaletteManager::setCurrentPaletteAndColorById ( String  palette,
String  color 
)
slot

Sets the current palette and colour in the ColourView.

Parameters
palette- palette id
color- color id
void PaletteManager::setCurrentPaletteById ( String  palette)
slot

Sets the current palette in the ColourView.

Parameters
palette- id of palette

The documentation for this class was generated from the following file: