Remove undefined functions in Editor
This commit is contained in:
parent
fe5d4982f7
commit
40a7e23b34
1 changed files with 0 additions and 13 deletions
|
@ -60,7 +60,6 @@ public:
|
||||||
void displayCurrentMetatilesSelection();
|
void displayCurrentMetatilesSelection();
|
||||||
void redrawCurrentMetatilesSelection();
|
void redrawCurrentMetatilesSelection();
|
||||||
void displayMovementPermissionSelector();
|
void displayMovementPermissionSelector();
|
||||||
void displayElevationMetatiles();
|
|
||||||
void displayMapEvents();
|
void displayMapEvents();
|
||||||
void displayMapConnections();
|
void displayMapConnections();
|
||||||
void displayMapBorder();
|
void displayMapBorder();
|
||||||
|
@ -75,7 +74,6 @@ public:
|
||||||
void setEditingObjects();
|
void setEditingObjects();
|
||||||
void setEditingConnections();
|
void setEditingConnections();
|
||||||
void setMapEditingButtonsEnabled(bool enabled);
|
void setMapEditingButtonsEnabled(bool enabled);
|
||||||
void clearWildMonTabWidgets();
|
|
||||||
void setCurrentConnectionDirection(QString curDirection);
|
void setCurrentConnectionDirection(QString curDirection);
|
||||||
void updateCurrentConnectionDirection(QString curDirection);
|
void updateCurrentConnectionDirection(QString curDirection);
|
||||||
void setConnectionsVisibility(bool visible);
|
void setConnectionsVisibility(bool visible);
|
||||||
|
@ -99,7 +97,6 @@ public:
|
||||||
void selectMapEvent(DraggablePixmapItem *object);
|
void selectMapEvent(DraggablePixmapItem *object);
|
||||||
void selectMapEvent(DraggablePixmapItem *object, bool toggle);
|
void selectMapEvent(DraggablePixmapItem *object, bool toggle);
|
||||||
DraggablePixmapItem *addNewEvent(QString event_type);
|
DraggablePixmapItem *addNewEvent(QString event_type);
|
||||||
Event* createNewEvent(QString event_type);
|
|
||||||
void deleteEvent(Event *);
|
void deleteEvent(Event *);
|
||||||
void updateSelectedEvents();
|
void updateSelectedEvents();
|
||||||
void duplicateSelectedEvents();
|
void duplicateSelectedEvents();
|
||||||
|
@ -143,8 +140,6 @@ public:
|
||||||
qreal collisionOpacity = 0.5;
|
qreal collisionOpacity = 0.5;
|
||||||
|
|
||||||
void objectsView_onMousePress(QMouseEvent *event);
|
void objectsView_onMousePress(QMouseEvent *event);
|
||||||
void objectsView_onMouseMove(QMouseEvent *event);
|
|
||||||
void objectsView_onMouseRelease(QMouseEvent *event);
|
|
||||||
|
|
||||||
int getBorderDrawDistance(int dimension);
|
int getBorderDrawDistance(int dimension);
|
||||||
|
|
||||||
|
@ -178,14 +173,6 @@ private:
|
||||||
void updateMirroredConnectionMap(MapConnection*, QString);
|
void updateMirroredConnectionMap(MapConnection*, QString);
|
||||||
void updateMirroredConnection(MapConnection*, QString, QString, bool isDelete = false);
|
void updateMirroredConnection(MapConnection*, QString, QString, bool isDelete = false);
|
||||||
void updateEncounterFields(EncounterFields newFields);
|
void updateEncounterFields(EncounterFields newFields);
|
||||||
Event* createNewObjectEvent();
|
|
||||||
Event* createNewWarpEvent();
|
|
||||||
Event* createNewHealLocationEvent();
|
|
||||||
Event* createNewTriggerEvent();
|
|
||||||
Event* createNewWeatherTriggerEvent();
|
|
||||||
Event* createNewSignEvent();
|
|
||||||
Event* createNewHiddenItemEvent();
|
|
||||||
Event* createNewSecretBaseEvent();
|
|
||||||
QString getMovementPermissionText(uint16_t collision, uint16_t elevation);
|
QString getMovementPermissionText(uint16_t collision, uint16_t elevation);
|
||||||
QString getMetatileDisplayMessage(uint16_t metatileId);
|
QString getMetatileDisplayMessage(uint16_t metatileId);
|
||||||
bool eventLimitReached(Map *, QString);
|
bool eventLimitReached(Map *, QString);
|
||||||
|
|
Loading…
Reference in a new issue