#include "glew.h"#include "QTFCanvas.h"#include "icon.img"Go to the source code of this file.
Variables | |
| const int | THRESHOLD_DETAIL = 8 |
| const int | THRESHOLD_OVERVIEW = 25 |
| const DWORD | dtClick = 250 |
| DWORD | clicked = 0 |
| int | dragging_tfpt = -1 |
| int | dragging_tfpt2d = -1 |
| int | modifytriangle = -1 |
| VMouseEvent | globalmetf = VMouseEvent() |
| int | RIGHT_PRESSED = 0 |
| bool | firstframeh = true |
| bool | firstframew = true |
| bool | firstframes = true |
| DWORD clicked = 0 |
Definition at line 9 of file QTFCanvas.cpp.
Referenced by QTFCanvas::mousePressEvent(), QTFCanvas::mouseReleaseEvent(), and QMain::QMain().
| int dragging_tfpt = -1 |
Definition at line 10 of file QTFCanvas.cpp.
Referenced by QTFCanvas::mouseMoveEvent(), and QTFCanvas::mouseReleaseEvent().
| int dragging_tfpt2d = -1 |
| const DWORD dtClick = 250 |
| bool firstframeh = true |
Definition at line 18 of file QTFCanvas.cpp.
| bool firstframes = true |
Definition at line 20 of file QTFCanvas.cpp.
| bool firstframew = true |
Definition at line 19 of file QTFCanvas.cpp.
Definition at line 14 of file QTFCanvas.cpp.
| int modifytriangle = -1 |
| int RIGHT_PRESSED = 0 |
Definition at line 16 of file QTFCanvas.cpp.
Referenced by QTFCanvas::mousePressEvent(), and QTFCanvas::mouseReleaseEvent().
| const int THRESHOLD_DETAIL = 8 |
Definition at line 5 of file QTFCanvas.cpp.
Referenced by QTFCanvas::mouseClickEvent(), QTFCanvas::mouseDoubleClickEvent(), and QTFCanvas::mouseMoveEvent().
| const int THRESHOLD_OVERVIEW = 25 |
Definition at line 6 of file QTFCanvas.cpp.
Referenced by QTFCanvas::mouseClickEvent(), QTFCanvas::mouseDoubleClickEvent(), and QTFCanvas::mouseMoveEvent().
1.5.4