#include <ActionJob_p.h>
Graphe de collaboration de ActionJob:
Types publics | |
enum | Enable { EnableOn, EnableOff, EnableNoChange } |
Fonctions membres publiques | |
ActionJob (KoAction *parent, Enable enable, QVariant *params) | |
const KoAction * | action () const |
bool | started () const |
void | run () |
Fonctions membres privées | |
bool | event (QEvent *e) |
Attributs privés | |
KoAction * | m_action |
Enable | m_enable |
bool | m_started |
QVariant * | m_params |
QSemaphore | m_semaphore |
Définition à la ligne 30 du fichier ActionJob_p.h.
enum ActionJob::Enable |
Définition à la ligne 33 du fichier ActionJob_p.h.
Définition à la ligne 31 du fichier ActionJob_p.cpp.
Référencé par KoSimpleQueuedPolicy::schedule(), KoQueuedPolicy::schedule(), KoDirectPolicy::schedule(), et KoOnlyLastPolicy::schedule().
Voici le graphe d'appel pour cette fonction :
const KoAction* ActionJob::action | ( | ) | const [inline] |
Définition à la ligne 40 du fichier ActionJob_p.h.
Références m_action.
Référencé par KoSimpleQueuedPolicy::schedule(), KoQueuedPolicy::schedule(), KoDirectPolicy::schedule(), et KoOnlyLastPolicy::schedule().
Voici le graphe d'appel pour cette fonction :
bool ActionJob::started | ( | ) | const [inline] |
void ActionJob::run | ( | ) |
Définition à la ligne 40 du fichier ActionJob_p.cpp.
Références KoAction::doAction(), KoAction::doActionUi(), EnableNoChange, EnableOff, EnableOn, m_action, m_enable, m_params, m_semaphore, m_started, et KoAction::setEnabled().
Référencé par KoDirectPolicy::schedule().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
bool ActionJob::event | ( | QEvent * | e | ) | [private] |
Définition à la ligne 62 du fichier ActionJob_p.cpp.
Références KoAction::doActionUi(), m_action, m_params, et m_semaphore.
Voici le graphe d'appel pour cette fonction :
KoAction* ActionJob::m_action [private] |
Enable ActionJob::m_enable [private] |
bool ActionJob::m_started [private] |
QVariant* ActionJob::m_params [private] |
QSemaphore ActionJob::m_semaphore [private] |