Searched refs:ConnectorTool (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/tools/
H A Dconnector-tool.h40 #define SP_CONNECTOR_CONTEXT(obj) (dynamic_cast<Inkscape::UI::Tools::ConnectorTool*>((Inkscape::UI::Tools::ToolBase*)obj))
41 //#define SP_IS_CONNECTOR_CONTEXT(obj) (dynamic_cast<const ConnectorTool*>((const ToolBase*)obj) != NULL)
58 class ConnectorTool : public ToolBase { class in namespace:Inkscape::UI::Tools
60 ConnectorTool();
61 virtual ~ConnectorTool();
148 void cc_create_connection_point(ConnectorTool* cc);
149 void cc_remove_connection_point(ConnectorTool* cc);
H A Dconnector-tool.cpp148 const std::string& ConnectorTool::getPrefsPath() {
149 return ConnectorTool::prefsPath;
152 const std::string ConnectorTool::prefsPath = "/tools/connector";
154 ConnectorTool::ConnectorTool() function in class:Inkscape::UI::Tools::ConnectorTool
189 ConnectorTool::~ConnectorTool() {
213 void ConnectorTool::setup() {
220 sigc::mem_fun(this, &ConnectorTool::_selectionChanged)
253 void ConnectorTool
[all...]
/inkscape/src/ui/
H A Dtool-factory.cpp54 tool = new ConnectorTool;

Completed in 15 milliseconds