KCal Library
KCal::KResultError Class Reference
#include <kresult.h>
Inheritance diagram for KCal::KResultError:

Public Member Functions | |
| KResultError () | |
| KResultError (ErrorType error, const QString &details=QString()) | |
| KResultError (const QString &details) | |
Public Member Functions inherited from KCal::KResult | |
| KResult () | |
| KResult (const KResult &) | |
| KResult (Type type) | |
| KResult (ErrorType error, const QString &details=QString()) | |
| ~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
Constructor & Destructor Documentation
|
inline |
|
inline |
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:30 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:38:30 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from