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

A dialog for interacting with and selecting markers. More...

#include <marker_dialog.h>

Inheritance diagram for MarkerDialog:

Public Member Functions

 MarkerDialog (QWidget *parent, bool showToMove, const QVector< Marker * > &markers)
 Constructs a new MarkerDialog.
 
 ~MarkerDialog () final
 Destroys the MarkerDialog.
 
QString getText () const
 Gets the resulting text input from the dialog.
 
QString selectedMarker () const
 Gets the currently selected marker's identifier.
 

Detailed Description

A dialog for interacting with and selecting markers.

Constructor & Destructor Documentation

◆ MarkerDialog()

MarkerDialog::MarkerDialog ( QWidget *  parent,
bool  showToMove,
const QVector< Marker * > &  markers 
)

Constructs a new MarkerDialog.

Parameters
parentThe parent widget.
showToMoveTrue to show options for moving markers.
markersThe collection of available markers.

marker_dialog.cpp Marker of customplot By Hamdi Miladi hamdi.nosp@m..mil.nosp@m.adi@t.nosp@m.echn.nosp@m.ica-e.nosp@m.ngin.nosp@m.eerin.nosp@m.g.de Copyright 2025 Hamdi Miladi

Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs

SPDX-License-Identifier: GPL-2.0-or-later

Member Function Documentation

◆ getText()

QString MarkerDialog::getText ( ) const
inline

Gets the resulting text input from the dialog.

Returns
The result string.

◆ selectedMarker()

QString MarkerDialog::selectedMarker ( ) const
inline

Gets the currently selected marker's identifier.

Returns
The selected marker string.

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