|
|
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 |
| |
|
virtual void | showPlotDialog (const QString &, bool)=0 |
| |
|
void | layoutPanes () |
| |
|
void | applyRecentPaneGeometry () |
| |
|
void | updateForUnsavedChanges () |
| |
|
|
void | setCaptureFile (capture_file *cf) |
| |
|
void | captureActive (int) |
| |
|
void | fieldSelected (FieldInformation *) |
| |
|
void | fieldHighlight (FieldInformation *) |
| |
|
void | framesSelected (QList< int >) |
| |
|
void | filterAction (QString filter, FilterAction::Action action, FilterAction::ActionType type) |
| |
|
void | displayFilterSuccess (bool success) |
| |
|
|
| MainWindow (QWidget *parent=nullptr) |
| |
|
void | setMainWindowTitle (QString title=QString()) |
| |
|
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 | updateTitlebar () |
| |
|
|
void | showWelcome () |
| |
|
void | showCapture () |
| |
|
void | setTitlebarForCaptureInProgress () |
| |
|
void | setIconForCaptureInProgress (bool capture_in_progress) |
| |
|
virtual void | setMenusForCaptureFile (bool force_disable=false)=0 |
| |
|
QWidget * | getLayoutWidget (layout_pane_content_e type) |
| |
| void | populateRecentCapturesMenu () |
| |
| void | retranslateUiElements () |
| | Handle retranslation of UI elements in MainWindow.
|
| |
| virtual void | openRecentCaptureFile (const QString &filename)=0 |
| |
◆ openRecentCaptureFile()
| virtual void MainWindow::openRecentCaptureFile |
( |
const QString & |
filename | ) |
|
|
protectedpure virtual |
◆ populateRecentCapturesMenu()
| void MainWindow::populateRecentCapturesMenu |
( |
| ) |
|
|
protected |
◆ retranslateUiElements()
| void MainWindow::retranslateUiElements |
( |
| ) |
|
|
protected |
Handle retranslation of UI elements in MainWindow.
This function is called when the application language changes and usually handles elements like menu items and labels that need to be updated to reflect the new language.
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