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