wscout::gui Namespace Reference

WScout's GUI elements. More...


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)


Detailed Description

WScout's GUI elements.

Function Documentation

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:

  1. The directories listed in the PIXMAP_PATH environment variable, separated by semi-columns,

  2.  $(top_builddir)/pixmaps 
    

  3.  $(top_srcdir)/pixmaps 
    

  4.  $(pixmapdir) 
    
    (/usr/local/share/wscout/pixmaps by default)

  5. The application's internal resources, in the /pixmaps directory.

Pixmaps are searched in those directories in ascending order.


Generated on Wed Sep 12 16:02:49 2007 for WScout by  doxygen 1.5.3