10 #define GIZMO_DOT_SIZE 2.5 11 #define GIZMO_TARGET_SIZE 5.0 26 QVector<QPoint> world_pos;
27 QVector<QPoint> screen_pos;
30 double x_field_multi1;
32 double y_field_multi1;
34 double x_field_multi2;
36 double y_field_multi2;
38 void set_previous_value();
41 int get_point_count();
46 void set_cursor(
int c);
52 #endif // EFFECTGIZMO_H Definition: effectgizmo.h:21
Definition: effectfield.h:23