#include <Kolinestyleaction.h>
Graphe d'héritage de KoLineStyleAction:
Fonctions membres publiques | |
KoLineStyleAction (const QString &text, const QString &icon, QObject *parent=0, const char *name=0) | |
KoLineStyleAction (const QString &text, const QString &icon, const QObject *receiver, const char *slot, QObject *parent, const char *name=0) | |
~KoLineStyleAction () | |
Fonctions membres protégées | |
void | createMenu () |
Attributs privés | |
KoLineStyleActionPrivate * | d |
Classes | |
class | KoLineStyleActionPrivate |
Définition à la ligne 26 du fichier Kolinestyleaction.h.
KoLineStyleAction::KoLineStyleAction | ( | const QString & | text, | |
const QString & | icon, | |||
QObject * | parent = 0 , |
|||
const char * | name = 0 | |||
) |
Constructs a KoLineStyleAction with a text and an icon.
text | The text that will be displayed. | |
icon | The dynamically loaded icon that goes with this action. | |
parent | This action's parent. | |
name | An internal name for this action. |
Définition à la ligne 45 du fichier Kolinestyleaction.cpp.
Références createMenu(), et d.
Voici le graphe d'appel pour cette fonction :
KoLineStyleAction::KoLineStyleAction | ( | const QString & | text, | |
const QString & | icon, | |||
const QObject * | receiver, | |||
const char * | slot, | |||
QObject * | parent, | |||
const char * | name = 0 | |||
) |
Same as above, but it also connects a slot to the selectionChanged(int) signal.
text | The text that will be displayed. | |
icon | The dynamically loaded icon that goes with this action. | |
receiver | The SLOT's parent. | |
slot | The SLOT to invoke when a selectionChanged(int) signal is emitted. | |
parent | This action's parent. | |
name | An internal name for this action. |
Définition à la ligne 53 du fichier Kolinestyleaction.cpp.
Références createMenu(), et d.
Voici le graphe d'appel pour cette fonction :
KoLineStyleAction::~KoLineStyleAction | ( | ) |
void KoLineStyleAction::createMenu | ( | ) | [protected] |
Draws and adds each item of the menu.
Définition à la ligne 66 du fichier Kolinestyleaction.cpp.
Références KoSelectAction::popup(), et KoSelectAction::popupMenu().
Référencé par KoLineStyleAction().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
KoLineStyleActionPrivate* KoLineStyleAction::d [private] |
Réimplémentée à partir de KoSelectAction.
Définition à la ligne 54 du fichier Kolinestyleaction.h.
Référencé par KoLineStyleAction(), et ~KoLineStyleAction().