Prompts the user to select a list of maps to insert. More...
#include <maplistselector.h>
Inheritance diagram for MapListSelector:Public Member Functions | |
| MapListSelector (QWidget *parent=nullptr) | |
| void | addPaths (const QStringList &paths) |
| adds the paths to check for maps. Please note that it will immediately start checking them. | |
| const QStringList | selectedMaps () |
| returns the list of maps that were checked. | |
Prompts the user to select a list of maps to insert.
Definition at line 44 of file maplistselector.h.
| void MapListSelector::addPaths | ( | const QStringList & | paths | ) |
adds the paths to check for maps. Please note that it will immediately start checking them.
Definition at line 64 of file maplistselector.cpp.
| const QStringList MapListSelector::selectedMaps | ( | ) |
returns the list of maps that were checked.
Definition at line 72 of file maplistselector.cpp.