Classes | |
class | AbstractHeader |
Interface for protocol header widgets. More... | |
class | FilterDialog |
Dialog box to filter PCAP traces through external processes. More... | |
struct | HeaderBase |
Base class for all protocol header widgets. More... | |
class | HeaderFrame |
Basic class to provide a frame around protocol header widgets. More... | |
class | IEEE80211Header |
IEEE 802.11 Widget. More... | |
class | MainWindow |
WScout's main window. More... | |
class | Packet |
Packet widget. More... | |
class | PcapHeader |
PCAP header widget. More... | |
class | PrismHeader |
Prism header widget. More... | |
class | Trace |
Scrollable list of packets. More... | |
Functions | |
void | pixmapInit () |
QPixmap | pixmap (const QString &name) |
QPixmap wscout::gui::pixmap | ( | const QString & | name | ) |
Search and retrieve a pixmap inside the pixmap search paths.
e.g. when given "foo"
this function might search for /some/path/foo
.svg, /some/other/path/foo
.png, etc.
void wscout::gui::pixmapInit | ( | ) |
Initialize the pixmap search paths.
The pixmap search paths are composed of:
PIXMAP_PATH
environment variable, separated by semi-columns,
$(top_builddir)/pixmaps
$(top_srcdir)/pixmaps
$(pixmapdir)
/usr/local/share/wscout/pixmaps
by default)
/pixmaps
directory.
Pixmaps are searched in those directories in ascending order.