Ignore:
Timestamp:
Jan 9, 2010, 11:30:49 AM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
1120b7
Parents:
3e8325
Message:

Seperated building of mainWindow and contained Menus

  • Moved code to build Menus to builder.cpp
  • Moved WindowGeneration code to constructor
File:
1 edited

Legend:

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

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