30 #define GIZMO_DOT_SIZE 2.5 31 #define GIZMO_TARGET_SIZE 5.0 46 QVector<QPoint> world_pos;
47 QVector<QPoint> screen_pos;
50 double x_field_multi1;
52 double y_field_multi1;
54 double x_field_multi2;
56 double y_field_multi2;
58 void set_previous_value();
61 int get_point_count();
66 void set_cursor(
int c);
72 #endif // EFFECTGIZMO_H Definition: effectgizmo.h:41
Definition: effectfield.h:43