Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
|
Public Slots | |
bool | checkFilter () |
void | updateBookmarkMenu () |
void | applyDisplayFilter () |
void | displayFilterSuccess (bool success) |
![]() | |
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) |
Public Member Functions | |
DisplayFilterEdit (QWidget *parent=0, DisplayFilterEditType type=DisplayFilterToEnter) | |
![]() | |
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 |
Protected Member Functions | |
void | paintEvent (QPaintEvent *evt) |
void | resizeEvent (QResizeEvent *) |
void | keyPressEvent (QKeyEvent *event) |
void | focusInEvent (QFocusEvent *event) |
void | focusOutEvent (QFocusEvent *event) |
virtual void | dragEnterEvent (QDragEnterEvent *event) |
virtual void | dragMoveEvent (QDragMoveEvent *event) |
virtual void | dropEvent (QDropEvent *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) |
Additional Inherited Members | |
![]() | |
enum | SyntaxState { Empty, Busy, Invalid, Deprecated, Valid } |
![]() | |
QCompleter * | completer_ |
QStringListModel * | completion_model_ |
![]() | |
SyntaxState | syntaxState |