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

/inkscape/src/
H A Drubberband.h46 inline int getMode() {return _mode;} function in class:Inkscape::Rubberband
H A Ddevice-manager.cpp177 virtual Gdk::InputMode getMode() const {return (device->get_mode());} function in class:Inkscape::InputDeviceImpl
379 if ((*it)->getMode() != mode) {
422 prefs->setString( path + "/mode", getModeToString()[(*it)->getMode()].c_str() );
465 if (isValidDevice(device) && ((*it)->getMode() != mode) ) {
H A Ddesktop.h278 Inkscape::RenderMode getMode() const { return _display_mode; } function in class:SPDesktop
/inkscape/src/ui/widget/
H A Dcolor-scales.cpp475 SPColorScalesMode ColorScales::getMode() const { return _mode; } function in class:Inkscape::UI::Widget::ColorScales

Completed in 22 milliseconds