Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
SlideTypeConfig Struct Reference

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
 

Detailed Description

Per-type display configuration controlling selection, limits, and gradient styling of banner slides.

Member Data Documentation

◆ color_end

QColor SlideTypeConfig::color_end

Gradient end colour for slides of this type; uses default if not set

◆ color_gradient

int SlideTypeConfig::color_gradient

Gradient angle in degrees (0 = left-to-right, 90 = top-to-bottom)

◆ color_start

QColor SlideTypeConfig::color_start

Gradient start colour for slides of this type; uses default if not set

◆ hidden

bool SlideTypeConfig::hidden = false

If true, suppress all slides of this type entirely (custom files only)

◆ maxdisplay

int SlideTypeConfig::maxdisplay = 0

Maximum number of slides of this type to show per session; 0 = no limit

◆ only

bool SlideTypeConfig::only = false

If true, only slides from this configuration file are used for this type

◆ randomized

bool SlideTypeConfig::randomized = false

If true, slides of this type are shown in random order

◆ steps

QList<QColor> SlideTypeConfig::steps

Optional discrete gradient colour steps; overrides color_start and color_end if non-empty


The documentation for this struct was generated from the following file: