open_iA  2020.04
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Public Member Functions | List of all members
iAVectorColorTheme Class Reference

#include <iAColorTheme.h>

Inheritance diagram for iAVectorColorTheme:
Collaboration diagram for iAVectorColorTheme:

Public Member Functions

void addColor (QColor const &)
 add a color to the theme (typically only necessary for theme creators) More...
 
QColor const & color (size_t idx) const override
 returns the color with the given index in this theme More...
 
 iAVectorColorTheme (QString const &name)
 
size_t size () const override
 returns the number of colors in this theme More...
 
- Public Member Functions inherited from iAColorTheme
 iAColorTheme (QString const &name)
 
QString const & name () const
 get the name of the color theme More...
 
virtual ~iAColorTheme ()
 

Constructor & Destructor Documentation

◆ iAVectorColorTheme()

iAVectorColorTheme::iAVectorColorTheme ( QString const &  name)

Member Function Documentation

◆ addColor()

void iAVectorColorTheme::addColor ( QColor const &  color)

add a color to the theme (typically only necessary for theme creators)

◆ color()

QColor const & iAVectorColorTheme::color ( size_t  idx) const
overridevirtual

returns the color with the given index in this theme

Implements iAColorTheme.

◆ size()

size_t iAVectorColorTheme::size ( ) const
overridevirtual

returns the number of colors in this theme

Implements iAColorTheme.


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