Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
sp-namedview.cpp File Reference

Go to the source code of this file.

Functions

const Inkscape::Util::Unitsp_parse_document_units (const char *value)
 
void sp_namedview_window_from_document (SPDesktop *desktop)
 
void sp_namedview_zoom_and_view_from_document (SPDesktop *desktop)
 
void sp_namedview_update_layers_from_document (SPDesktop *desktop)
 
void sp_namedview_document_from_window (SPDesktop *desktop)
 

Variables

static auto const default_desk_color = Inkscape::Colors::Color{0xd1d1d1, false}
 
static auto const default_guide_color = Inkscape::Colors::Color{0x0086e5, false}
 
static auto const default_guide_hi_color = Inkscape::Colors::Color{0xff0000, false}
 

Function Documentation

◆ sp_namedview_document_from_window()

◆ sp_namedview_update_layers_from_document()

◆ sp_namedview_window_from_document()

◆ sp_namedview_zoom_and_view_from_document()

◆ sp_parse_document_units()

const Inkscape::Util::Unit * sp_parse_document_units ( const char *  value)

Variable Documentation

◆ default_desk_color

auto const default_desk_color = Inkscape::Colors::Color{0xd1d1d1, false}
static

Definition at line 142 of file sp-namedview.cpp.

Referenced by SPNamedView::getDeskColor().

◆ default_guide_color

auto const default_guide_color = Inkscape::Colors::Color{0x0086e5, false}
static

Definition at line 143 of file sp-namedview.cpp.

Referenced by SPNamedView::getGuideColor().

◆ default_guide_hi_color

auto const default_guide_hi_color = Inkscape::Colors::Color{0xff0000, false}
static

Definition at line 144 of file sp-namedview.cpp.

Referenced by SPNamedView::getGuideHiColor().