Searched refs:getMode (Results 1 - 14 of 14) sorted by relevance

/inkscape/src/
H A Drubberband.h46 inline int getMode() {return _mode;} function in class:Inkscape::Rubberband
H A Ddevice-manager.h24 virtual Gdk::InputMode getMode() const = 0;
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.h48 SPColorScalesMode getMode() const;
H A Dcolor-scales.cpp475 SPColorScalesMode ColorScales::getMode() const { return _mode; } function in class:Inkscape::UI::Widget::ColorScales
/inkscape/src/ui/dialog/
H A Dinput.cpp1033 deviceRow[getCols().mode] = dev->getMode();
1063 deviceRow[getCols().mode] = dev->getMode();
1371 Gdk::InputMode mode = device->getMode();
1471 deviceRow[getCols().mode] = dev->getMode();
1496 deviceRow[getCols().mode] = dev->getMode();
1513 deviceRow[getCols().mode] = dev->getMode();
/inkscape/src/ui/tools/
H A Dselect-tool.cpp637 if (Inkscape::Rubberband::get(desktop)->getMode() == RUBBERBAND_MODE_TOUCHPATH) {
708 if (r->getMode() == RUBBERBAND_MODE_RECT) {
711 } else if (r->getMode() == RUBBERBAND_MODE_TOUCHPATH) {
H A Dgradient-tool.cpp644 if (r->getMode() == RUBBERBAND_MODE_RECT) {
H A Dmesh-tool.cpp659 if (r->getMode() == RUBBERBAND_MODE_RECT) {
/inkscape/src/extension/internal/pdfinput/
H A Dpdf-parser.cpp1196 if (state->getFillColorSpace()->getMode() == csPattern) {
1247 if (state->getStrokeColorSpace()->getMode() == csPattern) {
1402 if (state->getStrokeColorSpace()->getMode() == csPattern &&
1419 if (state->getStrokeColorSpace()->getMode() == csPattern &&
1436 if (state->getFillColorSpace()->getMode() == csPattern &&
1453 if (state->getFillColorSpace()->getMode() == csPattern &&
1517 if (state->getFillColorSpace()->getMode() == csPattern &&
1521 if (state->getStrokeColorSpace()->getMode() == csPattern &&
2828 if (!maskColorSpace || maskColorSpace->getMode() != csDeviceGray) {
H A Dsvg-builder.cpp301 if ( state->getStrokeColorSpace()->getMode() == csPattern ) {
392 if ( state->getFillColorSpace()->getMode() == csPattern ) {
/inkscape/src/widgets/
H A Ddesktop-widget.cpp892 if (this->desktop->getMode() == Inkscape::RENDERMODE_OUTLINE) {
894 } else if (this->desktop->getMode() == Inkscape::RENDERMODE_NO_FILTERS) {
/inkscape/src/ui/
H A Dinterface.cpp645 Inkscape::RenderMode mode = dt->getMode();

Completed in 53 milliseconds