|
void | checkFilter () |
|
void | updateBookmarkMenu () |
|
void | saveFilter () |
|
void | removeFilter () |
|
void | showFilters () |
|
void | prepareFilter () |
|
void | setStyleSheet (const QString &style_sheet) |
|
void | insertFilter (const QString &filter) |
|
void | checkDisplayFilter (QString filter) |
|
void | checkFieldName (QString field) |
|
void | checkCustomColumn (QString fields) |
|
void | checkInteger (QString number) |
|
|
void | pushFilterSyntaxStatus (const QString &) |
|
void | popFilterSyntaxStatus () |
|
void | captureFilterSyntaxChanged (bool valid) |
|
void | startCapture () |
|
void | addBookmark (const QString filter) |
|
|
| CaptureFilterEdit (QWidget *parent=0, bool plain=false) |
|
void | setConflict (bool conflict=false) |
|
| SyntaxLineEdit (QWidget *parent=0) |
|
SyntaxState | syntaxState () const |
|
void | setSyntaxState (SyntaxState state=Empty) |
|
QString | syntaxErrorMessage () |
|
QString | styleSheet () const |
|
QString | deprecatedToken () |
|
void | setCompleter (QCompleter *c) |
|
QCompleter * | completer () const |
|
|
static QPair< const QString, bool > | getSelectedFilter () |
|
|
void | paintEvent (QPaintEvent *evt) |
|
void | resizeEvent (QResizeEvent *) |
|
void | keyPressEvent (QKeyEvent *event) |
|
void | focusInEvent (QFocusEvent *event) |
|
void | setCompletionTokenChars (const QString &token_chars) |
|
bool | isComplexFilter (const QString &filter) |
|
QPoint | getTokenUnderCursor () |
|
virtual bool | event (QEvent *event) |
|
void | completionKeyPressEvent (QKeyEvent *event) |
|
void | completionFocusInEvent (QFocusEvent *event) |
|
virtual void | focusOutEvent (QFocusEvent *event) |
|
|
enum | SyntaxState {
Empty,
Busy,
Invalid,
Deprecated,
Valid
} |
|
QCompleter * | completer_ |
|
QStringListModel * | completion_model_ |
|
SyntaxState | syntaxState |
|
The documentation for this class was generated from the following files:
- /home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/ui/qt/widgets/capture_filter_edit.h
- ui/qt/moc_capture_filter_edit.cpp
- /home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/ui/qt/widgets/capture_filter_edit.cpp