#include <selectionwindow.h>
Inheritance diagram for ItemSelectorWindow:

Public Member Functions | |
| ItemSelectorWindow (PG_Widget *parent, const PG_Rect &r, const ASCString &title, SelectionItemFactory *itemFactory) | |
| int | RunModal () |
| Enter modal mode. | |
| void | reLoad () |
Protected Member Functions | |
| bool | eventKeyDown (const SDL_KeyboardEvent *key) |
| Overridable Eventhandler for a SDL_KeyboardEvent message. | |
|
||||||||||||||||||||
|
Definition at line 304 of file selectionwindow.cpp. References PG_Window::GetTitlebarHeight(), PG_Rect::Height(), PG_Rect::PG_Rect(), PG_Widget::QuitModal(), PG_ThemeWidget::SetTransparency(), ItemSelectorWidget::sigItemSelected, ItemSelectorWidget::sigQuitModal, and PG_Rect::Width(). |
|
|
Overridable Eventhandler for a SDL_KeyboardEvent message. This handler is called when a key changed it's state from unpressed to pressed. The default implementation returns 'false' which indicates that this message is not processed by this object.
Reimplemented from ASC_PG_Dialog. Definition at line 321 of file selectionwindow.cpp. References PG_Widget::QuitModal(). |
|
|
Definition at line 336 of file selectionwindow.cpp. References ItemSelectorWidget::reLoad(). Referenced by showSelectionWindow(). |
|
|
Enter modal mode.
Reimplemented from ASC_PG_Dialog. Definition at line 330 of file selectionwindow.cpp. References ItemSelectorWidget::resetNamesearch(), and PG_Widget::RunModal(). Referenced by addCargo(), VehicleProduction_SelectionWindow::addProductionLine(), chooseTechnology(), GuiFunctions::ConstructBuilding::execute(), selectItemID(), CargoGuiFunctions::selectVehicle(), showUnitCargoSummary(), showUnitSummary(), and unitProductionAnalysis(). |
1.4.2