Searched refs:_selection_context (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dselection.cpp52 _selection_context(NULL),
100 if (NULL == _selection_context) {
101 _selection_context = _layers->currentLayer();
102 sp_object_ref(_selection_context, NULL);
103 _context_release_connection = _selection_context->connectRelease(sigc::mem_fun(*this, &Selection::_releaseContext));
106 _releaseContext(_selection_context);
116 if (NULL == _selection_context || _selection_context != obj)
121 sp_object_unref(_selection_context, NULL);
122 _selection_context
[all...]
H A Dselection.h381 SPObject* _selection_context; member in class:Inkscape::Selection

Completed in 643 milliseconds