pcb 4.1.1
An interactive printed circuit board layout editor.
|
#include <gui-trackball.h>
Data Fields | |
GtkVBox | parent_instance |
GtkWidget * | drawing_area |
GtkWidget * | view_2d |
gboolean | dragging |
gdouble | x1 |
gdouble | y1 |
float | quart1 [4] |
float | quart2 [4] |
Definition at line 49 of file gui-trackball.h.
gboolean _GhidTrackball::dragging |
Definition at line 56 of file gui-trackball.h.
Referenced by button_press_cb(), button_release_cb(), and motion_notify_cb().
GtkWidget* _GhidTrackball::drawing_area |
Definition at line 53 of file gui-trackball.h.
Referenced by ghid_trackball_constructor(), and view_2d_toggled_cb().
GtkVBox _GhidTrackball::parent_instance |
Definition at line 51 of file gui-trackball.h.
float _GhidTrackball::quart1[4] |
Definition at line 59 of file gui-trackball.h.
Referenced by button_press_cb(), button_release_cb(), ghid_trackball_constructor(), motion_notify_cb(), and view_2d_toggled_cb().
float _GhidTrackball::quart2[4] |
Definition at line 60 of file gui-trackball.h.
Referenced by button_press_cb(), button_release_cb(), ghid_trackball_constructor(), and motion_notify_cb().
GtkWidget* _GhidTrackball::view_2d |
Definition at line 54 of file gui-trackball.h.
Referenced by ghid_trackball_constructor().
gdouble _GhidTrackball::x1 |
Definition at line 57 of file gui-trackball.h.
Referenced by button_press_cb(), and motion_notify_cb().
gdouble _GhidTrackball::y1 |
Definition at line 57 of file gui-trackball.h.
Referenced by button_press_cb(), and motion_notify_cb().