Ignore:
Timestamp:
May 8, 2010, 8:14:04 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
e04838
Parents:
4d2636
Message:

...UIFactory::makeMainWindow() now has only a single parameter, namely menuPopulaters.

  • as molecules and periodentafel can be accessed globally from singleton World, there is no need to pass these around anymore.
  • typedef MenuMaker and populateEditMoleculesMenu() equally stripped.
File:
1 edited

Legend:

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

    r4d2636 r536ce2  
    2727}
    2828
    29 MainWindow* TextUIFactory::makeMainWindow(menuPopulaters populaters,MoleculeListClass *molecules, config *configuration, periodentafel *periode, char *ConfigFileName) {
    30   return new TextWindow(populaters,molecules,configuration,periode,ConfigFileName);
     29MainWindow* TextUIFactory::makeMainWindow(menuPopulaters populaters) {
     30  return new TextWindow(populaters);
    3131}
    3232
Note: See TracChangeset for help on using the changeset viewer.