Lines Matching refs:ArcTool
55 const std::string& ArcTool::getPrefsPath() {
56 return ArcTool::prefsPath;
59 const std::string ArcTool::prefsPath = "/tools/shapes/arc";
62 ArcTool::ArcTool()
68 void ArcTool::finish() {
76 ArcTool::~ArcTool() {
94 void ArcTool::selection_changed(Inkscape::Selection* selection) {
99 void ArcTool::setup() {
113 sigc::mem_fun(this, &ArcTool::selection_changed)
126 bool ArcTool::item_handler(SPItem* item, GdkEvent* event) {
141 bool ArcTool::root_handler(GdkEvent* event) {
329 void ArcTool::drag(Geom::Point pt, guint state) {
421 void ArcTool::finishItem() {
443 void ArcTool::cancel() {