#include "selectionwindow.h"#include "../paradialog.h"#include "../graphics/blitter.h"#include "../loaders.h"Include dependency graph for fileselector.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | FileInfo |
| class | SavegameWidget |
| class | FileSelectionWindow |
| class | FileSelectionItemFactory |
| class | SavegameSelectionWindow |
| class | SavegameSelectionItemFactory |
Functions | |
| ASCString | selectFile (const ASCString &ext, bool load, bool overwriteMessage=true) |
| ASCString | selectSavegame (const ASCString &ext, bool load, bool overwriteMessage=true) |
Definition at line 274 of file fileselector.cpp.
References FileSelectionWindow::getFilename(), and ASC_PG_Dialog::RunModal().
Referenced by StartMultiplayerGame::Apply(), continueNetworkGame(), execaction_pg(), generateTechTree(), k_loadmap(), k_savemap(), GameParameterEditorWidget::LoadParameter(), networksupervisor(), readClipboard(), saveClipboard(), GameParameterEditorWidget::SaveParameter(), TextRenderer::saveText(), selectAndRunLuaScript(), selectgraphicset(), Maped_MainScreenWidget::selectLuaBrush(), FileTransfer::send(), transformMap(), writeLuaCommands(), and writemaptopcx().
Definition at line 412 of file fileselector.cpp.
References SavegameSelectionWindow::getFilename(), and ASC_PG_Dialog::RunModal().
Referenced by loadGame(), and saveGame().
1.5.1