#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 () |
| void | reLoad () |
Protected Member Functions | |
| bool | eventKeyDown (const SDL_KeyboardEvent *key) |
Definition at line 134 of file selectionwindow.h.
| ItemSelectorWindow::ItemSelectorWindow | ( | PG_Widget * | parent, | |
| const PG_Rect & | r, | |||
| const ASCString & | title, | |||
| SelectionItemFactory * | itemFactory | |||
| ) |
Definition at line 304 of file selectionwindow.cpp.
References ItemSelectorWidget::sigItemSelected, and ItemSelectorWidget::sigQuitModal.
| bool ItemSelectorWindow::eventKeyDown | ( | const SDL_KeyboardEvent * | key | ) | [protected, virtual] |
| int ItemSelectorWindow::RunModal | ( | ) |
Reimplemented from ASC_PG_Dialog.
Definition at line 330 of file selectionwindow.cpp.
References ItemSelectorWidget::resetNamesearch().
Referenced by addCargo(), VehicleProduction_SelectionWindow::addProductionLine(), selectItemID(), CargoGuiFunctions::selectVehicle(), showUnitCargoSummary(), showUnitSummary(), and unitProductionAnalysis().
| void ItemSelectorWindow::reLoad | ( | ) |
Definition at line 336 of file selectionwindow.cpp.
References ItemSelectorWidget::reLoad().
Referenced by showSelectionWindow().
1.5.1