1 #ifndef MAPVIEWCONTAINER_H 2 #define MAPVIEWCONTAINER_H 21 void noViewToggled(
bool state);
26 QAction *mNoViewAction;
27 QVector<QPair<QAction *, MapViewMode>> mMapModeActions;
30 #endif // MAPVIEWCONTAINER_H Definition: mapviewcontainer.h:10
MapViewContainer(QWidget *parent)
Definition: mapviewcontainer.cpp:7
MapView * mapView()
Definition: mapviewcontainer.h:17
The MapView class Handles display of TileMap.
Definition: mapview.h:20