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

/inkscape/src/widgets/
H A Dgradient-image.h33 sigc::connection modified_connection; member in struct:SPGradientImage
H A Dgradient-image.cpp71 new (&image->modified_connection) sigc::connection();
84 image->modified_connection.disconnect();
89 image->modified_connection.~connection();
206 image->modified_connection.disconnect();
213 image->modified_connection = gradient->connectModified(sigc::bind<2>(sigc::ptr_fun(&sp_gradient_image_gradient_modified), image));
224 image->modified_connection.disconnect();
H A Dsp-attribute-widget.cpp80 modified_connection(),
91 modified_connection(),
133 modified_connection.disconnect();
155 modified_connection = object->connectModified(sigc::bind<2>(sigc::ptr_fun(&sp_attribute_table_object_modified), this));
225 modified_connection.disconnect();
235 modified_connection = _object->connectModified(sigc::bind<2>(sigc::ptr_fun(&sp_attribute_table_object_modified), this));
H A Dsp-attribute-widget.h165 sigc::connection modified_connection; member in class:SPAttributeTable
H A Dstroke-marker-selector.h100 sigc::connection modified_connection; member in class:MarkerComboBox
H A Dgradient-toolbar.cpp497 sigc::connection *modified_connection; local
500 modified_connection = (sigc::connection *)g_object_get_data(G_OBJECT(widget), "gradient_modified_connection");
504 g_assert( modified_connection != NULL );
506 modified_connection->disconnect();
514 if (!modified_connection) {
515 modified_connection = new sigc::connection();
518 *modified_connection = gradient->connectModified(sigc::bind<2>(sigc::ptr_fun(&sp_gradient_vector_gradient_modified), widget));
524 if (modified_connection) {
525 delete modified_connection;
526 modified_connection
531 g_object_set_data(G_OBJECT(widget), "gradient_modified_connection", modified_connection); local
[all...]
H A Dgradient-vector.cpp1105 sigc::connection *modified_connection; local
1108 modified_connection = static_cast<sigc::connection *>(g_object_get_data(G_OBJECT(widget), "gradient_modified_connection"));
1112 g_assert( modified_connection != NULL );
1114 modified_connection->disconnect();
1122 if (!modified_connection) {
1123 modified_connection = new sigc::connection();
1126 *modified_connection = gradient->connectModified(sigc::bind<2>(sigc::ptr_fun(&sp_gradient_vector_gradient_modified), widget));
1132 if (modified_connection) {
1133 delete modified_connection;
1134 modified_connection
1139 g_object_set_data(G_OBJECT(widget), "gradient_modified_connection", modified_connection); local
1246 sigc::connection *modified_connection = static_cast<sigc::connection *>(g_object_get_data(G_OBJECT(object), "gradient_modified_connection")); local
[all...]
H A Dstroke-marker-selector.cpp70 modified_connection = doc->getDefs()->connectModified( sigc::hide(sigc::hide(sigc::bind(sigc::ptr_fun(&MarkerComboBox::handleDefsModified), this))) );
82 modified_connection.disconnect();
91 modified_connection.disconnect();
98 modified_connection = doc->getDefs()->connectModified( sigc::hide(sigc::hide(sigc::bind(sigc::ptr_fun(&MarkerComboBox::handleDefsModified), this))) );
H A Ddesktop-widget.h70 sigc::connection modified_connection; member in struct:SPDesktopWidget
H A Ddesktop-widget.cpp340 new (&dtw->modified_connection) sigc::connection();
841 dtw->modified_connection.disconnect();
847 dtw->modified_connection.~connection();
1016 modified_connection.disconnect();
1018 modified_connection = desktop->namedview->connectModified(sigc::mem_fun(*this, &SPDesktopWidget::namedviewModified));
1763 dtw->modified_connection = namedview->connectModified(sigc::mem_fun(*dtw, &SPDesktopWidget::namedviewModified));
/inkscape/src/
H A Dsp-filter.h56 sigc::connection modified_connection; member in class:SPFilter
H A Dsp-filter.cpp103 this->modified_connection.disconnect();
363 filter->modified_connection.disconnect();
369 filter->modified_connection =
H A Dsp-gradient.h124 sigc::connection modified_connection; member in class:SPGradient
H A Dsp-gradient.cpp312 this->modified_connection.disconnect();
318 //this->modified_connection.~connection();
427 gr->modified_connection.disconnect();
432 gr->modified_connection = ref->connectModified(sigc::bind<2>(sigc::ptr_fun(&SPGradient::gradientRefModified), gr));

Completed in 383 milliseconds