#include <circuitevent.h>
Public Member Functions | |
| CircuitEvent (Circuit circuit) | |
| Circuit | circuit () |
| quint64 | id () |
| Circuit::Status | status () |
| QString | path () |
Private Attributes | |
| Circuit | _circuit |
Definition at line 37 of file circuitevent.h.
| CircuitEvent::CircuitEvent | ( | Circuit | circuit | ) | [inline] |
| Circuit CircuitEvent::circuit | ( | ) | [inline] |
Returns the Circuit object for this event.
Definition at line 46 of file circuitevent.h.
References _circuit.
Referenced by CircuitEvent(), and NetViewer::customEvent().
| quint64 CircuitEvent::id | ( | ) | [inline] |
Returns the ID for this circuit event.
Definition at line 48 of file circuitevent.h.
References _circuit, and Circuit::id().
| Circuit::Status CircuitEvent::status | ( | ) | [inline] |
Returns the status of this circuit event.
Definition at line 50 of file circuitevent.h.
References _circuit, and Circuit::status().
| QString CircuitEvent::path | ( | ) | [inline] |
Returns the path chosen for this circuit event.
Definition at line 52 of file circuitevent.h.
References _circuit, and Circuit::path().
Circuit CircuitEvent::_circuit [private] |
Circuit object for this event.
Definition at line 56 of file circuitevent.h.
Referenced by circuit(), CircuitEvent(), id(), path(), and status().
1.5.1