UnrecognizedGeneralStatusEvent Class Reference

#include <unrecognizedgeneralstatusevent.h>

Inheritance diagram for UnrecognizedGeneralStatusEvent:
GeneralStatusEvent StatusEvent

List of all members.

Public Member Functions

 UnrecognizedGeneralStatusEvent (tc::Severity severity, const QString &statusString, const QHash< QString, QString > &args)
QString statusString () const
QHash< QString, QString > arguments () const

Private Attributes

QString _statusString
QHash< QString, QString > _args

Detailed Description

Definition at line 24 of file unrecognizedgeneralstatusevent.h.


Constructor & Destructor Documentation

UnrecognizedGeneralStatusEvent::UnrecognizedGeneralStatusEvent ( tc::Severity  severity,
const QString &  statusString,
const QHash< QString, QString > &  args 
) [inline]

Constructor. statusString is the unrecognized general status string and args is the (possibly empty) list of status event arguments.

Definition at line 30 of file unrecognizedgeneralstatusevent.h.


Member Function Documentation

QHash<QString,QString> UnrecognizedGeneralStatusEvent::arguments (  )  const [inline]

Returns a (possibly empty) list of status event arguments given for this event.

Definition at line 40 of file unrecognizedgeneralstatusevent.h.

References _args.

QString UnrecognizedGeneralStatusEvent::statusString (  )  const [inline]

Returns the status string for this general status event.

Definition at line 37 of file unrecognizedgeneralstatusevent.h.

References _statusString.


Member Data Documentation

QHash<QString,QString> UnrecognizedGeneralStatusEvent::_args [private]

Status event arguments.

Definition at line 44 of file unrecognizedgeneralstatusevent.h.

Referenced by arguments().

Name of the unrecognized status event.

Definition at line 43 of file unrecognizedgeneralstatusevent.h.

Referenced by statusString().


The documentation for this class was generated from the following file:

Generated on Wed Dec 23 21:06:56 2009 for Vidalia by  doxygen 1.6.1