Version: 9.12.0
GLViewer_ViewPort2d.cxx File Reference
#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
 

Macro Definition Documentation

◆ GRID_XSIZE

#define GRID_XSIZE   100

◆ GRID_YSIZE

#define GRID_YSIZE   100

◆ HEIGHT

#define HEIGHT   480

◆ MARGIN

#define MARGIN   100

◆ WIDTH

#define WIDTH   640

Function Documentation

◆ rotate_point()

void rotate_point ( float &  theX,
float &  theY,
float  theAngle 
)

Variable Documentation

◆ aLastViewPostId

int aLastViewPostId = 0
static