april  1.0.0
...
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
april::Gui::NewWorldDlg Class Reference

Dialog to create a new world. More...

#include <newworlddlg.h>

Classes

struct  GeneralData
 data for general tab More...

Public Types

enum  PredefinedTypes { DefaultType = 0 }
 the type
enum  ThreadingMode {
  ThreadNone = 0, ThreadOne, ThreadTwo, ThreadFour,
  ThreadEight, Thread16, Thread64, ThreadActor,
  ThreadMax
}
 threading mode More...

Public Member Functions

 NewWorldDlg (QWidget *parent=0)
 constructor
 ~NewWorldDlg (void)
 destructor
Worldworld (void) const
 the world that is created
GeneralDatageneralData (void)
 the data inside general tab

Protected Member Functions

void changeEvent (QEvent *e)

Detailed Description

Dialog to create a new world.

Member Enumeration Documentation

threading mode

Enumerator:
ThreadNone 

No threads

ThreadOne 

A worker thread

ThreadTwo 

2 worker threads

ThreadFour 

4 worker threads

ThreadEight 

8 worker threads

Thread16 

16 worker threads

Thread64 

64 worker threads

ThreadActor 

One thread for each actor

Member Function Documentation

void NewWorldDlg::changeEvent ( QEvent *  e)
protected

other events


The documentation for this class was generated from the following files: