Changeset f62e60 for src/UIElements
- Timestamp:
- Jan 27, 2015, 5:18:30 PM (10 years ago)
- Branches:
- 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
- Children:
- bed759
- Parents:
- 1c3390
- git-author:
- Frederik Heber <heber@…> (01/18/15 12:22:39)
- git-committer:
- Frederik Heber <heber@…> (01/27/15 17:18:30)
- Location:
- src/UIElements
- Files:
-
- 2 added
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Makefile.am
r1c3390 rf62e60 167 167 UIElements/Qt4/QtDialog.cpp \ 168 168 UIElements/Qt4/QtUIFactory.cpp \ 169 UIElements/Views/Qt4/MoleculeList/QtMoleculeList.cpp \ 170 UIElements/Views/Qt4/MoleculeList/QtMoleculeListView.cpp \ 169 171 UIElements/Menu/Qt4/QtMenuPipe.cpp \ 170 172 UIElements/Views/Qt4/QtElementList.cpp \ … … 173 175 UIElements/Views/Qt4/QtInfoBox.cpp \ 174 176 UIElements/Views/Qt4/QtLogBox.cpp \ 175 UIElements/Views/Qt4/QtMoleculeList.cpp \176 177 UIElements/Views/Qt4/QtShapeController.cpp \ 177 178 UIElements/Views/Qt4/QtShapeList.cpp \ … … 195 196 UIElements/Menu/Qt4/QMenu_tooltip.hpp \ 196 197 UIElements/Menu/Qt4/QtMenuPipe.hpp \ 197 UIElements/Views/Qt4/QDebugStream.hpp \ 198 UIElements/Views/Qt4/MoleculeList/QtMoleculeList.hpp \ 199 UIElements/Views/Qt4/MoleculeList/QtMoleculeListView.hpp \ 198 200 UIElements/Views/Qt4/QtElementList.hpp \ 199 201 UIElements/Views/Qt4/QtFragmentList.hpp \ … … 201 203 UIElements/Views/Qt4/QtInfoBox.hpp \ 202 204 UIElements/Views/Qt4/QtLogBox.hpp \ 203 UIElements/Views/Qt4/QtMoleculeList.hpp \204 205 UIElements/Views/Qt4/QtShapeController.hpp \ 205 206 UIElements/Views/Qt4/QtShapeList.hpp \ … … 224 225 UIElements/Menu/Qt4/QtMenu.hpp \ 225 226 UIElements/Qt4/Query/QtQueryList.hpp \ 226 UIElements/Qt4/QtUIFactory.hpp 227 UIElements/Qt4/QtUIFactory.hpp \ 228 UIElements/Views/Qt4/QDebugStream.hpp 227 229 228 230 lib_LTLIBRARIES += libMolecuilderUI.la -
src/UIElements/Qt4/QtMainWindow.cpp
r1c3390 rf62e60 53 53 54 54 #include "Menu/Qt4/QtMenu.hpp" 55 #include "Views/Qt4/QtMoleculeList.hpp" 55 #include "Views/Qt4/MoleculeList/QtMoleculeList.hpp" 56 #include "Views/Qt4/MoleculeList/QtMoleculeListView.hpp" 56 57 #include "Views/Qt4/QtElementList.hpp" 57 58 #include "Views/Qt4/QtFragmentList.hpp" … … 95 96 QVBoxLayout *layout = new QVBoxLayout(layoutwidget); 96 97 97 Q TreeView *moleculeListView = new QTreeView(worldTab);98 QtMoleculeListView *moleculeListView = new QtMoleculeListView(worldTab); 98 99 moleculeList = new QtMoleculeList; 99 100 moleculeListView->setModel(moleculeList); 101 100 102 elementList = new QtElementList(worldTab); 101 103 homologyList = new QtHomologyList(worldTab); -
src/UIElements/Views/Qt4/MoleculeList/QtMoleculeList.cpp
r1c3390 rf62e60 33 33 #endif 34 34 35 #include " Views/Qt4/QtMoleculeList.hpp"35 #include "QtMoleculeList.hpp" 36 36 37 37 #include <QMetaMethod> -
src/UIElements/Views/Qt4/MoleculeList/QtMoleculeList.hpp
r1c3390 rf62e60 27 27 class molecule; 28 28 class MoleculeListClass; 29 class QtMoleculeListView; 29 30 30 31 class QtMoleculeList : public QStandardItemModel, public Observer … … 68 69 bool ChangingChildrensVisibility; 69 70 71 friend class QtMoleculeListView; 70 72 QStandardItem * MoleculeToItem(const molecule * const _mol); 71 73
Note:
See TracChangeset
for help on using the changeset viewer.