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

/inkscape/src/widgets/
H A Dege-select-one-action.h87 void (*changed) (EgeSelectOneAction* action); member in struct:_EgeSelectOneActionClass
H A Dsp-color-selector.h89 void (* changed) (SPColorSelector *rgbsel); member in struct:SPColorSelectorClass
H A Dege-paint-def.cpp211 bool changed = false; local
225 changed = true;
262 changed = true;
267 if ( changed ) {
H A Dink-comboboxentry-action.h36 void (*changed) (Ink_ComboBoxEntry_Action* action); member in struct:_Ink_ComboBoxEntry_ActionClass
H A Darc-toolbar.cpp374 g_signal_connect_after( G_OBJECT(act), "changed", G_CALLBACK(sp_arctb_open_state_changed), holder );
404 static sigc::connection changed; local
407 changed = desktop->getSelection()->connectChanged(sigc::bind(sigc::ptr_fun(sp_arc_toolbox_selection_changed), holder));
410 if (changed)
411 changed.disconnect();
H A Dbox3d-toolbar.cpp142 // quit if run by the attr_changed or selection changed listener
213 // quit if run by the attr_changed or selection changed listener
421 static sigc::connection changed; local
423 changed = desktop->getSelection()->connectChanged(sigc::bind(sigc::ptr_fun(box3d_toolbox_selection_changed), holder));
426 if (changed)
427 changed.disconnect();
H A Dgradient-selector.h143 void (* changed) (SPGradientSelector *sel); member in struct:SPGradientSelectorClass
H A Dpaint-selector.h144 void (* changed) (SPPaintSelector *psel); member in struct:SPPaintSelectorClass
H A Drect-toolbar.cpp404 static sigc::connection changed; local
411 changed = sel->connectChanged(sigc::bind(sigc::ptr_fun(sp_rect_toolbox_selection_changed), holder));
416 if (changed) {
417 changed.disconnect();
H A Dstar-toolbar.cpp486 g_signal_connect_after( G_OBJECT(act), "changed", G_CALLBACK(sp_stb_sides_flat_state_changed), holder);
580 static sigc::connection changed; local
583 changed = desktop->getSelection()->connectChanged(sigc::bind(sigc::ptr_fun(sp_star_toolbox_selection_changed), holder));
586 if (changed)
587 changed.disconnect();
/inkscape/src/
H A Dege-color-prof-tracker.h85 void (*changed) (EgeColorProfTracker* tracker); member in struct:_EgeColorProfTrackerClass
H A Dresource-manager.cpp287 bool changed = false; local
331 changed = true;
335 if ( changed ) {
341 return changed;
H A Dgradient-chemistry.cpp864 bool changed = false; local
877 changed = true;
885 changed = true;
887 if( changed ) {
H A Ddesktop.cpp616 * Set activate property of desktop; emit signal if changed.
814 // zoom changed - set new zoom factors
1387 GdkWindowState changed = event->changed_mask; local
1388 if (changed & (GDK_WINDOW_STATE_FULLSCREEN|GDK_WINDOW_STATE_MAXIMIZED)) {
H A Dselection-chemistry.cpp344 // TODO check if parent parameter should be changed to SPItem, of if the code should handle non-items.
1616 * letters cannot be squeezed or rotated anyway, they only refill the changed path.
1619 // Restore item->transform field from the repr, in case it was changed by seltrans.
1639 // restore item->transform field from the repr, in case it was changed by seltrans
3038 // If an object is earlier in the selection list than its clone, and it is deleted, then the clone will have changed
4245 bool const changed = ( desktop->selection->isEmpty() local
4248 if (changed) {
/inkscape/src/live_effects/parameter/
H A Dpath.h55 bool changed; /* this gets set whenever the path is changed (this is set to true, and then the signal_path_changed signal is emitted). member in class:Inkscape::LivePathEffect::PathParam
/inkscape/src/ui/widget/
H A Dcolor-entry.cpp50 bool changed = false; local
54 changed = true;
72 if (changed) {
H A Dgimpcolorwheel.h61 void (* changed) (GimpColorWheel *wheel); member in struct:_GimpColorWheelClass
/inkscape/src/extension/param/
H A Denum.cpp196 ParamComboBox::changed (void) { function in class:Inkscape::Extension::ParamComboBox
223 this->signal_changed().connect(sigc::mem_fun(this, &ParamComboBoxEntry::changed));
225 void changed (void);
235 ParamComboBoxEntry::changed (void) function in class:Inkscape::Extension::ParamComboBoxEntry
H A Dradiobutton.cpp224 this->signal_toggled().connect(sigc::mem_fun(this, &ParamRadioButtonWdg::changed));
226 void changed (void);
235 void ParamRadioButtonWdg::changed(void) function in class:Inkscape::Extension::ParamRadioButtonWdg
261 this->signal_changed().connect(sigc::mem_fun(this, &ComboWdg::changed));
264 void changed (void);
267 void ComboWdg::changed(void) function in class:Inkscape::Extension::ComboWdg
/inkscape/src/ui/dialog/
H A Dalign-and-distribute.cpp181 bool changed = false; local
199 changed = true;
204 if (changed) {
324 bool changed = false; local
347 changed = true;
372 changed = true;
380 if (changed) {
823 bool changed = false; local
833 changed = true;
836 if (changed) {
[all...]
H A Dcolor-item.cpp65 bool changed = false; local
80 changed = true;
95 changed = true;
99 changed |= bruteForce( document, first, match, r, g, b );
101 changed |= bruteForce( document, node->next(), match, r, g, b );
104 return changed;
/inkscape/src/ui/tools/
H A Dmeasure-tool.cpp128 bool changed = false; local
132 changed = false;
144 changed = true;
146 } while (changed);

Completed in 93 milliseconds