• Skip to content
  • Skip to link menu
KDE 4.6 API Reference
  • KDE API Reference
  • kdelibs
  • KDE Home
  • Contact Us
 

KDECore

  • KAuth
  • ActionWatcher
Signals | Public Member Functions | Static Public Member Functions

KAuth::ActionWatcher Class Reference

Class used to receive notifications about the status of an action execution. More...

#include <kauthactionwatcher.h>

Inheritance diagram for KAuth::ActionWatcher:
Inheritance graph
[legend]

List of all members.

Signals

void actionPerformed (const ActionReply &reply)
void actionStarted ()
void progressStep (const QVariantMap &data)
void progressStep (int progress)
void statusChanged (int status)

Public Member Functions

virtual ~ActionWatcher ()
QString action () const

Static Public Member Functions

static ActionWatcher * watcher (const QString &action)

Detailed Description

Class used to receive notifications about the status of an action execution.

The ActionWatcher class provides some signals useful to track the execution of an action. The Action class is designed to be very ligthweight, so it's not the case to make it a QObject subclass. This means the action object can't expose signals. This is the reason why every action (not every Action object) used by the app has an associated ActionWatcher.

You don't create watchers directly. Instead, you should get one from the Action::watcher() method, if you have an action object, or with the ActionWatcher::watcher() static method, which takes the action name string.

See the documentation of single signals for more details about them.

Since:
4.4

Definition at line 50 of file kauthactionwatcher.h.


Constructor & Destructor Documentation

KAuth::ActionWatcher::~ActionWatcher ( ) [virtual]

Virtual destructor.

Definition at line 62 of file kauthactionwatcher.cpp.


Member Function Documentation

QString KAuth::ActionWatcher::action ( ) const

Returns the action name associated with this watcher.

Definition at line 76 of file kauthactionwatcher.cpp.

void KAuth::ActionWatcher::actionPerformed ( const ActionReply &  reply) [signal]

Signal emitted when an action completed the execution.

This signal provides the only way to obtain the reply from the helper in case of asynchronous calls. The reply object is the same returned by the helper, or an error reply from the library if something went wrong.

Parameters:
replyThe reply coming from the helper
void KAuth::ActionWatcher::actionStarted ( ) [signal]

Signal emitted when an action starts the execution.

This signal is emitted whe In case of execute() and executeAsync(), the signal is emitted about immediately, because the request is very fast.

If you execute a group of actions using Action::executeActions(), this signal is emitted when the single action is actually about to be executed, not when the whole group starts executing. This means you can use this signal to start some kind of timeout to handle helper crashes, if you feel the need.

void KAuth::ActionWatcher::progressStep ( int  progress) [signal]

Signal emitted by the helper to notify the action's progress.

This signal is emitted every time the helper's code calls the HelperSupport::progressStep(int) method. This is useful to let the helper notify the execution status of a long action. The meaning of the integer passed here is totally application-dependent. If you need to be more expressive, you can use the other signal that pass a QVariantMap.

Parameters:
progressThe progress indicator from the helper
void KAuth::ActionWatcher::progressStep ( const QVariantMap &  data) [signal]

Signal emitted by the helper to notify the action's progress.

This signal is emitted every time the helper's code calls the HelperSupport::progressStep(QVariantMap) method. This is useful to let the helper notify the execution status of a long action, also providing some data, for example if you want to achieve some sort of progressive loading. The meaning of the data passed here is totally application-dependent. If you only need to pass some percentage, you can use the other signal that pass an int.

Parameters:
dataThe progress data from the helper
void KAuth::ActionWatcher::statusChanged ( int  status) [signal]
ActionWatcher * KAuth::ActionWatcher::watcher ( const QString &  action) [static]

Factory method to get watchers.

This method allows you to obtain (and create if needed) an action watcher from the action string identifier. It's more common to obtain a watcher using Action::watcher(), which actually calls this method.

Every signal of this class is emitted whichever method you used to execute the action. This means you could connect to the signal actionPerformed() even if you're using the execute() method (which already returns the reply) and you'll get the same reply.

Parameters:
actionThe action string identifier for the creation of the watcher
Returns:
The action watcher associated with the given action

Definition at line 67 of file kauthactionwatcher.cpp.


The documentation for this class was generated from the following files:
  • kauthactionwatcher.h
  • kauthactionwatcher.cpp

KDECore

Skip menu "KDECore"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdelibs

Skip menu "kdelibs"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • Kate
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Generated for kdelibs by doxygen 1.7.3
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal