Interface for (qualitative) color themes. Holds a number of colors (which can be distinguished easily)
More...
#include <iAColorTheme.h>
|
| | iAColorTheme (QString const &name) |
| |
| virtual | ~iAColorTheme () |
| |
| virtual QColor const & | color (size_t idx) const =0 |
| | returns the color with the given index in this theme
|
| |
| QString const & | name () const |
| | get the name of the color theme
|
| |
| virtual size_t | size () const =0 |
| | returns the number of colors in this theme
|
| |
Interface for (qualitative) color themes. Holds a number of colors (which can be distinguished easily)
◆ iAColorTheme()
| iAColorTheme::iAColorTheme |
( |
QString const & | name | ) |
|
◆ ~iAColorTheme()
| iAColorTheme::~iAColorTheme |
( |
| ) |
|
|
virtual |
◆ color()
| virtual QColor const & iAColorTheme::color |
( |
size_t | idx | ) |
const |
|
pure virtual |
◆ name()
| QString const & iAColorTheme::name |
( |
| ) |
const |
get the name of the color theme
◆ size()
| virtual size_t iAColorTheme::size |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following files: