#include <kogradientmanager.h>
Définition à la ligne 57 du fichier kogradientmanager.h.
Définition à la ligne 61 du fichier kogradientmanager.h.
interpolation_linear | |
interpolation_curved | |
interpolation_sine | |
interpolation_sphere_increasing | |
interpolation_sphere_decreasing |
Définition à la ligne 68 du fichier kogradientmanager.h.
color_type_rgb | |
color_type_hsv_ccw | |
color_type_hsv_cw | |
color_type_gray | |
color_type_cmyk |
Définition à la ligne 77 du fichier kogradientmanager.h.
Définition à la ligne 86 du fichier kogradientmanager.h.
KoGradientManager::KoGradientManager | ( | ) |
Définition à la ligne 29 du fichier kogradientmanager.cc.
KoGradientManager::~KoGradientManager | ( | ) |
Définition à la ligne 33 du fichier kogradientmanager.cc.
KoGradient * KoGradientManager::loadGradient | ( | const QString & | filename | ) |
Définition à la ligne 38 du fichier kogradientmanager.cc.
Références gensymbolfontmap::f, loadKarbonGradient(), loadKritaGradient(), loadSvgGradient(), et testguiform::result.
Voici le graphe d'appel pour cette fonction :
static QStringList KoGradientManager::filters | ( | ) | [inline, static] |
Définition à la ligne 97 du fichier kogradientmanager.h.
KoGradient * KoGradientManager::loadKarbonGradient | ( | QFile * | file | ) | [private] |
Définition à la ligne 68 du fichier kogradientmanager.cc.
Références parseKarbonGradient().
Référencé par loadGradient().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
KoGradient * KoGradientManager::loadKritaGradient | ( | QFile * | file | ) | [private] |
Définition à la ligne 92 du fichier kogradientmanager.cc.
Références KoColorStop::color1, KoColorStop::color2, KoColorStop::color3, KoColorStop::color4, KoGradient::colorStops, KoColorStop::colorType, KoGradient::focalpointX, KoGradient::focalpointY, gradient_type_linear, KoGradient::gradientRepeatMethod, KoGradient::gradientType, KoColorStop::interpolation, KoColorStop::midpoint, KoColorStop::offset, KoColorStop::opacity, KoGradient::originX, KoGradient::originY, repeat_method_none, KoGradient::vectorX, et KoGradient::vectorY.
Référencé par loadGradient().
Voici le graphe d'appel pour cette fonction :
KoGradient * KoGradientManager::loadSvgGradient | ( | QFile * | file | ) | [private] |
Définition à la ligne 218 du fichier kogradientmanager.cc.
Références parseSvgGradient().
Référencé par loadGradient().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
KoGradient * KoGradientManager::parseKarbonGradient | ( | const QDomElement & | element | ) | [private] |
Définition à la ligne 239 du fichier kogradientmanager.cc.
Références color_type_cmyk, color_type_gray, color_type_hsv_cw, color_type_rgb, KoGradient::colorStops, KoGradient::focalpointX, KoGradient::focalpointY, KoGradient::gradientRepeatMethod, KoGradient::gradientType, interpolation_linear, KoGradient::originX, KoGradient::originY, KoGradient::vectorX, et KoGradient::vectorY.
Référencé par loadKarbonGradient().
Voici le graphe d'appel pour cette fonction :
KoGradient * KoGradientManager::parseSvgGradient | ( | const QDomElement & | element | ) | [private] |
Définition à la ligne 316 du fichier kogradientmanager.cc.
Références color_type_rgb, KoGradient::colorStops, KoGradient::focalpointX, KoGradient::focalpointY, gradient_type_linear, gradient_type_radial, KoGradient::gradientRepeatMethod, KoGradient::gradientType, interpolation_linear, KoGradient::originX, KoGradient::originY, parseSvgColor(), repeat_method_none, repeat_method_reflect, repeat_method_repeat, KoGradient::vectorX, et KoGradient::vectorY.
Référencé par loadSvgGradient().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
void KoGradientManager::parseSvgColor | ( | QColor & | color, | |
const QString & | s | |||
) | [private] |
Définition à la ligne 514 du fichier kogradientmanager.cc.
Références svgNamedColorToRGB().
Référencé par parseSvgGradient().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :