ark
Kerfuffle::PasswordNeededQuery Class Reference
#include <queries.h>
Inheritance diagram for Kerfuffle::PasswordNeededQuery:
Public Member Functions | |
PasswordNeededQuery (const QString &archiveFilename, bool incorrectTryAgain=false) | |
void | execute () |
QString | password () |
bool | responseCancelled () |
Public Member Functions inherited from Kerfuffle::Query | |
QVariant | response () |
void | waitForResponse () |
Additional Inherited Members | |
Protected Member Functions inherited from Kerfuffle::Query | |
Query () | |
virtual | ~Query () |
void | setResponse (QVariant response) |
Protected Attributes inherited from Kerfuffle::Query | |
QueryData | m_data |
Detailed Description
Constructor & Destructor Documentation
|
explicit |
Definition at line 165 of file queries.cpp.
Member Function Documentation
|
virtual |
Execute the response.
Will happen in the GUI thread, so it's safe to use widgets/gui elements here. Must call setResponse when done.
Implements Kerfuffle::Query.
Definition at line 171 of file queries.cpp.
QString Kerfuffle::PasswordNeededQuery::password | ( | ) |
Definition at line 195 of file queries.cpp.
bool Kerfuffle::PasswordNeededQuery::responseCancelled | ( | ) |
Definition at line 200 of file queries.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.