Searched refs:new_state (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/ui/dialog/
H A Ddock-behavior.h79 void _onStateChanged(Widget::DockItem::State prev_state, Widget::DockItem::State new_state);
H A Ddock-behavior.cpp197 Widget::DockItem::State new_state)
201 if (new_state == Widget::DockItem::FLOATING_STATE) {
196 _onStateChanged(Widget::DockItem::State , Widget::DockItem::State new_state) argument
/inkscape/src/ui/widget/
H A Ddock-item.h140 void _onStateChanged(State prev_state, State new_state);
H A Ddock-item.cpp433 DockItem::_onStateChanged(State /*prev_state*/, State new_state) argument
437 if (new_state == FLOATING_STATE && _window) {
/inkscape/src/ui/tools/
H A Dnode-tool.cpp644 unsigned new_state = state_after_event(event); local
646 if (new_state == event->key.state) {
650 if (state_held_shift(new_state)) {
/inkscape/src/ui/
H A Dinterface.cpp648 bool new_state = false; local
650 new_state = mode == Inkscape::RENDERMODE_NORMAL;
652 new_state = mode == Inkscape::RENDERMODE_NO_FILTERS;
654 new_state = mode == Inkscape::RENDERMODE_OUTLINE;
656 new_state = colormode == Inkscape::COLORMODE_NORMAL;
658 new_state = colormode == Inkscape::COLORMODE_GRAYSCALE;
660 new_state = colormode == Inkscape::COLORMODE_PRINT_COLORS_PREVIEW;
665 if (new_state) { //only one of the radio buttons has to be activated; the others will automatically be deactivated
/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp166 SvgGraphicsState new_state; local
167 new_state.group_depth = 0;
168 new_state.softmask = _state_stack.back().softmask;
169 _state_stack.push_back(new_state);
/inkscape/src/extension/internal/
H A Dcairo-render-context.cpp967 CairoRenderState *new_state = _createState(); local
969 new_state->transform = _state->transform;
970 _state_stack = g_slist_prepend(_state_stack, new_state);
971 _state = new_state;

Completed in 887 milliseconds