aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/analyzerbase/analyzerconstants.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-04-04 13:03:45 +0200
committerKai Koehne <kai.koehne@nokia.com>2011-04-04 15:59:27 +0200
commite5679e8a95113c3fca74f525ace31301ea332452 (patch)
tree745c8a90f3c3b69a42d6c76c0bb3735efa0e5260 /src/plugins/analyzerbase/analyzerconstants.h
parentfe876b558017445edb9fd9cf7fb05fe3441fa6f5 (diff)
AnalyzerManager: Make menu extendible
Use Commands everywhere, so that other plugins can extend it.
Diffstat (limited to 'src/plugins/analyzerbase/analyzerconstants.h')
-rw-r--r--src/plugins/analyzerbase/analyzerconstants.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/analyzerbase/analyzerconstants.h b/src/plugins/analyzerbase/analyzerconstants.h
index bb7c874c04..95563a2363 100644
--- a/src/plugins/analyzerbase/analyzerconstants.h
+++ b/src/plugins/analyzerbase/analyzerconstants.h
@@ -58,9 +58,14 @@ const char * const C_ANALYZEMODE = "Analyzer.AnalyzeMode";
// menu
const char * const M_DEBUG_ANALYZER = "Analyzer.Menu.StartAnalyzer";
+const char * const G_ANALYZER_STARTSTOP = "Menu.Group.Analyzer.StartStop";
+const char * const G_ANALYZER_TOOLS = "Menu.Group.Analyzer.Tools";
+
const char * const START = "Analyzer.Start";
const char * const STARTREMOTE = "Analyzer.StartRemote";
const char * const STOP = "Analyzer.Stop";
+const char * const ANALYZER_TOOLS = "Menu.Action.Analyzer.Tools.";
+const char * const ANALYZER_TOOLS_SEPARATOR = "Menu.Action.Analyzer.Tools.Separator";
// options dialog
const char * const ANALYZER_SETTINGS_CATEGORY = "T.Analyzer";