X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fdesktop.h;fp=src%2Fdesktop.h;h=957c3b342509629fe39367dfd64d75f7723185ca;hb=9dc68827cbd515262ecb8d5ae8547d9e82c72e00;hp=160a335580d0ab788e63a5026d42b34a7812bdae;hpb=072de79e6270f4137fa48a8a73491e8a0904d8f8;p=inkscape.git diff --git a/src/desktop.h b/src/desktop.h index 160a33558..957c3b342 100644 --- a/src/desktop.h +++ b/src/desktop.h @@ -11,6 +11,8 @@ * Ralf Stephan * John Bintz * Johan Engelen + * Jon A. Cruz get + * Abhishek Sharma * * Copyright (C) 2007 Johan Engelen * Copyright (C) 2006 John Bintz @@ -86,7 +88,7 @@ namespace Inkscape { */ class SPDesktop : public Inkscape::UI::View::View { - public: +public: Inkscape::UI::Dialog::DialogManager *_dlg_mgr; SPNamedView *namedview; SPCanvas *canvas; @@ -204,9 +206,9 @@ class SPDesktop : public Inkscape::UI::View::View void setDisplayModeOutline() { _setDisplayMode(Inkscape::RENDERMODE_OUTLINE); } - void setDisplayModePrintColorsPreview() { - _setDisplayMode(Inkscape::RENDERMODE_PRINT_COLORS_PREVIEW); - } +// void setDisplayModePrintColorsPreview() { +// _setDisplayMode(Inkscape::RENDERMODE_PRINT_COLORS_PREVIEW); +// } void displayModeToggle(); Inkscape::RenderMode _display_mode; Inkscape::RenderMode getMode() const { return _display_mode; } @@ -230,9 +232,9 @@ class SPDesktop : public Inkscape::UI::View::View void push_event_context (GtkType type, const gchar *config, unsigned int key); void set_coordinate_status (Geom::Point p); - SPItem *item_from_list_at_point_bottom (const GSList *list, Geom::Point const p) const; - SPItem *item_at_point (Geom::Point const p, bool into_groups, SPItem *upto = NULL) const; - SPItem *group_at_point (Geom::Point const p) const; + SPItem *getItemFromListAtPointBottom(const GSList *list, Geom::Point const p) const; + SPItem *getItemAtPoint(Geom::Point const p, bool into_groups, SPItem *upto = NULL) const; + SPItem *getGroupAtPoint(Geom::Point const p) const; Geom::Point point() const; Geom::Rect get_display_area() const; @@ -256,8 +258,9 @@ class SPDesktop : public Inkscape::UI::View::View void prev_zoom(); void next_zoom(); void zoom_quick(bool enable = true); - /** \brief Returns whether the desktop is in quick zoom mode or not */ - bool quick_zoomed(void) { return _quick_zoom_enabled; } + + /** \brief Returns whether the desktop is in quick zoom mode or not */ + bool quick_zoomed(void) { return _quick_zoom_enabled; } bool scroll_to_point (Geom::Point const &s_dt, gdouble autoscrollspeed = 0); void scroll_world (double dx, double dy, bool is_scrolling = false); @@ -325,7 +328,7 @@ class SPDesktop : public Inkscape::UI::View::View virtual bool onDeleteUI (GdkEventAny*); virtual bool onWindowStateEvent (GdkEventWindowState* event); - void applyCurrentOrToolStyle(SPObject *obj, Glib::ustring const &tool_path, bool with_text); + void applyCurrentOrToolStyle(SPObject *obj, Glib::ustring const &tool_path, bool with_text); private: Inkscape::UI::View::EditWidgetInterface *_widget;