Changeset a5ddf0 for src/UIElements/Qt4/Pipe
- Timestamp:
- Dec 4, 2010, 11:44:19 PM (14 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:
- 87db7a
- Parents:
- 308aa4
- git-author:
- Frederik Heber <heber@…> (11/08/10 14:06:23)
- git-committer:
- Frederik Heber <heber@…> (12/04/10 23:44:19)
- Location:
- src/UIElements/Qt4/Pipe
- Files:
-
- 16 added
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Qt4/Pipe/AtomQtQueryPipe.cpp
r308aa4 ra5ddf0 18 18 #endif 19 19 20 #include "UIElements/Qt4/Pipe/AtomQtQueryPipe.hpp" 20 21 #include "UIElements/Qt4/QtDialog.hpp" 21 22 -
src/UIElements/Qt4/Pipe/AtomsQtQueryPipe.cpp
r308aa4 ra5ddf0 18 18 #endif 19 19 20 #include "UIElements/Qt4/Pipe/AtomsQtQueryPipe.hpp" 20 21 #include "UIElements/Qt4/QtDialog.hpp" 21 22 -
src/UIElements/Qt4/Pipe/BooleanQtQueryPipe.cpp
r308aa4 ra5ddf0 18 18 #endif 19 19 20 #include "UIElements/Qt4/Pipe/BooleanQtQueryPipe.hpp" 20 21 #include "UIElements/Qt4/QtDialog.hpp" 21 22 22 23 #include <Qt/qcombobox.h> 23 24 25 #include "Helpers/MemDebug.hpp" 24 26 25 27 BooleanQtQueryPipe::BooleanQtQueryPipe(const bool *_content, QtDialog *_dialog, QComboBox *_booleanComboBox) : -
src/UIElements/Qt4/Pipe/BoxQtQueryPipe.cpp
r308aa4 ra5ddf0 18 18 #endif 19 19 20 #include "UIElements/Qt4/Pipe/BoxQtQueryPipe.hpp" 20 21 #include "UIElements/Qt4/QtDialog.hpp" 21 22 … … 23 24 #include <Qt/qtablewidget.h> 24 25 26 #include "Helpers/MemDebug.hpp" 25 27 #include "LinearAlgebra/Matrix.hpp" 26 28 #include "Box.hpp" -
src/UIElements/Qt4/Pipe/DoubleQtQueryPipe.cpp
r308aa4 ra5ddf0 18 18 #endif 19 19 20 #include "UIElements/Qt4/Pipe/DoubleQtQueryPipe.hpp" 20 21 #include "UIElements/Qt4/QtDialog.hpp" 21 22 22 #include <Qt/qcombobox.h> 23 23 #include "Helpers/MemDebug.hpp" 24 24 25 25 DoubleQtQueryPipe::DoubleQtQueryPipe(double *_content, QtDialog *_dialog) : -
src/UIElements/Qt4/Pipe/ElementQtQueryPipe.cpp
r308aa4 ra5ddf0 18 18 #endif 19 19 20 #include "UIElements/Qt4/Pipe/ElementQtQueryPipe.hpp" 20 21 #include "UIElements/Qt4/QtDialog.hpp" 21 22 22 23 #include <Qt/qcombobox.h> 23 24 25 #include "Helpers/MemDebug.hpp" 24 26 #include "element.hpp" 25 27 #include "periodentafel.hpp" -
src/UIElements/Qt4/Pipe/ElementsQtQueryPipe.cpp
r308aa4 ra5ddf0 18 18 #endif 19 19 20 #include "UIElements/Qt4/Pipe/ElementsQtQueryPipe.hpp" 20 21 #include "UIElements/Qt4/QtDialog.hpp" 21 22 … … 24 25 #include <Qt/qcombobox.h> 25 26 27 #include "Helpers/MemDebug.hpp" 26 28 #include "element.hpp" 27 29 #include "periodentafel.hpp" -
src/UIElements/Qt4/Pipe/EmptyQtQueryPipe.cpp
r308aa4 ra5ddf0 18 18 #endif 19 19 20 #include "UIElements/Qt4/Pipe/EmptyQtQueryPipe.hpp" 20 21 #include "UIElements/Qt4/QtDialog.hpp" 21 22 22 #include <Qt/qcombobox.h> 23 23 #include "Helpers/MemDebug.hpp" 24 24 25 25 EmptyQtQueryPipe::EmptyQtQueryPipe(QtDialog *_dialog, QLabel *_textLabel) : -
src/UIElements/Qt4/Pipe/FileQtQueryPipe.cpp
r308aa4 ra5ddf0 18 18 #endif 19 19 20 #include "UIElements/Qt4/QtDialog.hpp" 20 #include <QtGui/QFileDialog> 21 #include <Qt/qcombobox.h> 22 #include <Qt/qlineedit.h> 23 #include <Qt/qpushbutton.h> 24 25 #include "Helpers/MemDebug.hpp" 21 26 22 27 #include <iostream> 23 28 #include <boost/filesystem.hpp> 24 29 25 #include <Qt/qcombobox.h> 26 #include <Qt/qlineedit.h> 27 #include <Qt/qpushbutton.h> 28 30 #include "UIElements/Qt4/Pipe/FileQtQueryPipe.hpp" 31 #include "UIElements/Qt4/QtDialog.hpp" 29 32 30 33 FileQtQueryPipe::FileQtQueryPipe(boost::filesystem::path *_content, QtDialog *_dialog, QLineEdit *_filenameLineEdit, QPushButton *_filedialogButton) : -
src/UIElements/Qt4/Pipe/IntQtQueryPipe.cpp
r308aa4 ra5ddf0 18 18 #endif 19 19 20 #include "UIElements/Qt4/Pipe/IntQtQueryPipe.hpp" 20 21 #include "UIElements/Qt4/QtDialog.hpp" 21 22 22 #include <Qt/qcombobox.h>23 #include "Helpers/MemDebug.hpp" 23 24 24 25 -
src/UIElements/Qt4/Pipe/MoleculeQtQueryPipe.cpp
r308aa4 ra5ddf0 18 18 #endif 19 19 20 #include "UIElements/Qt4/Pipe/MoleculeQtQueryPipe.hpp" 20 21 #include "UIElements/Qt4/QtDialog.hpp" 21 22 22 23 #include <Qt/qcombobox.h> 24 25 #include "Helpers/MemDebug.hpp" 23 26 24 27 #include "Descriptors/MoleculeIdDescriptor.hpp" -
src/UIElements/Qt4/Pipe/MoleculesQtQueryPipe.cpp
r308aa4 ra5ddf0 18 18 #endif 19 19 20 #include "UIElements/Qt4/Pipe/MoleculesQtQueryPipe.hpp" 20 21 #include "UIElements/Qt4/QtDialog.hpp" 21 22 … … 23 24 24 25 #include <Qt/qcombobox.h> 26 27 #include "Helpers/MemDebug.hpp" 25 28 26 29 #include "Descriptors/MoleculeIdDescriptor.hpp" -
src/UIElements/Qt4/Pipe/QtQueryListPipe.hpp
r308aa4 ra5ddf0 9 9 #define QTQUERYLISTPIPE_HPP_ 10 10 11 #include "QtQueryPipe.hpp" 12 11 13 #include <boost/lexical_cast.hpp> 12 14 13 15 using boost::lexical_cast; 14 16 using boost::bad_lexical_cast; 17 15 18 16 19 template<typename T> QtQueryListPipe<T>::QtQueryListPipe(std::vector<T> *_content, QtDialog *_dialog, QLineEdit *_inputBox, QListWidget *_inputList, QPushButton *_AddButton, QPushButton *_RemoveButton) : -
src/UIElements/Qt4/Pipe/StringQtQueryPipe.cpp
r308aa4 ra5ddf0 18 18 #endif 19 19 20 #include "UIElements/Qt4/Pipe/StringQtQueryPipe.hpp" 20 21 #include "UIElements/Qt4/QtDialog.hpp" 21 22 23 #include "Helpers/MemDebug.hpp" 24 22 25 #include <string> 23 24 #include <Qt/qcombobox.h>25 26 26 27 -
src/UIElements/Qt4/Pipe/VectorQtQueryPipe.cpp
r308aa4 ra5ddf0 18 18 #endif 19 19 20 #include "UIElements/Qt4/Pipe/VectorQtQueryPipe.hpp" 20 21 #include "UIElements/Qt4/QtDialog.hpp" 21 22 22 23 #include <Qt/qcombobox.h> 24 25 #include "Helpers/MemDebug.hpp" 23 26 24 27 -
src/UIElements/Qt4/Pipe/VectorsQtQueryPipe.cpp
r308aa4 ra5ddf0 18 18 #endif 19 19 20 #include "UIElements/Qt4/Pipe/VectorsQtQueryPipe.hpp" 20 21 #include "UIElements/Qt4/QtDialog.hpp" 21 22 23 #include <Qt/qcombobox.h> 24 25 #include "Helpers/MemDebug.hpp" 26 22 27 #include <vector> 23 24 #include <Qt/qcombobox.h>25 28 26 29
Note:
See TracChangeset
for help on using the changeset viewer.