KCal::KResultError Class Reference

Convenience class for creating a KResult of type Error. More...

#include <kresult.h>

Inheritance diagram for KCal::KResultError:

List of all members.

Public Member Functions

 KResultError (const QString &details)
 KResultError (ErrorType error, const QString &details=QString())
 KResultError ()

Detailed Description

Convenience class for creating a KResult of type Error.

Definition at line 298 of file kresult.h.


Constructor & Destructor Documentation

KCal::KResultError::KResultError (  )  [inline]

Create KResult object of type Error.

Definition at line 304 of file kresult.h.

KCal::KResultError::KResultError ( ErrorType  error,
const QString &  details = QString() 
) [inline, explicit]

Create KResult object of type Error with given error type and optionally a detailed error message.

Parameters:
error is the ErrorType.
details is a QString containing optional details to add to the message corresponding to this error.

Definition at line 314 of file kresult.h.

KCal::KResultError::KResultError ( const QString &  details  )  [inline]

Create KResult object of type Error with given detailed error message.

Parameters:
details is a QString containing optional details to add to the message corresponding to this error.

Definition at line 323 of file kresult.h.


The documentation for this class was generated from the following file:
KDE Home | KDE Accessibility Home | Description of Access Keys