CustomEventType Namespace Reference


Variables

const int BandwidthEvent = QEvent::User
const int CircuitEvent = QEvent::User+1
const int StreamEvent = QEvent::User+2
const int LogEvent = QEvent::User+3
const int OrConnEvent = QEvent::User+4
const int NewDescriptorEvent = QEvent::User+5
const int SendCommandEvent = QEvent::User+6


Detailed Description

Custom event type identifiers.


Variable Documentation

const int CustomEventType::BandwidthEvent = QEvent::User

Bandwidth update event.

Definition at line 37 of file eventtype.h.

Referenced by BandwidthGraph::customEvent(), and TorEvents::handleBandwidthUpdate().

const int CustomEventType::CircuitEvent = QEvent::User+1

Circuit status event.

Definition at line 39 of file eventtype.h.

Referenced by NetViewer::customEvent(), and TorEvents::handleCircuitStatus().

const int CustomEventType::LogEvent = QEvent::User+3

Log message event.

Definition at line 43 of file eventtype.h.

Referenced by MessageLog::customEvent(), TorEvents::handleLogMessage(), and TorControl::onLogStdout().

const int CustomEventType::NewDescriptorEvent = QEvent::User+5

New descriptor event.

Definition at line 47 of file eventtype.h.

Referenced by NetViewer::customEvent(), and TorEvents::handleNewDescriptor().

const int CustomEventType::OrConnEvent = QEvent::User+4

OR connection status event.

Definition at line 45 of file eventtype.h.

Referenced by TorEvents::handleOrConnStatus().

const int CustomEventType::SendCommandEvent = QEvent::User+6

Control command send event.

Definition at line 49 of file eventtype.h.

Referenced by ControlConnection::send().

const int CustomEventType::StreamEvent = QEvent::User+2

Stream status event.

Definition at line 41 of file eventtype.h.

Referenced by NetViewer::customEvent(), and TorEvents::handleStreamStatus().


Generated on Mon Oct 23 20:08:16 2006 for Vidalia by  doxygen 1.5.0