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

/inkscape/src/ui/tools/
H A Dselect-tool.h17 #define SP_SELECT_CONTEXT(obj) (dynamic_cast<Inkscape::UI::Tools::SelectTool*>((Inkscape::UI::Tools::ToolBase*)obj))
18 #define SP_IS_SELECT_CONTEXT(obj) (dynamic_cast<const Inkscape::UI::Tools::SelectTool*>((const Inkscape::UI::Tools::ToolBase*)obj) != NULL)
32 class SelectTool : public ToolBase { class in namespace:Inkscape::UI::Tools
34 SelectTool();
35 virtual ~SelectTool();
H A Dselect-tool.cpp67 const std::string& SelectTool::getPrefsPath() {
68 return SelectTool::prefsPath;
71 const std::string SelectTool::prefsPath = "/tools/select";
84 SelectTool::SelectTool() function in class:Inkscape::UI::Tools::SelectTool
117 SelectTool::~SelectTool() {
150 void SelectTool::setup() {
172 void SelectTool::set(const Inkscape::Preferences::Entry& val) {
184 bool SelectTool
[all...]
/inkscape/src/ui/
H A Dtool-factory.cpp80 tool = new SelectTool;

Completed in 21 milliseconds