Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
StratosharkProfileDialog Class Reference

Stratoshark-specific specialisation of the profile management dialog. More...

#include <stratoshark_profile_dialog.h>

Inheritance diagram for StratosharkProfileDialog:
ProfileDialog GeometryStateDialog

Public Member Functions

 StratosharkProfileDialog (QWidget *parent=0)
 Constructs the dialog and initialises Stratoshark-specific profile UI.
virtual ~StratosharkProfileDialog ()
 Destroys the dialog.
Public Member Functions inherited from ProfileDialog
 ProfileDialog (QWidget *parent=Q_NULLPTR)
 Constructs a ProfileDialog.
virtual ~ProfileDialog ()
 Destroys the ProfileDialog.
int execAction (ProfileAction profile_action)
 Executes a specific profile action.
void selectProfile (QString profile=QString())
 Select the profile with the given name.
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.

Additional Inherited Members

Public Types inherited from ProfileDialog
enum  ProfileAction {
  ShowProfiles , NewProfile , ImportZipProfile , ImportDirProfile ,
  ExportSingleProfile , ExportAllProfiles , EditCurrentProfile , DeleteCurrentProfile
}
 Actions that can be performed on profiles. More...
Protected Member Functions inherited from ProfileDialog
virtual void keyPressEvent (QKeyEvent *event) override
 Handles key press events within the dialog.
QLabel * autoSwitchLimitLabel () const
 Gets the auto switch limit label UI element.
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

Stratoshark-specific specialisation of the profile management dialog.

Constructor & Destructor Documentation

◆ StratosharkProfileDialog()

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

Constructs the dialog and initialises Stratoshark-specific profile UI.

Parameters
parentOptional parent widget.

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