aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-11-21 01:28:17 +0000
committerGerald Combs <gerald@wireshark.org>2013-11-21 01:28:17 +0000
commitea28298e961bca09a4294a4130463ea54123fa14 (patch)
tree2a049a21dfac639bb965dbeaa0f4dc5ff2f61f5e /ui/qt/main_window.h
parent3111b6c88968bec609dfc04912f6cfaf65a6927a (diff)
Add a statistics tree dialog.
Add menu items for each corresponding item in gtk/main_menubar.c that calls gtk_stats_tree_cb(). Hopefully that's everything. Note that we use quite a bit less code than the GTK+ flavor and why we might not want to do that. Change a few things in ui/qt/CMakeLists.txt to more closely match the GTK+ version. Add plumbing for tap registrations in CMakeLists.txt and Makefile.am. Add the ability to copy text as CSV or YAML. svn path=/trunk/; revision=53464
Diffstat (limited to 'ui/qt/main_window.h')
-rw-r--r--ui/qt/main_window.h21
1 files changed, 20 insertions, 1 deletions
diff --git a/ui/qt/main_window.h b/ui/qt/main_window.h
index ff42c0a6a9..c6ac5219ca 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -318,8 +318,27 @@ private slots:
void on_actionStatisticsTcpStreamThroughput_triggered();
void on_actionStatisticsTcpStreamRoundTripTime_triggered();
void on_actionStatisticsTcpStreamWindowScaling_triggered();
-};
+ void openStatisticsTreeDialog(const gchar *abbr);
+ void on_actionStatisticsANCP_triggered();
+ void on_actionStatisticsBACappInstanceId_triggered();
+ void on_actionStatisticsBACappIP_triggered();
+ void on_actionStatisticsBACappObjectId_triggered();
+ void on_actionStatisticsBACappService_triggered();
+ void on_actionStatisticsCollectd_triggered();
+ void on_actionStatisticsHART_IP_triggered();
+ void on_actionStatisticsHTTPPacketCounter_triggered();
+ void on_actionStatisticsHTTPRequests_triggered();
+ void on_actionStatisticsHTTPLoadDistribution_triggered();
+ void on_actionStatisticsPacketLen_triggered();
+ void on_actionStatisticsSametime_triggered();
+
+ void on_actionTelephonyISUPMessages_triggered();
+ void on_actionTelephonyRTSPPacketCounter_triggered();
+ void on_actionTelephonySMPPOperations_triggered();
+ void on_actionTelephonyUCPMessages_triggered();
+
+};
#endif // MAINWINDOW_H