KCal Library
KCal::KResultInProgress Class Reference
#include <kresult.h>
Inheritance diagram for KCal::KResultInProgress:
Public Member Functions | |
| KResultInProgress () | |
| Public Member Functions inherited from KCal::KResult | |
| KResult () | |
| KResult (const KResult &) | |
| KResult (ErrorType error, const QString &details=QString()) | |
| KResult (Type type) | |
| ~KResult () | |
| KResult & | chain (const KResult &result) |
| QString | chainedMessage () const |
| KResult | chainedResult () const |
| QString | details () const |
| ErrorType | error () const |
| QString | fullMessage () const |
| bool | hasChainedResult () const |
| bool | isError () const |
| bool | isInProgress () const |
| bool | isOk () const |
| QString | message () const |
| operator bool () const | |
| void | setDetails (const QString &details) |
Additional Inherited Members | |
| Public Types inherited from KCal::KResult | |
| enum | ErrorType { NotAnError , Undefined , InvalidUrl , WrongParameter , ConnectionFailed , WriteError , ReadError , ParseError , WrongSchemaRevision } |
| enum | Type { Ok , InProgress , Error } |
Detailed Description
Convenience class for creating a KResult of type InProgress.
Constructor & Destructor Documentation
◆ KResultInProgress()
|
inline |
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Thu Jul 24 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Thu Jul 24 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.