WScout's GUI elements. More...
Classes | |
struct | AbstractHeader |
Interface for protocol header widgets. More... | |
struct | AVSHeader |
AVS header widget. More... | |
struct | Dialog |
Base for WScout dialog boxes. More... | |
class | FilterDialog |
Dialog box to filter PCAP traces through external processes. More... | |
class | FindThread |
Thread that effectively perform searching a trace. More... | |
class | FindDialog |
Dialog box to search frames. More... | |
struct | HeaderBase |
Base class for all protocol header widgets. More... | |
struct | HeaderFrame |
Basic class to provide a frame around protocol header widgets. More... | |
class | HexDumpDock |
Hexadecimal dumper dock widget. Display hexadecimal content. More... | |
struct | IEEE80211BeaconHeader |
IEEE 802.11 management frame bodies Widget. More... | |
struct | IEEE80211Header |
IEEE 802.11 Widget. More... | |
struct | IPHeader |
Base for IP header widgets (IPv4Header, IPv6Header). More... | |
struct | IPv4Header |
IPv4 header widget. More... | |
struct | IPv6Header |
IPv6 header widget. More... | |
struct | LLCHeader |
LLC header widget. More... | |
class | MainWindow |
WScout's main window. More... | |
class | Packet |
Packet widget. More... | |
struct | PcapHeader |
PCAP header widget. More... | |
struct | PHYHeader |
Base clase for PHY header widgets (e.g. More... | |
struct | PrismHeader |
Prism header widget. More... | |
class | Trace |
Scrollable list of packets. More... | |
Functions | |
void | pixmapInit () |
QPixmap | pixmap (const QString &name) |
Variables | |
const QString | pixmap_search_path_prefix = "pixmaps" |
WScout's GUI elements.
QPixmap wscout::gui::pixmap | ( | const QString & | name | ) | [inline] |
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.
References pixmap_search_path_prefix.
void wscout::gui::pixmapInit | ( | ) |
Initialize the pixmap search paths.
The pixmap search paths are composed of:
The directories listed in the PIXMAP_PATH
environment variable, separated by semi-columns,
$(top_builddir)/pixmaps
$(top_srcdir)/pixmaps
$(pixmapdir)
(/usr/local/share/wscout/pixmaps
by default)
The application's internal resources, in the /pixmaps
directory.
Pixmaps are searched in those directories in ascending order.
const QString wscout::gui::pixmap_search_path_prefix = "pixmaps" |
Hold the Qt prefix for the pixmap search path.
Referenced by pixmap().