Searched refs:loaded (Results 1 - 12 of 12) sorted by relevance

/inkscape/src/extension/
H A Dinput.cpp145 if (!loaded()) {
148 if (!loaded()) {
214 if (!loaded()) {
217 if (!loaded()) {
H A Doutput.cpp178 if (!loaded())
180 if (!loaded()) return false;
H A Deffect.cpp248 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 Dsystem.cpp66 * 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 Dextension.h97 /** 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 Dprefdialog.cpp219 if (!_effect->loaded()) {
H A Dextension.cpp171 \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 Dgzipstream.h57 bool loaded; member in class:Inkscape::IO::GzipInputStream
H A Dgzipstream.cpp51 loaded(false),
130 else if (!loaded && !load()) {
133 loaded = true;
/inkscape/src/extension/implementation/
H A Dxslt.cpp105 if (module->loaded()) { return true; }
133 if (!module->loaded()) { return; }
H A Dscript.cpp281 \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 Dclipboard.cpp1198 if (!(*out)->loaded()) {

Completed in 58 milliseconds