Searched refs:_view (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/helper/
H A Daction-context.cpp23 , _view(NULL)
29 , _view(NULL)
35 , _view(view)
60 return _view;
70 return static_cast<SPDesktop *>(_view);
H A Daction-context.h46 UI::View::View *_view; /**< The view to which this action applies. May be NULL (e.g. if running in console mode). */ member in class:Inkscape::ActionContext
/inkscape/src/ui/dialog/
H A Dextensions.cpp41 _view.set_editable(false);
43 scroller->add(_view);
88 self->_view.get_buffer()->insert( self->_view.get_buffer()->end(), line );
89 self->_view.get_buffer()->insert( self->_view.get_buffer()->end(), "\n" );
98 _view.get_buffer()->set_text("Extensions:\n");
H A Dextensions.h49 Gtk::TextView _view; member in class:Inkscape::UI::Dialogs::ExtensionsPanel
/inkscape/src/ui/
H A Dpreviewholder.h53 virtual ViewType getPreviewType() const { return _view; }
83 ViewType _view; member in class:Inkscape::UI::PreviewHolder
H A Dpreviewholder.cpp48 _view(VIEW_TYPE_LIST),
116 if ( !_wrap && (_view != VIEW_TYPE_LIST) && (_anchor == SP_ANCHOR_NORTH || _anchor == SP_ANCHOR_SOUTH) ) {
134 switch(_view) {
226 if ( size != _baseSize || view != _view || ratio != _ratio || border != _border ) {
228 _view = view;
232 if ( !_wrap && (_view != VIEW_TYPE_LIST) && (_anchor == SP_ANCHOR_NORTH || _anchor == SP_ANCHOR_SOUTH) ) {
302 if ( _insides && !_wrap && (_view != VIEW_TYPE_LIST) && (_anchor == SP_ANCHOR_NORTH || _anchor == SP_ANCHOR_SOUTH) ) {
412 switch(_view) {
433 Gtk::Widget* label = Gtk::manage(items[i]->getPreview(PREVIEW_STYLE_BLURB, _view, _baseSize, _ratio, _border));
436 Gtk::Widget* thing = Gtk::manage(items[i]->getPreview(PREVIEW_STYLE_PREVIEW, _view, _baseSiz
[all...]
/inkscape/src/extension/implementation/
H A Dimplementation.h57 Inkscape::UI::View::View * _view; member in class:Inkscape::Extension::Implementation::ImplementationDocumentCache
60 _view(view)
65 Inkscape::UI::View::View const * view ( ) { return _view; };
/inkscape/src/
H A Devent-log.cpp53 _view(view),
60 return (_view == dlg._event_list_view) && (_callbacks == dlg._callback_connections);
63 Gtk::TreeView *_view; member in class:__anon41::ConnectionMatcher

Completed in 2981 milliseconds