Inkscape
Vector Graphics Editor
|
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 |
Interface to main application.
Definition in file inkscape.cpp.
void inkscape_ref | ( | Inkscape::Application & | in | ) |
Definition at line 116 of file inkscape.cpp.
References Inkscape::Application::refCount.
Referenced by SPDocument::createDoc().
void inkscape_unref | ( | Inkscape::Application & | in | ) |
Definition at line 121 of file inkscape.cpp.
References Inkscape::Application::_S_inst, and Inkscape::Application::refCount.
Referenced by SPDocument::~SPDocument().
|
static |
Definition at line 73 of file inkscape.cpp.
Referenced by Inkscape::Application::Application(), and Inkscape::Application::crash_handler().
|
static |
Definition at line 77 of file inkscape.cpp.
Referenced by Inkscape::Application::Application(), and Inkscape::Application::crash_handler().
|
static |
Definition at line 74 of file inkscape.cpp.
Referenced by Inkscape::Application::Application(), and Inkscape::Application::crash_handler().
|
static |
Definition at line 75 of file inkscape.cpp.
Referenced by Inkscape::Application::Application(), and Inkscape::Application::crash_handler().
|
static |
Definition at line 72 of file inkscape.cpp.
Referenced by Inkscape::Application::Application(), and Inkscape::Application::crash_handler().
|
staticconstexpr |
Definition at line 80 of file inkscape.cpp.
Referenced by Inkscape::Application::crash_handler().