|
open_iA 2024.7
|
Manager for color themes (iAColorTheme). More...
#include <iAColorTheme.h>
Public Member Functions | |
| QStringList | availableThemes () const |
| Get the list of all available themes. | |
| iAColorTheme const * | theme (QString const &name) const |
| Get a theme by name. | |
Static Public Member Functions | |
| static iAColorThemeManager const & | instance () |
| only ever need one of those (Singleton) | |
Manager for color themes (iAColorTheme).
Internally creates the qualitative color themes from Color Brewer (http://mkweb.bcgsc.ca/brewer/swatches/brewer.txt) as well as from a few other sources and provides access to their names as well as the single themes.
| QStringList iAColorThemeManager::availableThemes | ( | ) | const |
Get the list of all available themes.
|
static |
only ever need one of those (Singleton)
| iAColorTheme const * iAColorThemeManager::theme | ( | QString const & | name | ) | const |
Get a theme by name.