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/Actions/ActionRegistry.cpp

    r3e8325 rd97af9  
    1919ActionRegistry::ActionRegistry()
    2020{
    21   // TODO Auto-generated constructor stub
    22 
    2321}
    2422
    2523ActionRegistry::~ActionRegistry()
    2624{
    27   // TODO Auto-generated destructor stub
     25  map<const string,Action*>::iterator iter;
     26  for(iter=actionMap.begin();iter!=actionMap.end();iter++) {
     27    delete iter->second;
     28    actionMap.erase(iter);
     29  }
    2830}
    2931
Note: See TracChangeset for help on using the changeset viewer.