#include <QEvent>
Go to the source code of this file.
Namespaces | |
namespace | CustomEventType |
Variables | |
const int | CustomEventType::BandwidthEvent = QEvent::User |
const int | CustomEventType::CircuitEvent = QEvent::User+1 |
const int | CustomEventType::StreamEvent = QEvent::User+2 |
const int | CustomEventType::LogEvent = QEvent::User+3 |
const int | CustomEventType::OrConnEvent = QEvent::User+4 |
const int | CustomEventType::NewDescriptorEvent = QEvent::User+5 |
const int | CustomEventType::SendCommandEvent = QEvent::User+6 |
Definition in file eventtype.h.