aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.h
diff options
context:
space:
mode:
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