30 #ifndef MULTIRES_IMAGE_QGLMAP_H_ 31 #define MULTIRES_IMAGE_QGLMAP_H_ 35 #include <QMouseEvent> 36 #include <QWheelEvent> 39 #include "ui_QGLMap.h" 53 explicit QGLMap(QWidget *parent = 0);
110 #endif // MULTIRES_IMAGE_QGLMAP_H_
void DeleteTexture(Tile *tile)
tf::Point m_scene_bottom_right
void mouseMoveEvent(QMouseEvent *e)
void wheelEvent(QWheelEvent *e)
void LoadTexture(Tile *tile)
tf::Point m_scene_top_left
void SetTextureMemory(int64_t bytes)
void mouseReleaseEvent(QMouseEvent *e)
void resizeGL(int w, int h)
void SignalMemorySize(int64_t bytes)
tf::Point m_view_bottom_right
void mouseDoubleClickEvent(QMouseEvent *e)
tf::Point m_view_top_left
void SignalZoomChange(double z)
void SignalViewChange(double x1, double y1, double x2, double y2)
void mousePressEvent(QMouseEvent *e)
void ChangeCenter(double x, double y)
void SetTiles(TileSet *tiles)
void MousePan(int x, int y)
QGLMap(QWidget *parent=0)