Searched refs:loaded (Results 1 - 12 of 12) sorted by relevance
/inkscape/src/extension/ |
H A D | input.cpp | 145 if (!loaded()) { 148 if (!loaded()) { 214 if (!loaded()) { 217 if (!loaded()) {
|
H A D | output.cpp | 178 if (!loaded()) 180 if (!loaded()) return false;
|
H A D | effect.cpp | 248 if (!loaded()) 250 if (!loaded()) return false; 262 This function first insures that the extension is loaded, and if not, 272 if (!loaded()) 274 if (!loaded()) return;
|
H A D | system.cpp | 66 * If everything is cool at this point, the module is loaded, and there is possibility for 110 if (!imod->loaded()) { 204 * If everything is cool at this point, the module is loaded, and there is possibility for 242 if (!omod->loaded()) {
|
H A D | extension.h | 97 /** An enumeration to identify if the Extension has been loaded or not. */ 99 STATE_LOADED, /**< The extension has been loaded successfully */ 100 STATE_UNLOADED, /**< The extension has not been loaded */ 127 bool loaded (void);
|
H A D | prefdialog.cpp | 219 if (!_effect->loaded()) {
|
H A D | extension.cpp | 171 \brief A function to set whether the extension should be loaded 234 \return Whether the extension is loaded or not 238 Extension::loaded (void) function in class:Inkscape::Extension::Extension
|
/inkscape/src/io/ |
H A D | gzipstream.h | 57 bool loaded; member in class:Inkscape::IO::GzipInputStream
|
H A D | gzipstream.cpp | 51 loaded(false), 130 else if (!loaded && !load()) { 133 loaded = true;
|
/inkscape/src/extension/implementation/ |
H A D | xslt.cpp | 105 if (module->loaded()) { return true; } 133 if (!module->loaded()) { return; }
|
H A D | script.cpp | 281 \param module The extension to be loaded. 291 the command. If that's the case, the extension doesn't get loaded 297 if (module->loaded()) { 646 point both should be full, and the second one is loaded.
|
/inkscape/src/ui/ |
H A D | clipboard.cpp | 1198 if (!(*out)->loaded()) {
|
Completed in 58 milliseconds