source: src/UIElements/Menu/MenuDescription.cpp@ ad7270

Action_Thermostats Add_AtomRandomPerturbation Add_FitFragmentPartialChargesAction Add_RotateAroundBondAction Add_SelectAtomByNameAction Added_ParseSaveFragmentResults AddingActions_SaveParseParticleParameters Adding_Graph_to_ChangeBondActions Adding_MD_integration_tests Adding_ParticleName_to_Atom Adding_StructOpt_integration_tests AtomFragments Automaking_mpqc_open AutomationFragmentation_failures Candidate_v1.5.4 Candidate_v1.6.0 Candidate_v1.6.1 ChangeBugEmailaddress ChangingTestPorts ChemicalSpaceEvaluator CombiningParticlePotentialParsing Combining_Subpackages Debian_Package_split Debian_package_split_molecuildergui_only Disabling_MemDebug Docu_Python_wait EmpiricalPotential_contain_HomologyGraph EmpiricalPotential_contain_HomologyGraph_documentation Enable_parallel_make_install Enhance_userguide Enhanced_StructuralOptimization Enhanced_StructuralOptimization_continued Example_ManyWaysToTranslateAtom Exclude_Hydrogens_annealWithBondGraph FitPartialCharges_GlobalError Fix_BoundInBox_CenterInBox_MoleculeActions Fix_ChargeSampling_PBC Fix_ChronosMutex Fix_FitPartialCharges Fix_FitPotential_needs_atomicnumbers Fix_ForceAnnealing Fix_IndependentFragmentGrids Fix_ParseParticles Fix_ParseParticles_split_forward_backward_Actions Fix_PopActions Fix_QtFragmentList_sorted_selection Fix_Restrictedkeyset_FragmentMolecule Fix_StatusMsg Fix_StepWorldTime_single_argument Fix_Verbose_Codepatterns Fix_fitting_potentials Fixes ForceAnnealing_goodresults ForceAnnealing_oldresults ForceAnnealing_tocheck ForceAnnealing_with_BondGraph ForceAnnealing_with_BondGraph_continued ForceAnnealing_with_BondGraph_continued_betteresults ForceAnnealing_with_BondGraph_contraction-expansion FragmentAction_writes_AtomFragments FragmentMolecule_checks_bonddegrees GeometryObjects Gui_Fixes Gui_displays_atomic_force_velocity ImplicitCharges IndependentFragmentGrids IndependentFragmentGrids_IndividualZeroInstances IndependentFragmentGrids_IntegrationTest IndependentFragmentGrids_Sole_NN_Calculation JobMarket_RobustOnKillsSegFaults JobMarket_StableWorkerPool JobMarket_unresolvable_hostname_fix MoreRobust_FragmentAutomation ODR_violation_mpqc_open PartialCharges_OrthogonalSummation PdbParser_setsAtomName PythonUI_with_named_parameters QtGui_reactivate_TimeChanged_changes Recreated_GuiChecks Rewrite_FitPartialCharges RotateToPrincipalAxisSystem_UndoRedo SaturateAtoms_findBestMatching SaturateAtoms_singleDegree StoppableMakroAction Subpackage_CodePatterns Subpackage_JobMarket Subpackage_LinearAlgebra Subpackage_levmar Subpackage_mpqc_open Subpackage_vmg Switchable_LogView ThirdParty_MPQC_rebuilt_buildsystem TrajectoryDependenant_MaxOrder TremoloParser_IncreasedPrecision TremoloParser_MultipleTimesteps TremoloParser_setsAtomName Ubuntu_1604_changes stable
Last change on this file since ad7270 was ad7270, checked in by Frederik Heber <heber@…>, 14 years ago

Reduced initial verbosity of code.

FIX:

  • initUI() - no more admonishing of missing bond length table.

The following messages have been placed in comments:

  • Registering of Action/Options.
  • Looking for KnownTypes.
  • Stating MenuNames, Separators and submenu creations.
  • No more listing of parsed elements.
  • No more listing of thermostats.

The following messages have been added:

  • prepended scanning arguments in CommandLineParser::scan...().
  • prepended running arguments in CommandLineWindow::display().
  • additional new line after ProgamHeader().
  • correct CommandLine UI setting to occur before arguments are parsed.
  • changed verbosity levels of CommandLineParser::scanforSequenceOfArguments(), also all use DoLog(), i.e. global verbosity makes them be listed again.

NOTE:

  • MemDebug: as delete NULL is safe, we do not warn when this occurs. Also, in Qt this happens a lot.

TESTFIX:

  • setting global verbosity to 1, messed with Standard_Options/1. There we set verbosity to 9 to avoid this in the future.
  • Property mode set to 100644
File size: 6.1 KB
Line 
1/*
2 * Project: MoleCuilder
3 * Description: creates and alters molecular systems
4 * Copyright (C) 2010 University of Bonn. All rights reserved.
5 * Please see the LICENSE file or "Copyright notice" in builder.cpp for details.
6 */
7
8/*
9 * MenuDescription.cpp
10 *
11 * Created on: Oct 26, 2010
12 * Author: heber
13 */
14
15// include config.h
16#ifdef HAVE_CONFIG_H
17#include <config.h>
18#endif
19
20#include "Helpers/MemDebug.hpp"
21
22#include <iostream>
23#include <map>
24#include <string>
25
26//#include "Actions/ActionRegistry.hpp"
27#include "Menu/MenuDescription.hpp"
28
29#include "Patterns/Singleton_impl.hpp"
30
31MenuDescription::TextMap *MenuDescription::MenuDescriptionsMap = NULL;
32MenuDescription::IterableMap *MenuDescription::MenuPositionMap = NULL;
33MenuDescription::TextMap *MenuDescription::MenuNameMap = NULL;
34
35
36/** Constructor of class MenuDescription.
37 *
38 */
39MenuDescription::MenuDescription()
40{
41 // allocate maps
42 MenuDescriptionsMap = new TextMap();
43 MenuPositionMap = new IterableMap();
44 MenuNameMap = new TextMap();
45
46 // put each menu into its place, "" means top level
47 MenuPositionMap->insert(std::make_pair("analysis",TopPosition("tools",1)));
48 MenuPositionMap->insert(std::make_pair("atom",TopPosition("edit",1)));
49 MenuPositionMap->insert(std::make_pair("command",TopPosition("",3)));
50 MenuPositionMap->insert(std::make_pair("edit",TopPosition("",2)));
51 MenuPositionMap->insert(std::make_pair("fragmentation",TopPosition("tools",3)));
52 MenuPositionMap->insert(std::make_pair("molecule",TopPosition("edit",2)));
53 MenuPositionMap->insert(std::make_pair("parser",TopPosition("edit",3)));
54 MenuPositionMap->insert(std::make_pair("selection",TopPosition("edit",4)));
55 MenuPositionMap->insert(std::make_pair("tesselation",TopPosition("tools",2)));
56 MenuPositionMap->insert(std::make_pair("tools",TopPosition("",4)));
57 MenuPositionMap->insert(std::make_pair("world",TopPosition("",1)));
58
59 // put menu description into each menu category
60 MenuDescriptionsMap->insert(std::make_pair("analysis","Analysis (pair correlation, volume)"));
61 MenuDescriptionsMap->insert(std::make_pair("atom","Edit atoms"));
62 MenuDescriptionsMap->insert(std::make_pair("command","Configuration"));
63 MenuDescriptionsMap->insert(std::make_pair("edit","Edit"));
64 MenuDescriptionsMap->insert(std::make_pair("fragmentation","Fragmentation"));
65 MenuDescriptionsMap->insert(std::make_pair("molecule","Parse files into system"));
66 MenuDescriptionsMap->insert(std::make_pair("parser","Edit molecules (load, parse, save)"));
67 MenuDescriptionsMap->insert(std::make_pair("selection","Select atoms/molecules"));
68 MenuDescriptionsMap->insert(std::make_pair("tesselation","Tesselate molecules"));
69 MenuDescriptionsMap->insert(std::make_pair("tools","Various tools"));
70 MenuDescriptionsMap->insert(std::make_pair("world","Edit world"));
71
72 // put menu name into each menu category
73 MenuNameMap->insert(std::make_pair("analysis","Analysis"));
74 MenuNameMap->insert(std::make_pair("atom","Atoms"));
75 MenuNameMap->insert(std::make_pair("command","Configuration"));
76 MenuNameMap->insert(std::make_pair("edit","Edit"));
77 MenuNameMap->insert(std::make_pair("fragmentation","Fragmentation"));
78 MenuNameMap->insert(std::make_pair("molecule","Molecules"));
79 MenuNameMap->insert(std::make_pair("parser","Input/Output"));
80 MenuNameMap->insert(std::make_pair("selection","Selection"));
81 MenuNameMap->insert(std::make_pair("tesselation","Tesselation"));
82 MenuNameMap->insert(std::make_pair("tools","Tools"));
83 MenuNameMap->insert(std::make_pair("world","Globals"));
84}
85
86/** Destructor of class MenuDescription.
87 *
88 */
89MenuDescription::~MenuDescription()
90{
91 //std::cout << "MenuDescription: clearing maps ... " << std::endl;
92 for (IterableMap::iterator iter = MenuPositionMap->begin(); !MenuPositionMap->empty(); iter = MenuPositionMap->begin())
93 MenuPositionMap->erase(iter);
94 delete MenuNameMap;
95 delete MenuDescriptionsMap;
96 delete MenuPositionMap;
97}
98
99/** Getter for MenuDescriptionsMap.
100 * \param token name of menu
101 * \return description string of the menu or empty
102 */
103const std::string MenuDescription::getDescription(const std::string &token) const
104{
105 if (MenuDescriptionsMap->find(token) != MenuDescriptionsMap->end())
106 return MenuDescriptionsMap->find(token)->second;
107 else
108 return std::string();
109}
110
111/** Getter for MenuNameMap->
112 * \param token name of menu
113 * \return description string of the menu or empty
114 */
115const std::string MenuDescription::getName(const std::string &token) const
116{
117 if (MenuNameMap->find(token) != MenuNameMap->end())
118 return MenuNameMap->find(token)->second;
119 else
120 return std::string();
121}
122
123///** Constructs a multimap of all menus running over all actions belonging to it.
124// * \return multimap with which actions belongs to which menu.
125// */
126//std::multimap <std::string, std::string> MenuDescription::getMenuItemsMap() const
127//{
128// std::multimap <std::string, std::string> result;
129//
130// ActionRegistry &AR = ActionRegistry::getInstance();
131// for (ActionRegistry::const_iterator iter = AR.getBeginIter();iter != AR.getEndIter();++iter) {
132// std::cout << "Inserting " << (iter->second)->getName() << " into menu " << (iter->second)->Traits.getMenuName() << std::endl;
133// result.insert( std::pair<std::string, std::string> ((iter->second)->Traits.getMenuName(), (iter->second)->getName()));
134// }
135// // TODO: MenuPosition is not yet realized.
136// return result;
137//}
138
139/** Forward iterator from beginning of list of descriptions.
140 * \return iterator
141 */
142MenuDescription::iterator MenuDescription::getBeginIter()
143{
144 return MenuPositionMap->begin();
145}
146
147/** Forward iterator at end of list of descriptions.
148 * \return iterator
149 */
150MenuDescription::iterator MenuDescription::getEndIter()
151{
152 return MenuPositionMap->end();
153}
154
155/** Constant forward iterator from beginning of list of descriptions.
156 * \return constant iterator
157 */
158MenuDescription::const_iterator MenuDescription::getBeginIter() const
159{
160 return MenuPositionMap->begin();
161}
162
163/** Constant forward iterator at end of list of descriptions.
164 * \return constant iterator
165 */
166MenuDescription::const_iterator MenuDescription::getEndIter() const
167{
168 return MenuPositionMap->end();
169}
170
171CONSTRUCT_SINGLETON(MenuDescription)
Note: See TracBrowser for help on using the repository browser.