/inkscape/src/helper/ |
H A D | action-context.h | 23 namespace View { namespace in namespace:Inkscape::UI 24 class View; 25 } // namespace View 31 Inkscape::UI::View::View. Actions that do require GUI objects should 35 TODO: we store a UI::View::View* because that's what the actions and verbs 39 UI::View::View is used by the actions? 46 UI::View [all...] |
H A D | action.h | 32 namespace View { namespace in namespace:Inkscape::UI 33 class View; 34 } // namespace View 77 Inkscape::UI::View::View *sp_action_get_view(SPAction *action);
|
/inkscape/src/ |
H A D | shortcuts.h | 22 namespace View { namespace in namespace:Inkscape::UI 23 class View; 37 bool sp_shortcut_invoke (unsigned int shortcut, Inkscape::UI::View::View *view);
|
H A D | sp-hatch-path.h | 58 class View { class in class:SPHatchPath 60 View(Inkscape::DrawingShape *arenaitem, int key); 63 ~View(); 70 typedef std::list<SPHatchPath::View>::iterator ViewIterator; 71 typedef std::list<SPHatchPath::View>::const_iterator ConstViewIterator; 72 std::list<View> _display; 75 void _updateView(View &view); 76 SPCurve *_calculateRenderCurve(View const &view) const;
|
H A D | sp-hatch-path.cpp | 163 _display.push_front(View(s, key)); 237 void SPHatchPath::_updateView(View &view) 250 SPCurve *SPHatchPath::_calculateRenderCurve(View const &view) const 321 SPHatchPath::View::View(Inkscape::DrawingShape *arenaitem, int key) function in class:SPHatchPath::View 328 SPHatchPath::View::~View()
|
H A D | sp-hatch.h | 103 class View { class in class:SPHatch 105 View(Inkscape::DrawingPattern *arenaitem, int key); 108 ~View(); 117 typedef std::list<View>::iterator ViewIterator; 118 typedef std::list<View>::const_iterator ConstViewIterator; 122 void _updateView(View &view); 123 RenderInfo _calculateRenderInfo(View const &view) const; 155 std::list<View> _display;
|
H A D | sp-hatch.cpp | 283 typedef std::list<SPHatch::View>::iterator ViewIterator; 341 typedef std::list<SPHatch::View>::iterator ViewIterator; 512 _display.push_front(View(ai, key)); 526 View& view = _display.front(); 581 void SPHatch::_updateView(View &view) 598 SPHatch::RenderInfo SPHatch::_calculateRenderInfo(View const &view) const 718 SPHatch::View::View(Inkscape::DrawingPattern *arenaitem, int key) function in class:SPHatch::View 725 SPHatch::View::~View() [all...] |
H A D | desktop.h | 92 namespace View { namespace in namespace:Inkscape::UI 110 * SPDesktop is a subclass of View, implementing an editable document 138 class SPDesktop : public Inkscape::UI::View::View 253 void init (SPNamedView* nv, SPCanvas* canvas, Inkscape::UI::View::EditWidgetInterface *widget); 430 Inkscape::UI::View::EditWidgetInterface *_widget;
|
H A D | verbs.h | 32 namespace View { namespace in namespace:Inkscape::UI 33 class View; 34 } // namespace View 419 typedef std::map<Inkscape::UI::View::View *, SPAction *> ActionTable; 584 static void delete_all_view (Inkscape::UI::View::View * view); 585 void delete_view (Inkscape::UI::View::View * view);
|
/inkscape/src/ui/view/ |
H A D | edit-widget-interface.h | 30 namespace View { namespace in namespace:Inkscape::UI 159 } // namespace View
|
H A D | view.cpp | 27 namespace View { namespace in namespace:Inkscape::UI 30 _onResized (double x, double y, View* v) 36 _onRedrawRequested (View* v) 42 _onStatusMessage (Inkscape::MessageType type, gchar const *message, View* v) 48 _onDocumentURISet (gchar const* uri, View* v) 54 _onDocumentResized (double x, double y, View* v) 60 View::View() function in class:Inkscape::UI::View::View 72 View::~View() [all...] |
H A D | view-widget.h | 19 namespace View { namespace in namespace:Inkscape::UI 20 class View; 21 } // namespace View 45 void sp_view_widget_set_view(SPViewWidget *vw, Inkscape::UI::View::View *view); 59 * SPViewWidget is a GUI widget that contain a single View. It is also 66 Inkscape::UI::View::View *view; 73 void setView(Inkscape::UI::View::View *vie [all...] |
H A D | view.h | 59 namespace View { namespace in namespace:Inkscape::UI 62 * View is an abstract base class of all UI document views. This 65 * similar views. The View base class has very little functionality of 68 class View : public GC::Managed<>, class in namespace:Inkscape::UI::View 74 View(); 77 * Deletes and nulls all View message stacks and disconnects it from signals. 79 virtual ~View();
|
/inkscape/src/ui/ |
H A D | interface.h | 40 namespace View { namespace in namespace:Inkscape::UI 41 class View; 42 } // namespace View 81 * @param view View to build the bar for 83 GtkWidget *sp_ui_main_menubar (Inkscape::UI::View::View *view); 88 Glib::ustring getLayoutPrefPath( Inkscape::UI::View::View *view );
|
/inkscape/src/extension/ |
H A D | execution-env.h | 23 namespace View { namespace in namespace:Inkscape::UI 24 class View; 25 } // namespace View 56 Inkscape::UI::View::View * _doc; 83 Inkscape::UI::View::View * doc,
|
/inkscape/src/widgets/ |
H A D | button.h | 27 namespace View { namespace in namespace:Inkscape::UI 28 class View; 68 Inkscape::UI::View::View *view,
|
/inkscape/src/extension/implementation/ |
H A D | implementation.h | 30 namespace View { namespace in namespace:Inkscape::UI 31 class View; 32 } // namespace View 57 Inkscape::UI::View::View * _view; 59 ImplementationDocumentCache (Inkscape::UI::View::View * view) : 65 Inkscape::UI::View::View const * view ( ) { return _view; }; 94 virtual ImplementationDocumentCache * newDocCache (Inkscape::Extension::Extension * /*ext*/, Inkscape::UI::View [all...] |