iCub-main
Classes | Macros
animationview.h File Reference
#include <QtOpenGL/qgl.h>
#include <qtimer.h>
#include "camera.h"
#include "bvh.h"
#include "objectsthread.h"
#include "subtitilessthread.h"
+ Include dependency graph for animationview.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AnimationView
 

Macros

#define ANIMATION_INCREMENT   100
 
#define OBJECT_START   8000
 
#define DRAG_HANDLE_START   OBJECT_START+1000
 
#define DRAG_HANDLE_X   DRAG_HANDLE_START
 
#define DRAG_HANDLE_Y   DRAG_HANDLE_START+1
 
#define DRAG_HANDLE_Z   DRAG_HANDLE_START+2
 
#define SCALE_HANDLE_X   DRAG_HANDLE_START+3
 
#define SCALE_HANDLE_Y   DRAG_HANDLE_START+4
 
#define SCALE_HANDLE_Z   DRAG_HANDLE_START+5
 
#define ROTATE_HANDLE_X   DRAG_HANDLE_START+6
 
#define ROTATE_HANDLE_Y   DRAG_HANDLE_START+7
 
#define ROTATE_HANDLE_Z   DRAG_HANDLE_START+8
 

Macro Definition Documentation

◆ ANIMATION_INCREMENT

#define ANIMATION_INCREMENT   100

Definition at line 35 of file animationview.h.

◆ DRAG_HANDLE_START

#define DRAG_HANDLE_START   OBJECT_START+1000

Definition at line 39 of file animationview.h.

◆ DRAG_HANDLE_X

#define DRAG_HANDLE_X   DRAG_HANDLE_START

Definition at line 40 of file animationview.h.

◆ DRAG_HANDLE_Y

#define DRAG_HANDLE_Y   DRAG_HANDLE_START+1

Definition at line 41 of file animationview.h.

◆ DRAG_HANDLE_Z

#define DRAG_HANDLE_Z   DRAG_HANDLE_START+2

Definition at line 42 of file animationview.h.

◆ OBJECT_START

#define OBJECT_START   8000

Definition at line 37 of file animationview.h.

◆ ROTATE_HANDLE_X

#define ROTATE_HANDLE_X   DRAG_HANDLE_START+6

Definition at line 46 of file animationview.h.

◆ ROTATE_HANDLE_Y

#define ROTATE_HANDLE_Y   DRAG_HANDLE_START+7

Definition at line 47 of file animationview.h.

◆ ROTATE_HANDLE_Z

#define ROTATE_HANDLE_Z   DRAG_HANDLE_START+8

Definition at line 48 of file animationview.h.

◆ SCALE_HANDLE_X

#define SCALE_HANDLE_X   DRAG_HANDLE_START+3

Definition at line 43 of file animationview.h.

◆ SCALE_HANDLE_Y

#define SCALE_HANDLE_Y   DRAG_HANDLE_START+4

Definition at line 44 of file animationview.h.

◆ SCALE_HANDLE_Z

#define SCALE_HANDLE_Z   DRAG_HANDLE_START+5

Definition at line 45 of file animationview.h.