Searched refs:Application (Results 1 - 24 of 24) sorted by relevance

/inkscape/test/
H A Ddoc-per-case-test.cpp25 if ( !Inkscape::Application::exists() )
28 Inkscape::Application::create("", false);
/inkscape/src/
H A Dtest-helpers.h31 if ( !Inkscape::Application::exists() )
34 Inkscape::Application::create("", false);
H A Dinkscape.cpp76 // Inkscape::Application static members
77 Inkscape::Application * Inkscape::Application::_S_inst = NULL;
78 bool Inkscape::Application::_crashIsHappening = false;
104 * - Application::_deskops has to be a pointer because of a signal bug somewhere else. Basically, it will attempt to access a deleted object in sp_ui_close_all(),
105 * but if it's a pointer we can stop and return NULL in Application::active_desktop()
106 * - These functions are calling Application::create for no good reason I can determine:
138 void inkscape_ref(Inkscape::Application & in)
143 void inkscape_unref(Inkscape::Application & in)
147 if (&in == Inkscape::Application
397 Application::Application(const char* argv, bool use_gui) : function in class:Inkscape::Application
[all...]
H A Dinkscape.h30 class Application;
48 void inkscape_ref (Inkscape::Application & in);
49 void inkscape_unref(Inkscape::Application & in);
51 #define INKSCAPE (Inkscape::Application::instance())
74 class Application { class in namespace:Inkscape
76 static Application& instance();
164 friend void ::inkscape_ref (Application & in);
165 friend void ::inkscape_unref(Application & in);
199 static Inkscape::Application * _S_inst;
201 Application(cons
[all...]
H A Dshortcuts.cpp214 sources.push_back( Inkscape::Application::profile_path("keys") );
232 if (!strcmp(dirname, Inkscape::Application::profile_path("keys")) &&
H A Dpreferences.cpp96 gchar *path = Inkscape::Application::profile_path(NULL);
100 path = Inkscape::Application::profile_path(_prefs_basename.c_str());
160 char *dir = Inkscape::Application::profile_path(user_dirs[i]);
H A Dinkview.cpp230 Inkscape::Application::create(argv[0], true);
231 //Inkscape::Application &inkscape = Inkscape::Application::instance();
H A Dmain.cpp1050 gchar *usericondir = Inkscape::Application::profile_path("icons");
1079 Glib::ustring user_style = Inkscape::Application::profile_path("ui/style.css");
1104 Inkscape::Application::create(argv[0], true);
1377 Inkscape::Application::create(argv[0], false);
H A Dfile.cpp182 sources.push_back( Inkscape::Application::profile_path("templates") ); // first try user's local dir
/inkscape/src/io/
H A Dresource.cpp76 path = Inkscape::Application::profile_path(name);
/inkscape/src/extension/
H A Derror-file.cpp54 gchar * ext_error_file = Inkscape::Application::profile_path(EXTENSION_ERROR_LOG_FILENAME);
H A Dinit.cpp246 Inkscape::Extension::Extension::search_path.push_back(Inkscape::Application::profile_path("extensions"));
H A Deffect.cpp92 // \TODO this gets called from the Inkscape::Application constructor, where it initializes the menus.
94 if (Inkscape::Application::exists() && INKSCAPE.use_gui()) {
H A Dextension.cpp666 gchar * ext_error_file = Inkscape::Application::profile_path(EXTENSION_ERROR_LOG_FILENAME);
/inkscape/src/widgets/
H A Dsp-widget.cpp155 if (Application::exists()) {
173 if (Application::exists()) {
198 if (Application::exists()) {
H A Dicon.cpp1284 gchar *userdir = Inkscape::Application::profile_path("icons");
1595 if ( Inkscape::Application::isCrashing() ) {
1607 if (!Inkscape::Application::isCrashing() && !pendingRenders.empty()) {
/inkscape/src/ui/widget/
H A Dimageicon.cpp92 if (!Inkscape::Application::exists())
93 Inkscape::Application::create("", false);
/inkscape/src/extension/internal/filter/
H A Dfilter-file.cpp32 gchar *filtersProfilePath = Inkscape::Application::profile_path("filters");
/inkscape/cxxtest/sample/msvc/
H A DFixFiles.bat111 # TARGTYPE "Win32 (x86) Console Application" 0x0103
126 !MESSAGE "CxxTest_2_Build - Win32 Release" (based on "Win32 (x86) Console Application")
127 !MESSAGE "CxxTest_2_Build - Win32 Debug" (based on "Win32 (x86) Console Application")
/inkscape/src/ui/dialog/
H A Dsymbols.cpp590 if( Inkscape::IO::file_test( Inkscape::Application::profile_path("symbols"), G_FILE_TEST_EXISTS ) &&
591 Inkscape::IO::file_test( Inkscape::Application::profile_path("symbols"), G_FILE_TEST_IS_DIR ) ) {
592 directories.push_back( Inkscape::Application::profile_path("symbols") );
H A Dfiledialogimpl-gtkmm.cpp593 if (!Inkscape::Application::exists())
594 Inkscape::Application::create("", false);
1099 gchar *templates = Inkscape::Application::profile_path("templates");
H A Dtemplate-load-tab.cpp219 _getTemplatesFromDir(Inkscape::Application::profile_path("templates") + _loading_path);
H A Dswatches.cpp530 sources.push_back( Inkscape::Application::profile_path("palettes") );
H A Dinkscape-preferences.cpp1979 _sys_user_config.set_text((char const *)Inkscape::Application::profile_path(""));

Completed in 1629 milliseconds