|
open_iA 2024.7
|
Simplest possible color scheme: only one single color for all items. More...
#include <iAColorTheme.h>
Public Member Functions | |
| iASingleColorTheme (QString const &name, QColor const &color) | |
| QColor const & | color (size_t idx) const override |
| returns the color with the given index in this theme | |
| size_t | size () const override |
| returns the number of colors in this theme | |
Public Member Functions inherited from iAColorTheme | |
| iAColorTheme (QString const &name) | |
| virtual | ~iAColorTheme () |
| QString const & | name () const |
| get the name of the color theme | |
Simplest possible color scheme: only one single color for all items.
| iASingleColorTheme::iASingleColorTheme | ( | QString const & | name, |
| QColor const & | color ) |
|
overridevirtual |
returns the color with the given index in this theme
Implements iAColorTheme.
|
overridevirtual |
returns the number of colors in this theme
Implements iAColorTheme.