|
void | setDisplayFilter (QString filter, FilterAction::Action action, FilterAction::ActionType filterType) |
|
virtual void | filterPackets (QString, bool)=0 |
|
virtual void | showPreferencesDialog (QString module_name)=0 |
|
virtual void | showIOGraphDialog (io_graph_item_unit_t, QString)=0 |
|
void | layoutPanes () |
|
void | applyRecentPaneGeometry () |
|
|
void | setCaptureFile (capture_file *cf) |
|
void | fieldSelected (FieldInformation *) |
|
void | framesSelected (QList< int >) |
|
void | filterAction (QString filter, FilterAction::Action action, FilterAction::ActionType type) |
|
void | displayFilterSuccess (bool success) |
|
|
| MainWindow (QWidget *parent=nullptr) |
|
bool | hasSelection () |
|
bool | hasUniqueSelection () |
|
QList< int > | selectedRows (bool useFrameNum=false) |
|
void | insertColumn (QString name, QString abbrev, int pos=-1) |
|
void | gotoFrame (int packet_num) |
|
frame_data * | frameDataForRow (int) const |
|
QString | getFilter () |
|
MainStatusBar * | statusBar () |
|
void | appendPacketMenu (FunnelAction *funnel_action) |
|
QList< QAction * > | getPacketMenuActions () |
|
void | clearAddedPacketMenus () |
|
bool | addPacketMenus (QMenu *ctx_menu, GPtrArray *finfo_array) |
|
|
enum | CopySelected {
CopyAllVisibleItems
, CopyAllVisibleSelectedTreeItems
, CopySelectedDescription
, CopySelectedFieldName
,
CopySelectedValue
, CopyListAsText
, CopyListAsCSV
, CopyListAsYAML
,
CopyListAsHTML
} |
|
|
void | addDisplayFilterTranslationActions (QMenu *copy_menu) |
|
void | updateDisplayFilterTranslationActions (const QString &df_text) |
|
|
void | showWelcome () |
|
void | showCapture () |
|
QWidget * | getLayoutWidget (layout_pane_content_e type) |
|
The documentation for this class was generated from the following files:
- /builds/wireshark/wireshark/ui/qt/main_window.h
- /builds/wireshark/wireshark/ui/qt/main_window.cpp
- /builds/wireshark/wireshark/ui/qt/main_window_layout.cpp