Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/UIFactory.hpp

    rd893f79 rde8e45  
    2121 * only create UIelements of that certain type, so that all UIElements match. This way different
    2222 * 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 *
    2333 */
    2434class UIFactory : public Singleton<UIFactory,false>
Note: See TracChangeset for help on using the changeset viewer.