Searched refs:Application (Results 1 - 24 of 24) sorted by relevance
/inkscape/test/ |
H A D | doc-per-case-test.cpp | 25 if ( !Inkscape::Application::exists() ) 28 Inkscape::Application::create("", false);
|
/inkscape/src/ |
H A D | test-helpers.h | 31 if ( !Inkscape::Application::exists() ) 34 Inkscape::Application::create("", false);
|
H A D | inkscape.cpp | 76 // 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 D | inkscape.h | 30 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 D | shortcuts.cpp | 214 sources.push_back( Inkscape::Application::profile_path("keys") ); 232 if (!strcmp(dirname, Inkscape::Application::profile_path("keys")) &&
|
H A D | preferences.cpp | 96 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 D | inkview.cpp | 230 Inkscape::Application::create(argv[0], true); 231 //Inkscape::Application &inkscape = Inkscape::Application::instance();
|
H A D | main.cpp | 1050 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 D | file.cpp | 182 sources.push_back( Inkscape::Application::profile_path("templates") ); // first try user's local dir
|
/inkscape/src/io/ |
H A D | resource.cpp | 76 path = Inkscape::Application::profile_path(name);
|
/inkscape/src/extension/ |
H A D | error-file.cpp | 54 gchar * ext_error_file = Inkscape::Application::profile_path(EXTENSION_ERROR_LOG_FILENAME);
|
H A D | init.cpp | 246 Inkscape::Extension::Extension::search_path.push_back(Inkscape::Application::profile_path("extensions"));
|
H A D | effect.cpp | 92 // \TODO this gets called from the Inkscape::Application constructor, where it initializes the menus. 94 if (Inkscape::Application::exists() && INKSCAPE.use_gui()) {
|
H A D | extension.cpp | 666 gchar * ext_error_file = Inkscape::Application::profile_path(EXTENSION_ERROR_LOG_FILENAME);
|
/inkscape/src/widgets/ |
H A D | sp-widget.cpp | 155 if (Application::exists()) { 173 if (Application::exists()) { 198 if (Application::exists()) {
|
H A D | icon.cpp | 1284 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 D | imageicon.cpp | 92 if (!Inkscape::Application::exists()) 93 Inkscape::Application::create("", false);
|
/inkscape/src/extension/internal/filter/ |
H A D | filter-file.cpp | 32 gchar *filtersProfilePath = Inkscape::Application::profile_path("filters");
|
/inkscape/cxxtest/sample/msvc/ |
H A D | FixFiles.bat | 111 # 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 D | symbols.cpp | 590 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 D | filedialogimpl-gtkmm.cpp | 593 if (!Inkscape::Application::exists()) 594 Inkscape::Application::create("", false); 1099 gchar *templates = Inkscape::Application::profile_path("templates");
|
H A D | template-load-tab.cpp | 219 _getTemplatesFromDir(Inkscape::Application::profile_path("templates") + _loading_path);
|
H A D | swatches.cpp | 530 sources.push_back( Inkscape::Application::profile_path("palettes") );
|
H A D | inkscape-preferences.cpp | 1979 _sys_user_config.set_text((char const *)Inkscape::Application::profile_path(""));
|
Completed in 2889 milliseconds