Searched refs:clicked (Results 1 - 13 of 13) sorted by relevance

/inkscape/src/ui/tool/
H A Dcurve-drag-point.h48 virtual bool clicked(GdkEventButton *);
H A Dselectable-control-point.h50 virtual bool clicked(GdkEventButton *event);
H A Dcontrol-point.h63 * clicked() is called, followed by doubleclicked(). When deriving from SelectableControlPoint,
212 ColorEntry clicked; member in struct:Inkscape::UI::ControlPoint::ColorSet
281 * Called when the control point is clicked, at mouse button release.
283 * point is right-clicked.
288 virtual bool clicked(GdkEventButton *event);
304 * or clicked.
H A Dselectable-control-point.cpp19 {0x0000ffff, 0x01000000}, // clicked fill, stroke
23 {0xff000000, 0x000000ff} // clicked fill, stroke when selected
72 bool SelectableControlPoint::clicked(GdkEventButton *event) function in class:Inkscape::UI::SelectableControlPoint
H A Dselector.cpp89 virtual bool clicked(GdkEventButton *event) { function in class:Inkscape::UI::SelectorPoint
H A Dcontrol-point.cpp35 {0x0000ffff, 0x01000000}, // clicked fill, stroke
39 {0xff000000, 0x000000ff} // clicked fill, stroke when selected
354 return clicked(&event->button);
558 current = activeCset.clicked;
611 bool ControlPoint::clicked(GdkEventButton * /*event*/) function in class:Inkscape::UI::ControlPoint
H A Dnode.h128 virtual bool clicked(GdkEventButton *event);
245 virtual bool clicked(GdkEventButton *event);
H A Dcurve-drag-point.cpp135 bool CurveDragPoint::clicked(GdkEventButton *event) function in class:Inkscape::UI::CurveDragPoint
H A Dnode.cpp69 {0xff000000, 0x000000ff}, // clicked fill, stroke
73 {0xff000000, 0x000000ff} // clicked fill, stroke when selected
79 {0xff000000, 0x000000ff}, // clicked fill, stroke
83 {0xff000000, 0x000000ff} // clicked fill, stroke
459 bool Handle::clicked(GdkEventButton *event) function in class:Inkscape::UI::Handle
1339 bool Node::clicked(GdkEventButton *event) function in class:Inkscape::UI::Node
1343 return SelectableControlPoint::clicked(event);
/inkscape/src/widgets/
H A Deek-preview.h110 void (*clicked) (EekPreview* splat); member in struct:_EekPreviewClass
H A Dbutton.cpp59 button_class->clicked = sp_button_clicked;
74 g_signal_connect_after(G_OBJECT(button), "clicked", G_CALLBACK(sp_button_perform_action), NULL);
162 (GTK_BUTTON_CLASS(sp_button_parent_class))->clicked(button);
H A Deek-preview.cpp720 g_signal_new( "clicked",
723 G_STRUCT_OFFSET( EekPreviewClass, clicked ),
728 g_signal_new( "alt-clicked",
731 G_STRUCT_OFFSET( EekPreviewClass, clicked ),
742 "flag to grab focus when clicked",
/inkscape/src/
H A Ddesktop-events.cpp88 static bool clicked = false; local
114 clicked = true;
180 if (clicked) {
208 if (clicked && event->button.button == 1) {
255 clicked = false;

Completed in 49 milliseconds