Searched +defs:val +defs:connection (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dlayer-manager.cpp38 LayerWatcher(LayerManager* mgr, SPObject* obj, sigc::connection c) :
60 sigc::connection _connection;
183 guint64 val = g_ascii_strtoull( numpart, &endPtr, 10); local
184 if ( ((val > 0) || (endPtr != numpart)) && (val < 65536) ) {
187 startNum = static_cast<int>(val);
329 sigc::connection connection = layer->connectModified(sigc::mem_fun(*this, &LayerManager::_objectModified)); local
331 LayerWatcher *eye = new LayerWatcher(this, layer, connection);
/inkscape/src/ui/tools/
H A Dconnector-tool.cpp27 * same connection point, and drawing of connectors attaching
253 void ConnectorTool::set(const Inkscape::Preferences::Entry& val) { argument
256 Glib::ustring name = val.getEntryName();
259 this->curvature = val.getDoubleLimited(); // prevents NaN and +/-Inf from messing up
261 this->isOrthogonal = val.getBool();
310 // Hide the connection points if they exist.
398 connection points on connectors. (yet?)
495 // Test whether we clicked on a connection point
676 // Test whether we clicked on a connection point
755 // Test whether we clicked on a connection poin
888 bool connection = false; local
[all...]
/inkscape/src/widgets/
H A Dtoolbox.cpp746 void delete_connection(GObject * /*obj*/, sigc::connection *connection) argument
748 connection->disconnect();
749 delete connection;
1006 sigc::connection* conn = new sigc::connection;
1009 gpointer val = GINT_TO_POINTER(id); local
1010 g_object_set_data(G_OBJECT(hb), BAR_ID_KEY, val); local
1141 sigc::connection *conn = static_cast<sigc::connection*>(g_object_get_dat
[all...]

Completed in 27 milliseconds