#include <QGLMap.h>
Definition at line 48 of file QGLMap.h.
◆ QGLMap()
multires_image::QGLMap::QGLMap |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
◆ ~QGLMap()
multires_image::QGLMap::~QGLMap |
( |
| ) |
|
◆ ChangeCenter
void multires_image::QGLMap::ChangeCenter |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
|
slot |
◆ DeleteTexture
void multires_image::QGLMap::DeleteTexture |
( |
Tile * |
tile | ) |
|
|
slot |
◆ Exit()
void multires_image::QGLMap::Exit |
( |
| ) |
|
◆ initializeGL()
void multires_image::QGLMap::initializeGL |
( |
| ) |
|
|
protected |
◆ LoadTexture
void multires_image::QGLMap::LoadTexture |
( |
Tile * |
tile | ) |
|
|
slot |
◆ mouseDoubleClickEvent()
void multires_image::QGLMap::mouseDoubleClickEvent |
( |
QMouseEvent * |
e | ) |
|
|
protected |
◆ mouseMoveEvent()
void multires_image::QGLMap::mouseMoveEvent |
( |
QMouseEvent * |
e | ) |
|
|
protected |
◆ MousePan()
void multires_image::QGLMap::MousePan |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
private |
◆ mousePressEvent()
void multires_image::QGLMap::mousePressEvent |
( |
QMouseEvent * |
e | ) |
|
|
protected |
◆ mouseReleaseEvent()
void multires_image::QGLMap::mouseReleaseEvent |
( |
QMouseEvent * |
e | ) |
|
|
protected |
◆ paintGL()
void multires_image::QGLMap::paintGL |
( |
| ) |
|
|
protected |
◆ Recenter()
void multires_image::QGLMap::Recenter |
( |
| ) |
|
|
private |
◆ resizeGL()
void multires_image::QGLMap::resizeGL |
( |
int |
w, |
|
|
int |
h |
|
) |
| |
|
protected |
◆ SceneCenter()
tf::Point multires_image::QGLMap::SceneCenter |
( |
| ) |
|
|
inline |
◆ SetTextureMemory
void multires_image::QGLMap::SetTextureMemory |
( |
int64_t |
bytes | ) |
|
|
slot |
◆ SetTiles()
void multires_image::QGLMap::SetTiles |
( |
TileSet * |
tiles | ) |
|
◆ SignalMemorySize
void multires_image::QGLMap::SignalMemorySize |
( |
int64_t |
bytes | ) |
|
|
signal |
◆ SignalViewChange
void multires_image::QGLMap::SignalViewChange |
( |
double |
x1, |
|
|
double |
y1, |
|
|
double |
x2, |
|
|
double |
y2 |
|
) |
| |
|
signal |
◆ SignalZoomChange
void multires_image::QGLMap::SignalZoomChange |
( |
double |
z | ) |
|
|
signal |
◆ UpdateView()
void multires_image::QGLMap::UpdateView |
( |
| ) |
|
◆ ViewCenter()
tf::Point multires_image::QGLMap::ViewCenter |
( |
| ) |
|
|
inline |
◆ wheelEvent()
void multires_image::QGLMap::wheelEvent |
( |
QWheelEvent * |
e | ) |
|
|
protected |
◆ m_initialized
bool multires_image::QGLMap::m_initialized |
|
private |
◆ m_mouseDown
bool multires_image::QGLMap::m_mouseDown |
|
private |
◆ m_mouseDownX
int multires_image::QGLMap::m_mouseDownX |
|
private |
◆ m_mouseDownY
int multires_image::QGLMap::m_mouseDownY |
|
private |
◆ m_scale
double multires_image::QGLMap::m_scale |
|
private |
◆ m_scene_bottom_right
tf::Point multires_image::QGLMap::m_scene_bottom_right |
|
private |
◆ m_scene_center
tf::Point multires_image::QGLMap::m_scene_center |
|
private |
◆ m_scene_top_left
tf::Point multires_image::QGLMap::m_scene_top_left |
|
private |
◆ m_tileView
TileView* multires_image::QGLMap::m_tileView |
|
private |
◆ m_view_bottom_right
tf::Point multires_image::QGLMap::m_view_bottom_right |
|
private |
◆ m_view_center
tf::Point multires_image::QGLMap::m_view_center |
|
private |
◆ m_view_top_left
tf::Point multires_image::QGLMap::m_view_top_left |
|
private |
◆ ui
Ui::QGLMapClass multires_image::QGLMap::ui |
|
private |
The documentation for this class was generated from the following files: