making some getters public
This commit is contained in:
parent
9ba37738af
commit
c91e3039d4
|
@ -108,12 +108,12 @@ class QSK_EXPORT QskGradient
|
||||||
|
|
||||||
uint hash( uint seed ) const;
|
uint hash( uint seed ) const;
|
||||||
|
|
||||||
|
qreal stopAt( int index ) const;
|
||||||
|
QColor colorAt( int index ) const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void setStopAt( int index, qreal stop );
|
void setStopAt( int index, qreal stop );
|
||||||
qreal stopAt( int index ) const;
|
|
||||||
|
|
||||||
void setColorAt( int index, const QColor& color );
|
void setColorAt( int index, const QColor& color );
|
||||||
QColor colorAt( int index ) const;
|
|
||||||
|
|
||||||
Orientation m_orientation;
|
Orientation m_orientation;
|
||||||
QVector< QskGradientStop > m_stops;
|
QVector< QskGradientStop > m_stops;
|
||||||
|
|
Loading…
Reference in New Issue