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

/inkscape/src/ui/tools/
H A Dtweak-tool.h44 class TweakTool : public ToolBase { class in namespace:Inkscape::UI::Tools
46 TweakTool();
47 virtual ~TweakTool();
H A Dtweak-tool.cpp98 const std::string& TweakTool::getPrefsPath() {
99 return TweakTool::prefsPath;
102 const std::string TweakTool::prefsPath = "/tools/tweak";
104 TweakTool::TweakTool() function in class:Inkscape::UI::Tools::TweakTool
125 TweakTool::~TweakTool() {
151 void TweakTool::update_cursor (bool with_shift) {
245 bool TweakTool::set_style(const SPCSSAttr* css) {
257 void TweakTool
[all...]
/inkscape/src/ui/
H A Dtool-factory.cpp90 tool = new TweakTool;

Completed in 28 milliseconds