KDECore
kauthhelpersupport.h
Go to the documentation of this file.
29 int main(int argc, char **argv) { return KAuth::HelperSupport::helperMain(argc, argv, ID, new HelperClass()); }
int helperMain(int argc, char **argv, const char *id, QObject *responder)
Method that implements the main function of the helper tool.
Definition: kauthhelpersupport.cpp:64
bool isStopped()
Check if the caller asked the helper to stop the execution.
Definition: kauthhelpersupport.cpp:132
void progressStep(int step)
Send a progressStep signal to the caller application.
Definition: kauthhelpersupport.cpp:122
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.