Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Public Slots | Signals | Public Member Functions | Protected Member Functions | List of all members
FieldFilterEdit Class Reference
Inheritance diagram for FieldFilterEdit:
SyntaxLineEdit

Public Slots

bool checkFilter ()
 
void applyDisplayFilter ()
 
- Public Slots inherited from SyntaxLineEdit
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)
 

Signals

void pushFilterSyntaxStatus (const QString &)
 
void popFilterSyntaxStatus ()
 
void pushFilterSyntaxWarning (const QString &)
 
void filterPackets (QString new_filter, bool force)
 

Public Member Functions

 FieldFilterEdit (QWidget *parent=0)
 
- Public Member Functions inherited from SyntaxLineEdit
 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 keyPressEvent (QKeyEvent *event)
 
void focusInEvent (QFocusEvent *event)
 
void focusOutEvent (QFocusEvent *event)
 
- Protected Member Functions inherited from SyntaxLineEdit
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

- Public Types inherited from SyntaxLineEdit
enum  SyntaxState {
  Empty, Busy, Invalid, Deprecated,
  Valid
}
 
- Protected Attributes inherited from SyntaxLineEdit
QCompleter * completer_
 
QStringListModel * completion_model_
 
- Properties inherited from SyntaxLineEdit
SyntaxState syntaxState
 

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