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/UIFactory.hpp

    r3e8325 rd97af9  
    1212class Dialog;
    1313
     14class MoleculeListClass;
     15class config;
     16class periodentafel;
     17
     18struct menuPopulaters;
     19
    1420class UIFactory
    1521{
     
    2026
    2127  // methods for creating UIElements
    22   virtual MainWindow* makeMainWindow()=0;
     28  virtual MainWindow* makeMainWindow(menuPopulaters,MoleculeListClass *, config *, periodentafel *, char *)=0;
    2329  virtual Dialog* makeDialog()=0;
    2430
Note: See TracChangeset for help on using the changeset viewer.