Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
ModulePreferencesScrollArea Class Reference

A scroll area widget for displaying and editing module preferences. More...

#include <module_preferences_scroll_area.h>

Inheritance diagram for ModulePreferencesScrollArea:

Public Member Functions

 ModulePreferencesScrollArea (module_t *module, QWidget *parent=0)
 Constructs a new ModulePreferencesScrollArea.
 
 ~ModulePreferencesScrollArea ()
 Destroys the ModulePreferencesScrollArea.
 
const QString name () const
 Gets the name of the module.
 

Protected Member Functions

void showEvent (QShowEvent *)
 Handles the show event.
 
void resizeEvent (QResizeEvent *evt)
 Handles the resize event.
 

Detailed Description

A scroll area widget for displaying and editing module preferences.

Constructor & Destructor Documentation

◆ ModulePreferencesScrollArea()

ModulePreferencesScrollArea::ModulePreferencesScrollArea ( module_t module,
QWidget *  parent = 0 
)
explicit

Constructs a new ModulePreferencesScrollArea.

Parameters
moduleThe module associated with the preferences.
parentThe parent widget, defaults to 0.

Member Function Documentation

◆ name()

const QString ModulePreferencesScrollArea::name ( ) const

Gets the name of the module.

Returns
The module name as a string.

◆ resizeEvent()

void ModulePreferencesScrollArea::resizeEvent ( QResizeEvent *  evt)
protected

Handles the resize event.

Parameters
evtThe resize event.

The documentation for this class was generated from the following files: