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

A dialog window that displays the available keyboard shortcuts. More...

#include <keyboard_shortcuts_dialog.h>

Inheritance diagram for KeyboardShortcutsDialog:
GeometryStateDialog

Public Member Functions

 KeyboardShortcutsDialog (QWidget *parent=0)
 Constructs a new KeyboardShortcutsDialog.
 
 ~KeyboardShortcutsDialog ()
 Destroys the KeyboardShortcutsDialog.
 
- Public Member Functions inherited from GeometryStateDialog
 GeometryStateDialog (QWidget *parent, Qt::WindowFlags f=Qt::Window)
 Constructs a new GeometryStateDialog with the specified parent and window flags.
 
 ~GeometryStateDialog ()
 Save the geometry and splitter state and then destroy the GeometryStateDialog.
 
void setWindowModality (Qt::WindowModality windowModality)
 Sets the window modality for the dialog. On non-macOS platforms, this also sets the parent to ensure modal dialogs are always on top of their parent.
 

Protected Member Functions

void showEvent (QShowEvent *event) override
 Handles the event when the dialog is shown.
 
- Protected Member Functions inherited from GeometryStateDialog
void loadGeometry (int width=0, int height=0, const QString &dialog_name=QString())
 Loads the geometry and splitter state for the dialog.
 
void loadSplitterState (QSplitter *splitter=nullptr)
 Loads the state of a splitter for the dialog.
 

Detailed Description

A dialog window that displays the available keyboard shortcuts.

Constructor & Destructor Documentation

◆ KeyboardShortcutsDialog()

KeyboardShortcutsDialog::KeyboardShortcutsDialog ( QWidget *  parent = 0)
explicit

Constructs a new KeyboardShortcutsDialog.

Parameters
parentThe parent widget, defaults to 0.

Member Function Documentation

◆ showEvent()

void KeyboardShortcutsDialog::showEvent ( QShowEvent *  event)
overrideprotected

Handles the event when the dialog is shown.

Parameters
eventThe show event.

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