#include <KoBrush.h>
Fonctions membres publiques | |
KoBrush () | |
KoBrush (const QBrush &brush, const QColor &gColor1, const QColor &gColor2, BCType gType, FillType fillType, bool unbalanced, int xfactor, int yfactor) | |
KoBrush & | operator= (const KoBrush &brush) |
void | setBrush (const QBrush &brush) |
void | setGColor1 (const QColor &gColor1) |
void | setGColor2 (const QColor &gColor2) |
void | setGType (BCType gType) |
void | setFillType (FillType fillType) |
void | setGUnbalanced (bool unbalanced) |
void | setGXFactor (int xfactor) |
void | setGYFactor (int yfactor) |
QBrush | getBrush () const |
QColor | getGColor1 () const |
QColor | getGColor2 () const |
BCType | getGType () const |
FillType | getFillType () const |
bool | getGUnbalanced () const |
int | getGXFactor () const |
int | getGYFactor () const |
Attributs privés | |
QBrush | m_brush |
QColor | m_gColor1 |
QColor | m_gColor2 |
BCType | m_gType |
FillType | m_fillType |
bool | m_unbalanced |
int | m_xfactor |
int | m_yfactor |
Définition à la ligne 52 du fichier KoBrush.h.
KoBrush::KoBrush | ( | ) |
Définition à la ligne 26 du fichier KoBrush.cpp.
KoBrush::KoBrush | ( | const QBrush & | brush, | |
const QColor & | gColor1, | |||
const QColor & | gColor2, | |||
BCType | gType, | |||
FillType | fillType, | |||
bool | unbalanced, | |||
int | xfactor, | |||
int | yfactor | |||
) |
Définition à la ligne 38 du fichier KoBrush.cpp.
Définition à la ligne 53 du fichier KoBrush.cpp.
Références m_brush, m_fillType, m_gColor1, m_gColor2, m_gType, m_unbalanced, m_xfactor, et m_yfactor.
void KoBrush::setBrush | ( | const QBrush & | brush | ) | [inline] |
void KoBrush::setGColor1 | ( | const QColor & | gColor1 | ) | [inline] |
void KoBrush::setGColor2 | ( | const QColor & | gColor2 | ) | [inline] |
void KoBrush::setFillType | ( | FillType | fillType | ) | [inline] |
void KoBrush::setGUnbalanced | ( | bool | unbalanced | ) | [inline] |
QBrush KoBrush::m_brush [private] |
QColor KoBrush::m_gColor1 [private] |
QColor KoBrush::m_gColor2 [private] |
BCType KoBrush::m_gType [private] |
FillType KoBrush::m_fillType [private] |
bool KoBrush::m_unbalanced [private] |
int KoBrush::m_xfactor [private] |
int KoBrush::m_yfactor [private] |