|
Krita Source Code Documentation
|
Inheritance diagram for krita.sceditor.console.QtQmlInterpreter:Public Member Functions | |
| __init__ (self, locals) | |
| execute (self, code) | |
| execute_code (self, code, engine=None) | |
| newEngine (self) | |
| push (self, line) | |
Public Attributes | |
| code | |
| engine | |
| locals | |
| state | |
Definition at line 288 of file console.py.
| krita.sceditor.console.QtQmlInterpreter.__init__ | ( | self, | |
| locals ) |
Definition at line 290 of file console.py.
| krita.sceditor.console.QtQmlInterpreter.execute | ( | self, | |
| code ) |
Definition at line 307 of file console.py.
References KoColorConversionSystem::Node.engine, krita.sceditor.console.QtQmlInterpreter.engine, krita.sceditor.console.QtQmlCompleter.engine, and krita.sceditor.console.QtQmlInterpreter.execute_code().
| krita.sceditor.console.QtQmlInterpreter.execute_code | ( | self, | |
| code, | |||
| engine = None ) |
Definition at line 310 of file console.py.
References krita.sceditor.console.QtQmlInterpreter.newEngine().
| krita.sceditor.console.QtQmlInterpreter.newEngine | ( | self | ) |
Definition at line 296 of file console.py.
References krita.sceditor.console.PythonInterpreter.locals, and krita.sceditor.console.QtQmlInterpreter.locals.
| krita.sceditor.console.QtQmlInterpreter.push | ( | self, | |
| line ) |
Definition at line 327 of file console.py.
References NUgrid.code, center_grid.code, log_grid.code, krita.sceditor.console.QtQmlInterpreter.code, KoColorConversionSystem::Node.engine, krita.sceditor.console.QtQmlInterpreter.engine, krita.sceditor.console.QtQmlCompleter.engine, EnhancedPathCommand.execute(), KisConvolutionWorkerFFT< _IteratorFactory_ >.execute(), KisConvolutionWorkerSpatial< _IteratorFactory_ >.execute(), KisConvolutionWorker< _IteratorFactory_ >.execute(), krita.sceditor.console.QtQmlInterpreter.execute(), KisForestDetail::CompositionIterator< T, is_const >.state(), KisBaseNode::Property.state, KisCanvasAnimationState::Private.state, KisAnimationCachePopulator::Private.state, FileSystemWatcherWrapper::FileEntry.state, KisCurveWidget.state(), KisEqualizerColumn.state(), KisEqualizerWidget::EqualizerValues.state, krita.sceditor.console.QtQmlInterpreter.state, KisThemeColorGroup.state, and KisThemeColorGroup.state().
| krita.sceditor.console.QtQmlInterpreter.code |
Definition at line 293 of file console.py.
| krita.sceditor.console.QtQmlInterpreter.engine |
Definition at line 292 of file console.py.
| krita.sceditor.console.QtQmlInterpreter.locals |
Definition at line 291 of file console.py.
| krita.sceditor.console.QtQmlInterpreter.state |
Definition at line 294 of file console.py.