Changes in src/UIElements/UIFactory.hpp [d893f79:de8e45]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/UIFactory.hpp
rd893f79 rde8e45 21 21 * only create UIelements of that certain type, so that all UIElements match. This way different 22 22 * UIs can be handled in a concise abstract way. 23 * 24 * The main functionality is the MainWindow and the Dialog. 25 * 26 * MainWindow basically is the framework if the UI. The MainWindow has a run function which is 27 * called MainWindow::Display(), which will listen for user input and react to it via actions for 28 * as long as the user desires or tells the MainWindow to quit. 29 * 30 * Within the MainWindow Dialog classes may be instantiated which ask the user for input to 31 * certain actions he wants to perform. 32 * 23 33 */ 24 34 class UIFactory : public Singleton<UIFactory,false>
Note:
See TracChangeset
for help on using the changeset viewer.