|
| enum | StatusType { New = 0
, Existing
, Changed
, Copy
} |
| |
|
|
| ProfileItem (profile_def *profile) |
| |
|
| ProfileItem (QString name, QString reference, StatusType status, bool isGlobal, bool fromGlobal, bool isImport) |
| |
|
const QString & | getName () const |
| |
|
const QString | getType () const |
| |
|
const QString & | getAutoSwitchFilter () const |
| |
|
StatusType | getStatus () const |
| |
|
bool | isGlobal () const |
| |
|
bool | isFromGlobal () const |
| |
|
bool | isChanged () const |
| |
|
bool | isDefault () const |
| |
|
bool | isImport () const |
| |
|
bool | isDeleted () const |
| |
|
const QString & | getReference () const |
| |
|
QString | getProfilePath (QString profileName="") const |
| |
|
void | setName (QString value) |
| |
|
void | setStatus (StatusType status) |
| |
|
void | setAutoSwitchFilter (QString value) |
| |
|
void | setForDeletion () |
| |
The documentation for this class was generated from the following files:
- /builds/wireshark/wireshark/ui/qt/models/profile_model.h
- /builds/wireshark/wireshark/ui/qt/models/profile_model.cpp