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

Public Member Functions | |
| KResultOk () | |
  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 | 
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:58 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 23:00:58 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