/inkscape/src/widgets/ |
H A D | ege-select-one-action.h | 87 void (*changed) (EgeSelectOneAction* action); member in struct:_EgeSelectOneActionClass
|
H A D | sp-color-selector.h | 89 void (* changed) (SPColorSelector *rgbsel); member in struct:SPColorSelectorClass
|
H A D | ege-paint-def.cpp | 211 bool changed = false; local 225 changed = true; 262 changed = true; 267 if ( changed ) {
|
H A D | ink-comboboxentry-action.h | 36 void (*changed) (Ink_ComboBoxEntry_Action* action); member in struct:_Ink_ComboBoxEntry_ActionClass
|
H A D | arc-toolbar.cpp | 374 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 D | box3d-toolbar.cpp | 142 // 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 D | gradient-selector.h | 143 void (* changed) (SPGradientSelector *sel); member in struct:SPGradientSelectorClass
|
H A D | paint-selector.h | 144 void (* changed) (SPPaintSelector *psel); member in struct:SPPaintSelectorClass
|
H A D | rect-toolbar.cpp | 404 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 D | star-toolbar.cpp | 486 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 D | ege-color-prof-tracker.h | 85 void (*changed) (EgeColorProfTracker* tracker); member in struct:_EgeColorProfTrackerClass
|
H A D | resource-manager.cpp | 287 bool changed = false; local 331 changed = true; 335 if ( changed ) { 341 return changed;
|
H A D | gradient-chemistry.cpp | 864 bool changed = false; local 877 changed = true; 885 changed = true; 887 if( changed ) {
|
H A D | desktop.cpp | 616 * 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 D | selection-chemistry.cpp | 344 // 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 D | path.h | 55 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 D | color-entry.cpp | 50 bool changed = false; local 54 changed = true; 72 if (changed) {
|
H A D | gimpcolorwheel.h | 61 void (* changed) (GimpColorWheel *wheel); member in struct:_GimpColorWheelClass
|
/inkscape/src/extension/param/ |
H A D | enum.cpp | 196 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 D | radiobutton.cpp | 224 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 D | align-and-distribute.cpp | 181 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 D | color-item.cpp | 65 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 D | measure-tool.cpp | 128 bool changed = false; local 132 changed = false; 144 changed = true; 146 } while (changed);
|