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

KDECore

  • KAuth
  • HelperSupport
Functions
KAuth::HelperSupport Namespace Reference

Functions

void helperDebugHandler (QtMsgType type, const char *msg)
 
int helperMain (int argc, char **argv, const char *id, QObject *responder)
 
bool isStopped ()
 
void progressStep (int step)
 
void progressStep (const QVariantMap &data)
 

Detailed Description

Support class with some KDECORE_EXPORT methods useful to the helper's code.

This class provides the API to write the helper tool that executes your actions. You don't create instances of HelperSupport. Instead, you use its KDECORE_EXPORT methods.

This them you can notify the application of progress in your action's execution and you can check if the application asked you to terminate it.

Since
4.4

Function Documentation

void KAuth::HelperSupport::helperDebugHandler ( QtMsgType  type,
const char *  msg 
)

Definition at line 95 of file kauthhelpersupport.cpp.

int KAuth::HelperSupport::helperMain ( int  argc,
char **  argv,
const char *  id,
QObject *  responder 
)

Method that implements the main function of the helper tool.

Do not call directly

This method is called in the proper way by the code generated by the KDE4_AUTH_HELPER_MAIN(), which creates a main() function for the helper tool. macro. You shouldn't call this method directly.

Parameters
argcThe argc parameter from the main() function.
argvThe argv parameter from the main() function.
idThe helper ID as passed to the macro
responderThe responder object for the helper. The macro passes a default-constructed, heap-allocated object of the class specified as the last macro parameter

Definition at line 64 of file kauthhelpersupport.cpp.

bool KAuth::HelperSupport::isStopped ( )

Check if the caller asked the helper to stop the execution.

This method will return true if the helper has been asked to stop the execution of the current action. If this happens, your helper should return (NOT exit). The meaning of the data you return in this case is application-dependent. It's good practice to check it regularly if you have a long-running action

Returns
true if the helper has been asked to stop, false otherwise

Definition at line 132 of file kauthhelpersupport.cpp.

void KAuth::HelperSupport::progressStep ( int  step)

Send a progressStep signal to the caller application.

You can use this method to notify progress information about the action execution. When you call this method, the ActionWatcher object associated with the current action will emit the progressStep(int) signal. The meaning of the integer passed here is totally application dependent, but you'll want to use it as a sort of percentage. If you need to be more expressive, use the other overload which takes a QVariantMap

Parameters
stepThe progress indicator

Definition at line 122 of file kauthhelpersupport.cpp.

void KAuth::HelperSupport::progressStep ( const QVariantMap &  data)

Send a progressStep signal to the caller application.

You can use this method to notify progress information about the action execution. When you call this method, the ActionWatcher object associated with the current action will emit the progressStep(QVariantMap) signal. The meaning of the data passed here is totally application dependent. If you only need a simple percentage value, use the other overload which takes an int.

Parameters
dataThe progress data

Definition at line 127 of file kauthhelpersupport.cpp.

This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

KDECore

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

kdelibs API Reference

Skip menu "kdelibs API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • 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

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal