Searched defs:clicked (Results 1 - 8 of 8) sorted by relevance
/inkscape/src/ui/tool/ |
H A D | selectable-control-point.cpp | 19 {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 D | curve-drag-point.cpp | 135 bool CurveDragPoint::clicked(GdkEventButton *event) function in class:Inkscape::UI::CurveDragPoint
|
H A D | selector.cpp | 89 virtual bool clicked(GdkEventButton *event) { function in class:Inkscape::UI::SelectorPoint
|
H A D | control-point.h | 63 * 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 D | control-point.cpp | 35 {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 D | node.cpp | 69 {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 D | eek-preview.h | 110 void (*clicked) (EekPreview* splat); member in struct:_EekPreviewClass
|
/inkscape/src/ |
H A D | desktop-events.cpp | 88 static bool clicked = false; local 114 clicked = true; 180 if (clicked) { 208 if (clicked && event->button.button == 1) { 255 clicked = false;
|
Completed in 29 milliseconds