Searched defs:getStringToAxis (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Ddevice-manager.cpp105 static std::map<Glib::ustring, Gdk::AxisUse> &getStringToAxis() function in namespace:Inkscape
128 for (std::map<Glib::ustring, Gdk::AxisUse>::iterator it = getStringToAxis().begin(); it != getStringToAxis().end(); ++it) {
390 if (getStringToAxis().find(name) != getStringToAxis().end()) {
391 Gdk::AxisUse use = getStringToAxis()[name];

Completed in 16 milliseconds