|
enum | Action {
ActionApply,
ActionColorize,
ActionCopy,
ActionFind,
ActionPrepare,
ActionWebLookup
} |
|
enum | ActionType {
ActionTypePlain,
ActionTypeNot,
ActionTypeAnd,
ActionTypeOr,
ActionTypeAndNot,
ActionTypeOrNot
} |
|
enum | ActionDirection {
ActionDirectionAToFromB,
ActionDirectionAToB,
ActionDirectionAFromB,
ActionDirectionAToFromAny,
ActionDirectionAToAny,
ActionDirectionAFromAny,
ActionDirectionAnyToFromB,
ActionDirectionAnyToB,
ActionDirectionAnyFromB
} |
|
|
| FilterAction (QObject *parent, Action action, ActionType type, ActionDirection direction) |
|
| FilterAction (QObject *parent, Action action, ActionType type) |
|
| FilterAction (QObject *parent, Action action) |
|
Action | action () |
|
ActionType | actionType () |
|
ActionDirection | actionDirection () |
|
|
static const QList< Action > | actions () |
|
static const QString | actionName (Action action) |
|
static const QList< ActionType > | actionTypes (Action filter_action=ActionApply) |
|
static const QString | actionTypeName (ActionType type) |
|
static const QList< ActionDirection > | actionDirections () |
|
static const QString | actionDirectionName (ActionDirection direction) |
|
The documentation for this class was generated from the following files:
- /home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/ui/qt/filter_action.h
- /home/wireshark/builders/wireshark-master/ubuntu-16.04-x64/build/ui/qt/filter_action.cpp