Lines Matching refs:_selection_context
52 _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 = NULL;
140 if (NULL != _selection_context)
141 return _selection_context;