AddressMapEvent Class Reference

#include <addressmapevent.h>

List of all members.

Public Member Functions

 AddressMapEvent (QString from, QString to, QDateTime expires)
QString from () const
QString to () const
QDateTime expires () const
bool isExpired () const

Private Attributes

QString _from
QString _to
QDateTime _expires


Detailed Description

Definition at line 37 of file addressmapevent.h.


Constructor & Destructor Documentation

AddressMapEvent::AddressMapEvent ( QString  from,
QString  to,
QDateTime  expires 
) [inline]

Constructor

Definition at line 41 of file addressmapevent.h.

References _expires, _from, and _to.


Member Function Documentation

QString AddressMapEvent::from (  )  const [inline]

Returns the number of bytes read in the last second

Definition at line 46 of file addressmapevent.h.

References _from.

Referenced by NetViewer::customEvent().

QString AddressMapEvent::to (  )  const [inline]

Returns the number of bytes written in the last second

Definition at line 48 of file addressmapevent.h.

References _to.

Referenced by NetViewer::customEvent().

QDateTime AddressMapEvent::expires (  )  const [inline]

Returns the date and time at which this mapping should expire, in local time.

Definition at line 51 of file addressmapevent.h.

References _expires.

Referenced by NetViewer::customEvent().

bool AddressMapEvent::isExpired (  )  const [inline]

Returns true if this address mapping is expired.

Definition at line 53 of file addressmapevent.h.

References _expires.


Member Data Documentation

QString AddressMapEvent::_from [private]

The source address of this mapping.

Definition at line 56 of file addressmapevent.h.

Referenced by AddressMapEvent(), and from().

QString AddressMapEvent::_to [private]

The target address of this mapping.

Definition at line 57 of file addressmapevent.h.

Referenced by AddressMapEvent(), and to().

QDateTime AddressMapEvent::_expires [private]

The time at which this mapping expires (if ever).

Definition at line 58 of file addressmapevent.h.

Referenced by AddressMapEvent(), expires(), and isExpired().


The documentation for this class was generated from the following file:
Generated on Wed Sep 5 15:49:29 2007 for Vidalia by  doxygen 1.5.3