mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-26 02:26:17 -05:00
Reserve MAP_DYNAMIC, fix some MAPSEC displays not updating, new error messages/handling
This commit is contained in:
@@ -349,7 +349,9 @@ private:
|
||||
void clearProjectUI();
|
||||
|
||||
void openNewMapDialog();
|
||||
void openDuplicateMapDialog(const QString &mapName);
|
||||
void openNewLayoutDialog();
|
||||
void openDuplicateLayoutDialog(const QString &layoutId);
|
||||
void openSubWindow(QWidget * window);
|
||||
void scrollMapList(MapTree *list, const QString &itemName);
|
||||
void scrollMapListToCurrentMap(MapTree *list);
|
||||
@@ -360,6 +362,7 @@ private:
|
||||
bool openProject(QString dir, bool initial = false);
|
||||
bool closeProject();
|
||||
void showProjectOpenFailure();
|
||||
void showMapsExcludedAlert(const QStringList &excludedMapNames);
|
||||
|
||||
bool setInitialMap();
|
||||
void saveGlobalConfigs();
|
||||
@@ -408,7 +411,7 @@ private:
|
||||
void scrollMetatileSelectorToSelection();
|
||||
MapListToolBar* getCurrentMapListToolBar();
|
||||
MapTree* getCurrentMapList();
|
||||
void refreshLocationsComboBox();
|
||||
void setLocationComboBoxes(const QStringList &locations);
|
||||
|
||||
QObjectList shortcutableObjects() const;
|
||||
void addCustomHeaderValue(QString key, QJsonValue value, bool isNew = false);
|
||||
|
||||
@@ -280,6 +280,7 @@ signals:
|
||||
void mapGroupAdded(const QString &groupName);
|
||||
void mapSectionAdded(const QString &idName);
|
||||
void mapSectionIdNamesChanged(const QStringList &idNames);
|
||||
void mapsExcluded(const QStringList &excludedMapNames);
|
||||
};
|
||||
|
||||
#endif // PROJECT_H
|
||||
|
||||
@@ -44,6 +44,8 @@ public:
|
||||
|
||||
bool reconfigure();
|
||||
|
||||
void setLocations(const QStringList &locations);
|
||||
|
||||
QObjectList shortcutableObjects() const;
|
||||
|
||||
public slots:
|
||||
|
||||
Reference in New Issue
Block a user