#include "GLViewer_ViewPort2d.h"
#include "GLViewer_Viewer2d.h"
#include "GLViewer_ViewFrame.h"
#include "GLViewer_MimeData.h"
#include "GLViewer_Context.h"
#include "GLViewer_Compass.h"
#include "GLViewer_Grid.h"
#include "GLViewer_Drawer.h"
#include <QHBoxLayout>
#include <QMouseEvent>
#include <QRect>
#include <QApplication>
#include <QClipboard>
#include <QBitmap>
#include <QLabel>
#include <QWidget>
#include <QRubberBand>
Macros | |
#define | WIDTH 640 |
#define | HEIGHT 480 |
#define | MARGIN 100 |
#define | GRID_XSIZE 100 |
#define | GRID_YSIZE 100 |
Functions | |
void | rotate_point (float &theX, float &theY, float theAngle) |
Variables | |
static int | aLastViewPostId = 0 |
#define GRID_XSIZE 100 |
#define GRID_YSIZE 100 |
#define HEIGHT 480 |
#define MARGIN 100 |
#define WIDTH 640 |
void rotate_point | ( | float & | theX, |
float & | theY, | ||
float | theAngle | ||
) |
|
static |