Ignore:
Timestamp:
Feb 26, 2010, 1:57:01 PM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
78b9d9, d50264
Parents:
e65cc0 (diff), 45cc89 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'FreddiesRefactoring' into StructureRefactoring

Conflicts:

molecuilder/src/Patterns/Observer.cpp
molecuilder/src/World.cpp
molecuilder/src/boundary.cpp
molecuilder/src/molecule_dynamics.cpp
molecuilder/src/unittests/AnalysisCorrelationToPointUnitTest.cpp
molecuilder/src/unittests/AnalysisCorrelationToSurfaceUnitTest.cpp
molecuilder/src/unittests/AnalysisPairCorrelationUnitTest.cpp
molecuilder/src/unittests/Makefile.am
molecuilder/src/unittests/bondgraphunittest.cpp
molecuilder/src/unittests/listofbondsunittest.cpp

Location:
molecuilder/src/UIElements
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/UIElements/TextWindow.cpp

    re65cc0 rdc5413  
    3636#include "Menu/DisplayMenuItem.hpp"
    3737#include "Menu/SubMenuItem.hpp"
     38#include "UIElements/TextStatusIndicator.hpp"
    3839#include "Actions/MethodAction.hpp"
    3940#include "Actions/ErrorAction.hpp"
     
    9798
    9899  editMoleculesMenu->addDefault(returnItem);
     100
     101  // Add status indicators etc...
     102
     103  statusIndicator = new TextStatusIndicator();
    99104}
    100105
     
    105110  delete returnFromEditMoleculeAction;
    106111  delete moleculeView;
     112  delete statusIndicator;
    107113  delete main_menu;
    108114}
  • molecuilder/src/UIElements/TextWindow.hpp

    re65cc0 rdc5413  
    1515class oldmenu;
    1616class StringView;
     17class TextStatusIndicator;
    1718
    1819class TextWindow : public MainWindow
     
    3132  // all views that are contained in the main Menu
    3233  StringView *moleculeView;
     34  TextStatusIndicator *statusIndicator;
    3335
    3436  // This class still contains a lot of scattered functionality
Note: See TracChangeset for help on using the changeset viewer.