|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Per-type display configuration controlling selection, limits, and gradient styling of banner slides. More...
#include <info_banner_widget.h>
Public Attributes | |
| bool | randomized = false |
| int | maxdisplay = 0 |
| bool | only = false |
| bool | hidden = false |
| QColor | color_start |
| QColor | color_end |
| int | color_gradient |
| QList< QColor > | steps |
Per-type display configuration controlling selection, limits, and gradient styling of banner slides.
| QColor SlideTypeConfig::color_end |
Gradient end colour for slides of this type; uses default if not set
| int SlideTypeConfig::color_gradient |
Gradient angle in degrees (0 = left-to-right, 90 = top-to-bottom)
| QColor SlideTypeConfig::color_start |
Gradient start colour for slides of this type; uses default if not set
| bool SlideTypeConfig::hidden = false |
If true, suppress all slides of this type entirely (custom files only)
| int SlideTypeConfig::maxdisplay = 0 |
Maximum number of slides of this type to show per session; 0 = no limit
| bool SlideTypeConfig::only = false |
If true, only slides from this configuration file are used for this type
| bool SlideTypeConfig::randomized = false |
If true, slides of this type are shown in random order
| QList<QColor> SlideTypeConfig::steps |
Optional discrete gradient colour steps; overrides color_start and color_end if non-empty