Colobot
|
CApplication class. More...
#include "common/event.h"
#include "common/language.h"
#include "common/singleton.h"
#include "graphics/core/device.h"
#include "level/level_category.h"
#include <string>
#include <vector>
#include <map>
Classes | |
struct | JoystickDevice |
Information about a joystick device. More... | |
class | CApplication |
Main application. More... | |
Namespaces | |
Gfx | |
Namespace for (new) graphics code. | |
Enumerations | |
enum | ParseArgsStatus { PARSE_ARGS_OK = 1, PARSE_ARGS_FAIL = 2, PARSE_ARGS_HELP = 3 } |
State of parsing commandline arguments. More... | |
enum | MouseMode { MOUSE_SYSTEM, MOUSE_ENGINE, MOUSE_BOTH, MOUSE_NONE } |
Mode of mouse cursor. More... | |
enum | DebugMode { DEBUG_SYS_EVENTS = 1 << 0, DEBUG_UPDATE_EVENTS = 1 << 1, DEBUG_APP_EVENTS = 1 << 2, DEBUG_EVENTS = DEBUG_SYS_EVENTS | DEBUG_UPDATE_EVENTS | DEBUG_APP_EVENTS, DEBUG_MODELS = 1 << 3, DEBUG_ALL = DEBUG_SYS_EVENTS | DEBUG_APP_EVENTS | DEBUG_MODELS } |
CApplication class.
enum ParseArgsStatus |
enum MouseMode |