#include <KoColorPatch.h>
Graphe de collaboration de KoColorPatch:
Fonctions membres publiques | |
KoColorPatch (QWidget *parent) | |
virtual | ~KoColorPatch () |
void | setColor (const KoColor c) |
Fonctions membres protégées | |
virtual void | paintEvent (QPaintEvent *pe) |
Attributs privés | |
KoColor | m_color |
Définition à la ligne 29 du fichier KoColorPatch.h.
KoColorPatch::KoColorPatch | ( | QWidget * | parent | ) |
Copyright (c) 2006 Casper Boemann (cbr@boemann.dk)
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.
You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Définition à la ligne 23 du fichier KoColorPatch.cpp.
KoColorPatch::~KoColorPatch | ( | ) | [virtual] |
Définition à la ligne 28 du fichier KoColorPatch.cpp.
void KoColorPatch::setColor | ( | const KoColor | c | ) |
Définition à la ligne 32 du fichier KoColorPatch.cpp.
Références m_color.
Référencé par KoUniColorChooser::announceColor(), et KoUniColorChooser::setColor().
Voici le graphe d'appel pour cette fonction :
void KoColorPatch::paintEvent | ( | QPaintEvent * | pe | ) | [protected, virtual] |
Définition à la ligne 39 du fichier KoColorPatch.cpp.
Références m_color, et KoColor::toQColor().
Voici le graphe d'appel pour cette fonction :
KoColor KoColorPatch::m_color [private] |