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

A custom line edit for find operations, supporting regex and textual search. More...

#include <find_line_edit.h>

Inheritance diagram for FindLineEdit:

Signals

void useRegexFind (bool use_regex)
 Signal emitted when the regex search mode is toggled.
 

Public Member Functions

 FindLineEdit (QWidget *parent=0)
 Constructs a new FindLineEdit.
 
 ~FindLineEdit ()
 Destroys the FindLineEdit.
 

Detailed Description

A custom line edit for find operations, supporting regex and textual search.

Constructor & Destructor Documentation

◆ FindLineEdit()

FindLineEdit::FindLineEdit ( QWidget *  parent = 0)
inlineexplicit

Constructs a new FindLineEdit.

Parameters
parentThe parent widget, defaults to 0.

Member Function Documentation

◆ useRegexFind

void FindLineEdit::useRegexFind ( bool  use_regex)
signal

Signal emitted when the regex search mode is toggled.

Parameters
use_regexTrue if regular expressions should be used, false for plain text.

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