|
Orxonox
0.0.5 Codename: Arcturus
|
#include "ChatInputHandler.h"#include <cassert>#include <cstddef>#include <string>#include <CEGUIWindow.h>#include <CEGUIWindowManager.h>#include <elements/CEGUIListbox.h>#include <elements/CEGUIListboxItem.h>#include <elements/CEGUIListboxTextItem.h>#include "core/singleton/ScopedSingletonIncludes.h"#include "core/CoreIncludes.h"#include "core/GUIManager.h"#include "core/command/ConsoleCommandIncludes.h"#include "core/input/InputBuffer.h"#include "core/input/InputManager.h"#include "core/input/InputState.h"#include "chat/ChatManager.h"#include "PlayerManager.h"#include "infos/PlayerInfo.h"Namespaces | |
| orxonox | |
| Die Wagnis Klasse hat die folgenden Aufgaben: | |
Functions | |
| orxonox::ManageScopedSingleton (ChatInputHandler, ScopeID::GRAPHICS, false) | |
| orxonox::RegisterAbstractClass (ChatInputHandler).inheritsFrom< ChatListener >() | |
| orxonox::SetConsoleCommand ("startchat",&ChatInputHandler::activate_static) | |
| orxonox::SetConsoleCommand ("startchat_small",&ChatInputHandler::activate_small_static) | |
1.8.11