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

Go to the source code of this file.

Classes

class  SPNamedView
 

Namespaces

namespace  Inkscape
 Helper class to stream background task notifications as a series of messages.
 
namespace  Inkscape::Util
 Miscellaneous supporting code.
 
namespace  Inkscape::Colors
 A set of useful color modifying functions which do not fit as generic methods on the color class itself but which are used in various places.
 

Typedefs

typedef unsigned int guint32
 
typedef guint32 GQuark
 

Enumerations

enum  { SP_BORDER_LAYER_BOTTOM , SP_BORDER_LAYER_TOP }
 

Functions

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

Typedef Documentation

◆ GQuark

typedef guint32 GQuark

Definition at line 42 of file sp-namedview.h.

◆ guint32

typedef unsigned int guint32

Definition at line 41 of file sp-namedview.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
SP_BORDER_LAYER_BOTTOM 
SP_BORDER_LAYER_TOP 

Definition at line 44 of file sp-namedview.h.

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 *  unit)