20 #ifndef OPENXCOM_UFOPAEDIASELECTSTATE_H
21 #define OPENXCOM_UFOPAEDIASELECTSTATE_H
23 #include "../Engine/State.h"
24 #include "Ufopaedia.h"
Container for all the information associated with a given user action, like mouse clicks,...
Definition: Action.h:35
The core of the game engine, manages the game's entire contents and structure.
Definition: Game.h:45
A game state that receives user input and reacts accordingly.
Definition: State.h:45
Coloured button with a text label.
Definition: TextButton.h:41
Text string displayed on screen.
Definition: Text.h:42
List of Text's split into columns.
Definition: TextList.h:43
UfopaediaSelectState is the screen that lists articles of a given type.
Definition: UfopaediaSelectState.h:41
void loadSelectionList()
load available articles into the selection list
Definition: UfopaediaSelectState.cpp:107
void btnOkClick(Action *action)
Handler for clicking the OK button.
Definition: UfopaediaSelectState.cpp:93
void lstSelectionClick(Action *action)
Handler for clicking the selection list.
Definition: UfopaediaSelectState.cpp:102
Box with a coloured border and custom background.
Definition: Window.h:43
COPYING:
Definition: BaseInfoState.cpp:41
std::vector< ArticleDefinition * > ArticleDefinitionList
definition of an article list
Definition: Ufopaedia.h:31