Inkscape
Vector Graphics Editor
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages Concepts
inkscape.cpp File Reference

Interface to main application. More...

Go to the source code of this file.

Namespaces

namespace  Inkscape
 Helper class to stream background task notifications as a series of messages.
 

Functions

void inkscape_ref (Inkscape::Application &in)
 
void inkscape_unref (Inkscape::Application &in)
 
void Inkscape::create_singletons ()
 

Variables

static void(* segv_handler )(int) = SIG_DFL
 
static void(* abrt_handler )(int) = SIG_DFL
 
static void(* fpe_handler )(int) = SIG_DFL
 
static void(* ill_handler )(int) = SIG_DFL
 
static void(* bus_handler )(int) = SIG_DFL
 
static constexpr int SP_INDENT = 8
 

Detailed Description

Interface to main application.

Definition in file inkscape.cpp.

Function Documentation

◆ inkscape_ref()

void inkscape_ref ( Inkscape::Application in)

Definition at line 116 of file inkscape.cpp.

References Inkscape::Application::refCount.

Referenced by SPDocument::createDoc().

◆ inkscape_unref()

void inkscape_unref ( Inkscape::Application in)

Variable Documentation

◆ abrt_handler

void(* abrt_handler) (int) ( int  ) = SIG_DFL
static

◆ bus_handler

void(* bus_handler) (int) ( int  ) = SIG_DFL
static

◆ fpe_handler

void(* fpe_handler) (int) ( int  ) = SIG_DFL
static

◆ ill_handler

void(* ill_handler) (int) ( int  ) = SIG_DFL
static

◆ segv_handler

void(* segv_handler) (int) ( int  ) = SIG_DFL
static

◆ SP_INDENT

constexpr int SP_INDENT = 8
staticconstexpr

Definition at line 80 of file inkscape.cpp.

Referenced by Inkscape::Application::crash_handler().