Searched defs:_namedview_modified (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ |
H A D | desktop.cpp | 93 static void _namedview_modified (SPObject *obj, guint flags, SPDesktop *desktop); 271 _modified_connection = namedview->connectModified(sigc::bind<2>(sigc::ptr_fun(&_namedview_modified), this)); 285 _namedview_modified (namedview, SP_OBJECT_MODIFIED_FLAG, this); 664 _namedview_modified (namedview, SP_OBJECT_MODIFIED_FLAG, this); 1571 _modified_connection = namedview->connectModified(sigc::bind<2>(sigc::ptr_fun(&_namedview_modified), this)); 1585 _namedview_modified (namedview, SP_OBJECT_MODIFIED_FLAG, this); 1726 static void _namedview_modified (SPObject *obj, guint flags, SPDesktop *desktop) function
|
Completed in 20 milliseconds