eric6/APIs/Python3/eric6.api

changeset 7756
c23a94f7e2e5
parent 7731
8ec83a027a21
child 7766
0af772bc14c4
equal deleted inserted replaced
7755:1f0a5024360c 7756:c23a94f7e2e5
1841 eric6.Globals.strToQByteArray?4(txt) 1841 eric6.Globals.strToQByteArray?4(txt)
1842 eric6.Globals.toBool?4(value) 1842 eric6.Globals.toBool?4(value)
1843 eric6.Globals.toByteArray?4(value) 1843 eric6.Globals.toByteArray?4(value)
1844 eric6.Globals.toDict?4(value) 1844 eric6.Globals.toDict?4(value)
1845 eric6.Globals.toList?4(value) 1845 eric6.Globals.toList?4(value)
1846 eric6.Globals.translate?4(*args)
1847 eric6.Globals.versionToTuple?4(version, length=3) 1846 eric6.Globals.versionToTuple?4(version, length=3)
1848 eric6.Graphics.ApplicationDiagramBuilder.ApplicationDiagramBuilder.buildDiagram?4() 1847 eric6.Graphics.ApplicationDiagramBuilder.ApplicationDiagramBuilder.buildDiagram?4()
1849 eric6.Graphics.ApplicationDiagramBuilder.ApplicationDiagramBuilder.getPersistenceData?4() 1848 eric6.Graphics.ApplicationDiagramBuilder.ApplicationDiagramBuilder.getPersistenceData?4()
1850 eric6.Graphics.ApplicationDiagramBuilder.ApplicationDiagramBuilder.parsePersistenceData?4(version, data) 1849 eric6.Graphics.ApplicationDiagramBuilder.ApplicationDiagramBuilder.parsePersistenceData?4(version, data)
1851 eric6.Graphics.ApplicationDiagramBuilder.ApplicationDiagramBuilder?1(dialog, view, project, noModules=False) 1850 eric6.Graphics.ApplicationDiagramBuilder.ApplicationDiagramBuilder?1(dialog, view, project, noModules=False)
3427 eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.getLanguages?4() 3426 eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.getLanguages?4()
3428 eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.removeLanguage?4(lang) 3427 eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.removeLanguage?4(lang)
3429 eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.serviceErrorJSON?4(fx, lang, fn, msg) 3428 eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.serviceErrorJSON?4(fx, lang, fn, msg)
3430 eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.serviceErrorJavaScript?4(fx, lang, fn, msg) 3429 eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.serviceErrorJavaScript?4(fx, lang, fn, msg)
3431 eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.serviceErrorPy3?4(fx, lang, fn, msg) 3430 eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.serviceErrorPy3?4(fx, lang, fn, msg)
3431 eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.serviceErrorTOML?4(fx, lang, fn, msg)
3432 eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.serviceErrorYAML?4(fx, lang, fn, msg) 3432 eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.serviceErrorYAML?4(fx, lang, fn, msg)
3433 eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.syntaxBatchCheck?4(argumentsList) 3433 eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.syntaxBatchCheck?4(argumentsList)
3434 eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.syntaxCheck?4(lang, filename, source) 3434 eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.syntaxCheck?4(lang, filename, source)
3435 eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.syntaxChecked?7 3435 eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService.syntaxChecked?7
3436 eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService?1() 3436 eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.SyntaxCheckService?1()
3458 eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.initService?4() 3458 eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.initService?4()
3459 eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.jsonSyntaxBatchCheck?4(argumentsList, send, fx, cancelled, maxProcesses=0) 3459 eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.jsonSyntaxBatchCheck?4(argumentsList, send, fx, cancelled, maxProcesses=0)
3460 eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.jsonSyntaxCheck?4(file, codestring) 3460 eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.jsonSyntaxCheck?4(file, codestring)
3461 eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.normalizeCode?4(codestring) 3461 eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.normalizeCode?4(codestring)
3462 eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.worker?4(inputQueue, outputQueue) 3462 eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.worker?4(inputQueue, outputQueue)
3463 eric6.Plugins.CheckerPlugins.SyntaxChecker.tomlCheckSyntax.initBatchService?4()
3464 eric6.Plugins.CheckerPlugins.SyntaxChecker.tomlCheckSyntax.initService?4()
3465 eric6.Plugins.CheckerPlugins.SyntaxChecker.tomlCheckSyntax.normalizeCode?4(codestring)
3466 eric6.Plugins.CheckerPlugins.SyntaxChecker.tomlCheckSyntax.tomlSyntaxBatchCheck?4(argumentsList, send, fx, cancelled, maxProcesses=0)
3467 eric6.Plugins.CheckerPlugins.SyntaxChecker.tomlCheckSyntax.tomlSyntaxCheck?4(file, codestring)
3468 eric6.Plugins.CheckerPlugins.SyntaxChecker.tomlCheckSyntax.worker?4(inputQueue, outputQueue)
3463 eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.initBatchService?4() 3469 eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.initBatchService?4()
3464 eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.initService?4() 3470 eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.initService?4()
3465 eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.normalizeCode?4(codestring) 3471 eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.normalizeCode?4(codestring)
3466 eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.worker?4(inputQueue, outputQueue) 3472 eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.worker?4(inputQueue, outputQueue)
3467 eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.yamlSyntaxBatchCheck?4(argumentsList, send, fx, cancelled, maxProcesses=0) 3473 eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.yamlSyntaxBatchCheck?4(argumentsList, send, fx, cancelled, maxProcesses=0)
6137 eric6.Preferences.ConfigurationDialog.ConfigurationWidget.on_configList_itemCollapsed?4(item) 6143 eric6.Preferences.ConfigurationDialog.ConfigurationWidget.on_configList_itemCollapsed?4(item)
6138 eric6.Preferences.ConfigurationDialog.ConfigurationWidget.on_configList_itemExpanded?4(item) 6144 eric6.Preferences.ConfigurationDialog.ConfigurationWidget.on_configList_itemExpanded?4(item)
6139 eric6.Preferences.ConfigurationDialog.ConfigurationWidget.on_resetButton_clicked?4() 6145 eric6.Preferences.ConfigurationDialog.ConfigurationWidget.on_resetButton_clicked?4()
6140 eric6.Preferences.ConfigurationDialog.ConfigurationWidget.preferencesChanged?7 6146 eric6.Preferences.ConfigurationDialog.ConfigurationWidget.preferencesChanged?7
6141 eric6.Preferences.ConfigurationDialog.ConfigurationWidget.rejected?7 6147 eric6.Preferences.ConfigurationDialog.ConfigurationWidget.rejected?7
6148 eric6.Preferences.ConfigurationDialog.ConfigurationWidget.resizeEvent?4(evt)
6142 eric6.Preferences.ConfigurationDialog.ConfigurationWidget.setPreferences?4() 6149 eric6.Preferences.ConfigurationDialog.ConfigurationWidget.setPreferences?4()
6143 eric6.Preferences.ConfigurationDialog.ConfigurationWidget.showConfigurationPageByName?4(pageName, setCurrent=True) 6150 eric6.Preferences.ConfigurationDialog.ConfigurationWidget.showConfigurationPageByName?4(pageName, setCurrent=True)
6144 eric6.Preferences.ConfigurationDialog.ConfigurationWidget?1(parent=None, fromEric=True, displayMode=DefaultMode, expandedEntries=None) 6151 eric6.Preferences.ConfigurationDialog.ConfigurationWidget?1(parent=None, fromEric=True, displayMode=DefaultMode, expandedEntries=None)
6145 eric6.Preferences.ConfigurationDialog.ConfigurationWindow.accept?4() 6152 eric6.Preferences.ConfigurationDialog.ConfigurationWindow.accept?4()
6146 eric6.Preferences.ConfigurationDialog.ConfigurationWindow.showConfigurationPageByName?4(pageName) 6153 eric6.Preferences.ConfigurationDialog.ConfigurationWindow.showConfigurationPageByName?4(pageName)
7535 eric6.QScintilla.EditorButtonsWidget.EditorButtonsWidget.show?4() 7542 eric6.QScintilla.EditorButtonsWidget.EditorButtonsWidget.show?4()
7536 eric6.QScintilla.EditorButtonsWidget.EditorButtonsWidget?1(editor, parent=None) 7543 eric6.QScintilla.EditorButtonsWidget.EditorButtonsWidget?1(editor, parent=None)
7537 eric6.QScintilla.EditorMarkerMap.EditorMarkerMap._paintIt?5(painter) 7544 eric6.QScintilla.EditorMarkerMap.EditorMarkerMap._paintIt?5(painter)
7538 eric6.QScintilla.EditorMarkerMap.EditorMarkerMap.initColors?4() 7545 eric6.QScintilla.EditorMarkerMap.EditorMarkerMap.initColors?4()
7539 eric6.QScintilla.EditorMarkerMap.EditorMarkerMap?1(parent=None) 7546 eric6.QScintilla.EditorMarkerMap.EditorMarkerMap?1(parent=None)
7540 eric6.QScintilla.EditorOutline.EditorOutlineView.WidthIncrement?7
7541 eric6.QScintilla.EditorOutline.EditorOutlineView.isPopulated?4() 7547 eric6.QScintilla.EditorOutline.EditorOutlineView.isPopulated?4()
7542 eric6.QScintilla.EditorOutline.EditorOutlineView.isSupportedLanguage?4(language) 7548 eric6.QScintilla.EditorOutline.EditorOutlineView.isSupportedLanguage?4(language)
7543 eric6.QScintilla.EditorOutline.EditorOutlineView.mouseDoubleClickEvent?4(mouseEvent) 7549 eric6.QScintilla.EditorOutline.EditorOutlineView.mouseDoubleClickEvent?4(mouseEvent)
7544 eric6.QScintilla.EditorOutline.EditorOutlineView.repopulate?4() 7550 eric6.QScintilla.EditorOutline.EditorOutlineView.repopulate?4()
7545 eric6.QScintilla.EditorOutline.EditorOutlineView.setActive?4(active) 7551 eric6.QScintilla.EditorOutline.EditorOutlineView.setActive?4(active)
8135 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.extendSelectionRight?4() 8141 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.extendSelectionRight?4()
8136 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.extendSelectionToBOL?4() 8142 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.extendSelectionToBOL?4()
8137 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.extendSelectionToEOL?4() 8143 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.extendSelectionToEOL?4()
8138 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.extendSelectionWordLeft?4() 8144 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.extendSelectionWordLeft?4()
8139 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.extendSelectionWordRight?4() 8145 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.extendSelectionWordRight?4()
8140 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.findFirst?4(expression, regexp, caseSensitive, word, wrap, forward=True, line=-1, index=-1, show=True, posix=False, cxx11=False)
8141 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.findFirstTarget?4(expr_, re_, cs_, wo_, begline=-1, begindex=-1, endline=-1, endindex=-1, ws_=False, posix=False, cxx11=False) 8146 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.findFirstTarget?4(expr_, re_, cs_, wo_, begline=-1, begindex=-1, endline=-1, endindex=-1, ws_=False, posix=False, cxx11=False)
8142 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.findNextTarget?4() 8147 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.findNextTarget?4()
8143 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.flashFindIndicator?4(sline, sindex, eline, eindex) 8148 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.flashFindIndicator?4(sline, sindex, eline, eindex)
8144 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.focusOutEvent?4(event) 8149 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.focusOutEvent?4(event)
8145 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.foldExpandedAt?4(line) 8150 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.foldExpandedAt?4(line)
8168 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.hasSelectedText?4() 8173 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.hasSelectedText?4()
8169 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.hasSelection?4() 8174 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.hasSelection?4()
8170 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.hideFindIndicator?4() 8175 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.hideFindIndicator?4()
8171 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.indentationGuideView?4() 8176 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.indentationGuideView?4()
8172 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.indicatorDefine?4(indicator, style, color) 8177 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.indicatorDefine?4(indicator, style, color)
8173 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.insert?4(txt)
8174 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.isModified?4() 8178 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.isModified?4()
8175 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.lineAt?4(pos) 8179 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.lineAt?4(pos)
8176 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.lineEndPosition?4(line) 8180 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.lineEndPosition?4(line)
8177 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.lineIndexFromPosition?4(pos) 8181 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.lineIndexFromPosition?4(pos)
8178 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.linesOnScreen?4() 8182 eric6.QScintilla.QsciScintillaCompat.QsciScintillaCompat.linesOnScreen?4()

eric ide

mercurial