#include <QMessageBox>
#include <QHeaderView>
#include <vidalia.h>
#include "netviewer.h"
Go to the source code of this file.
Defines | |
#define | IMG_MOVE ":/images/22x22/move-map.png" |
#define | IMG_ZOOMIN ":/images/22x22/zoom-in.png" |
#define | IMG_ZOOMOUT ":/images/22x22/zoom-out.png" |
#define | MAX_EVENTS_TIMEOUT 25 |
#define | RESOLVE_QUEUE_DELAY 3000 |
Definition in file netviewer.cpp.
#define IMG_MOVE ":/images/22x22/move-map.png" |
Definition at line 34 of file netviewer.cpp.
#define IMG_ZOOMIN ":/images/22x22/zoom-in.png" |
Definition at line 35 of file netviewer.cpp.
#define IMG_ZOOMOUT ":/images/22x22/zoom-out.png" |
Definition at line 36 of file netviewer.cpp.
#define MAX_EVENTS_TIMEOUT 25 |
Maximum time to proceess other events while loading the long list of router descriptors.
Definition at line 40 of file netviewer.cpp.
#define RESOLVE_QUEUE_DELAY 3000 |
Number of milliseconds to wait after the arrival of the last descriptor whose IP needs to be resolved to geographic information, in case more descriptors arrive. Then we can simply lump the IPs into a single request.
Definition at line 44 of file netviewer.cpp.
Referenced by NetViewer::addRouter().