Ignore:
Timestamp:
Dec 4, 2010, 11:44:19 PM (14 years ago)
Author:
Frederik Heber <heber@…>
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)
Message:

All Qt...QueryPipe now have their own header file.

  • Query just include the QueryPipe they need.
  • old declarations moved out of QtDialog.hpp which became a lot slimmer in the process.
Location:
src/UIElements/Qt4/Pipe
Files:
16 added
16 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Qt4/Pipe/AtomQtQueryPipe.cpp

    r308aa4 ra5ddf0  
    1818#endif
    1919
     20#include "UIElements/Qt4/Pipe/AtomQtQueryPipe.hpp"
    2021#include "UIElements/Qt4/QtDialog.hpp"
    2122
  • src/UIElements/Qt4/Pipe/AtomsQtQueryPipe.cpp

    r308aa4 ra5ddf0  
    1818#endif
    1919
     20#include "UIElements/Qt4/Pipe/AtomsQtQueryPipe.hpp"
    2021#include "UIElements/Qt4/QtDialog.hpp"
    2122
  • src/UIElements/Qt4/Pipe/BooleanQtQueryPipe.cpp

    r308aa4 ra5ddf0  
    1818#endif
    1919
     20#include "UIElements/Qt4/Pipe/BooleanQtQueryPipe.hpp"
    2021#include "UIElements/Qt4/QtDialog.hpp"
    2122
    2223#include <Qt/qcombobox.h>
    2324
     25#include "Helpers/MemDebug.hpp"
    2426
    2527BooleanQtQueryPipe::BooleanQtQueryPipe(const bool *_content, QtDialog *_dialog, QComboBox *_booleanComboBox) :
  • src/UIElements/Qt4/Pipe/BoxQtQueryPipe.cpp

    r308aa4 ra5ddf0  
    1818#endif
    1919
     20#include "UIElements/Qt4/Pipe/BoxQtQueryPipe.hpp"
    2021#include "UIElements/Qt4/QtDialog.hpp"
    2122
     
    2324#include <Qt/qtablewidget.h>
    2425
     26#include "Helpers/MemDebug.hpp"
    2527#include "LinearAlgebra/Matrix.hpp"
    2628#include "Box.hpp"
  • src/UIElements/Qt4/Pipe/DoubleQtQueryPipe.cpp

    r308aa4 ra5ddf0  
    1818#endif
    1919
     20#include "UIElements/Qt4/Pipe/DoubleQtQueryPipe.hpp"
    2021#include "UIElements/Qt4/QtDialog.hpp"
    2122
    22 #include <Qt/qcombobox.h>
    23 
     23#include "Helpers/MemDebug.hpp"
    2424
    2525DoubleQtQueryPipe::DoubleQtQueryPipe(double *_content, QtDialog *_dialog) :
  • src/UIElements/Qt4/Pipe/ElementQtQueryPipe.cpp

    r308aa4 ra5ddf0  
    1818#endif
    1919
     20#include "UIElements/Qt4/Pipe/ElementQtQueryPipe.hpp"
    2021#include "UIElements/Qt4/QtDialog.hpp"
    2122
    2223#include <Qt/qcombobox.h>
    2324
     25#include "Helpers/MemDebug.hpp"
    2426#include "element.hpp"
    2527#include "periodentafel.hpp"
  • src/UIElements/Qt4/Pipe/ElementsQtQueryPipe.cpp

    r308aa4 ra5ddf0  
    1818#endif
    1919
     20#include "UIElements/Qt4/Pipe/ElementsQtQueryPipe.hpp"
    2021#include "UIElements/Qt4/QtDialog.hpp"
    2122
     
    2425#include <Qt/qcombobox.h>
    2526
     27#include "Helpers/MemDebug.hpp"
    2628#include "element.hpp"
    2729#include "periodentafel.hpp"
  • src/UIElements/Qt4/Pipe/EmptyQtQueryPipe.cpp

    r308aa4 ra5ddf0  
    1818#endif
    1919
     20#include "UIElements/Qt4/Pipe/EmptyQtQueryPipe.hpp"
    2021#include "UIElements/Qt4/QtDialog.hpp"
    2122
    22 #include <Qt/qcombobox.h>
    23 
     23#include "Helpers/MemDebug.hpp"
    2424
    2525EmptyQtQueryPipe::EmptyQtQueryPipe(QtDialog *_dialog, QLabel *_textLabel) :
  • src/UIElements/Qt4/Pipe/FileQtQueryPipe.cpp

    r308aa4 ra5ddf0  
    1818#endif
    1919
    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"
    2126
    2227#include <iostream>
    2328#include <boost/filesystem.hpp>
    2429
    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"
    2932
    3033FileQtQueryPipe::FileQtQueryPipe(boost::filesystem::path *_content, QtDialog *_dialog, QLineEdit *_filenameLineEdit, QPushButton *_filedialogButton) :
  • src/UIElements/Qt4/Pipe/IntQtQueryPipe.cpp

    r308aa4 ra5ddf0  
    1818#endif
    1919
     20#include "UIElements/Qt4/Pipe/IntQtQueryPipe.hpp"
    2021#include "UIElements/Qt4/QtDialog.hpp"
    2122
    22 #include <Qt/qcombobox.h>
     23#include "Helpers/MemDebug.hpp"
    2324
    2425
  • src/UIElements/Qt4/Pipe/MoleculeQtQueryPipe.cpp

    r308aa4 ra5ddf0  
    1818#endif
    1919
     20#include "UIElements/Qt4/Pipe/MoleculeQtQueryPipe.hpp"
    2021#include "UIElements/Qt4/QtDialog.hpp"
    2122
    2223#include <Qt/qcombobox.h>
     24
     25#include "Helpers/MemDebug.hpp"
    2326
    2427#include "Descriptors/MoleculeIdDescriptor.hpp"
  • src/UIElements/Qt4/Pipe/MoleculesQtQueryPipe.cpp

    r308aa4 ra5ddf0  
    1818#endif
    1919
     20#include "UIElements/Qt4/Pipe/MoleculesQtQueryPipe.hpp"
    2021#include "UIElements/Qt4/QtDialog.hpp"
    2122
     
    2324
    2425#include <Qt/qcombobox.h>
     26
     27#include "Helpers/MemDebug.hpp"
    2528
    2629#include "Descriptors/MoleculeIdDescriptor.hpp"
  • src/UIElements/Qt4/Pipe/QtQueryListPipe.hpp

    r308aa4 ra5ddf0  
    99#define QTQUERYLISTPIPE_HPP_
    1010
     11#include "QtQueryPipe.hpp"
     12
    1113#include <boost/lexical_cast.hpp>
    1214
    1315using boost::lexical_cast;
    1416using boost::bad_lexical_cast;
     17
    1518
    1619template<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  
    1818#endif
    1919
     20#include "UIElements/Qt4/Pipe/StringQtQueryPipe.hpp"
    2021#include "UIElements/Qt4/QtDialog.hpp"
    2122
     23#include "Helpers/MemDebug.hpp"
     24
    2225#include <string>
    23 
    24 #include <Qt/qcombobox.h>
    2526
    2627
  • src/UIElements/Qt4/Pipe/VectorQtQueryPipe.cpp

    r308aa4 ra5ddf0  
    1818#endif
    1919
     20#include "UIElements/Qt4/Pipe/VectorQtQueryPipe.hpp"
    2021#include "UIElements/Qt4/QtDialog.hpp"
    2122
    2223#include <Qt/qcombobox.h>
     24
     25#include "Helpers/MemDebug.hpp"
    2326
    2427
  • src/UIElements/Qt4/Pipe/VectorsQtQueryPipe.cpp

    r308aa4 ra5ddf0  
    1818#endif
    1919
     20#include "UIElements/Qt4/Pipe/VectorsQtQueryPipe.hpp"
    2021#include "UIElements/Qt4/QtDialog.hpp"
    2122
     23#include <Qt/qcombobox.h>
     24
     25#include "Helpers/MemDebug.hpp"
     26
    2227#include <vector>
    23 
    24 #include <Qt/qcombobox.h>
    2528
    2629
Note: See TracChangeset for help on using the changeset viewer.