Ignore:
Timestamp:
Jan 7, 2010, 2:46:34 PM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
d97af9
Parents:
34ff5e6
Message:

Added a central registry that allows access to actions by name.

File:
1 edited

Legend:

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

    r34ff5e6 r3e8325  
    77
    88#include "UIElements/TextUIFactory.hpp"
     9#include "UIElements/TextWindow.hpp"
    910#include "UIElements/TextDialog.hpp"
     11
    1012
    1113TextUIFactory::TextUIFactory()
     
    2527}
    2628
     29MainWindow* TextUIFactory::makeMainWindow() {
     30  return new TextWindow();
     31}
    2732
Note: See TracChangeset for help on using the changeset viewer.