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 |
| const int | AddressMapEvent = QEvent::User+7 |
| const int | ClientStatusEvent = QEvent::User+8 |
| const int | ServerStatusEvent = QEvent::User+9 |
| const int | GeneralStatusEvent = QEvent::User+10 |
Custom event type identifiers.
| const int CustomEventType::AddressMapEvent = QEvent::User+7 |
New address mapping event.
Definition at line 40 of file eventtype.h.
Referenced by NetViewer::customEvent(), and TorEvents::handleAddressMap().
| const int CustomEventType::BandwidthEvent = QEvent::User |
Bandwidth update event.
Definition at line 26 of file eventtype.h.
Referenced by BandwidthGraph::customEvent(), and TorEvents::handleBandwidthUpdate().
| const int CustomEventType::CircuitEvent = QEvent::User+1 |
Circuit status event.
Definition at line 28 of file eventtype.h.
Referenced by NetViewer::customEvent(), and TorEvents::handleCircuitStatus().
| const int CustomEventType::ClientStatusEvent = QEvent::User+8 |
Tor client status events.
Definition at line 42 of file eventtype.h.
Referenced by MainWindow::customEvent().
| const int CustomEventType::GeneralStatusEvent = QEvent::User+10 |
General Tor status events.
Definition at line 46 of file eventtype.h.
Referenced by MainWindow::customEvent().
| const int CustomEventType::LogEvent = QEvent::User+3 |
Log message event.
Definition at line 32 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 36 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 34 of file eventtype.h.
Referenced by TorEvents::handleOrConnStatus().
| const int CustomEventType::SendCommandEvent = QEvent::User+6 |
Control command send event.
Definition at line 38 of file eventtype.h.
Referenced by ControlSocket::customEvent(), and ControlConnection::send().
| const int CustomEventType::ServerStatusEvent = QEvent::User+9 |
Tor server status events.
Definition at line 44 of file eventtype.h.
| const int CustomEventType::StreamEvent = QEvent::User+2 |
Stream status event.
Definition at line 30 of file eventtype.h.
Referenced by NetViewer::customEvent(), and TorEvents::handleStreamStatus().
1.6.1