From ea28298e961bca09a4294a4130463ea54123fa14 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 21 Nov 2013 01:28:17 +0000 Subject: 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 --- ui/qt/main_window.h | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'ui/qt/main_window.h') 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 -- cgit v1.2.3