APIs/Python3/eric5.api

changeset 365
0686ac00256e
parent 353
c548890dff9b
child 367
e66ebdb3b6a2
--- a/APIs/Python3/eric5.api	Fri Jun 25 18:24:29 2010 +0200
+++ b/APIs/Python3/eric5.api	Sat Jun 26 13:34:06 2010 +0200
@@ -1294,8 +1294,8 @@
 eric5.E5Network.E5NetworkMonitor.E5NetworkMonitor?1(networkAccessManager, parent = None)
 eric5.E5Network.E5NetworkMonitor.E5NetworkRequest?1()
 eric5.E5Network.E5NetworkMonitor.E5RequestModel.columnCount?4(parent)
-eric5.E5Network.E5NetworkMonitor.E5RequestModel.data?4(index, role)
-eric5.E5Network.E5NetworkMonitor.E5RequestModel.headerData?4(section, orientation, role)
+eric5.E5Network.E5NetworkMonitor.E5RequestModel.data?4(index, role = Qt.DisplayRole)
+eric5.E5Network.E5NetworkMonitor.E5RequestModel.headerData?4(section, orientation, role = Qt.DisplayRole)
 eric5.E5Network.E5NetworkMonitor.E5RequestModel.removeRows?4(row, count, parent)
 eric5.E5Network.E5NetworkMonitor.E5RequestModel.rowCount?4(parent)
 eric5.E5Network.E5NetworkMonitor.E5RequestModel?1(networkAccessManager, parent = None)
@@ -5472,6 +5472,17 @@
 eric5.UI.SplashScreen.SplashScreen.clearMessage?4()
 eric5.UI.SplashScreen.SplashScreen.showMessage?4(msg)
 eric5.UI.SplashScreen.SplashScreen?1()
+eric5.UI.SymbolsWidget.SymbolsModel.columnCount?4(parent)
+eric5.UI.SymbolsWidget.SymbolsModel.data?4(index, role = Qt.DisplayRole)
+eric5.UI.SymbolsWidget.SymbolsModel.headerData?4(section, orientation, role = Qt.DisplayRole)
+eric5.UI.SymbolsWidget.SymbolsModel.rowCount?4(parent)
+eric5.UI.SymbolsWidget.SymbolsModel.setUnicode?4(u)
+eric5.UI.SymbolsWidget.SymbolsModel?1(parent = None)
+eric5.UI.SymbolsWidget.SymbolsWidget.insertSymbol?7
+eric5.UI.SymbolsWidget.SymbolsWidget.on_symbolSpinBox_editingFinished?4()
+eric5.UI.SymbolsWidget.SymbolsWidget.on_symbolsTable_activated?4(index)
+eric5.UI.SymbolsWidget.SymbolsWidget.on_unicodeButton_toggled?4(checked)
+eric5.UI.SymbolsWidget.SymbolsWidget?1(parent = None)
 eric5.UI.UserInterface.Redirector.flush?4()
 eric5.UI.UserInterface.Redirector.write?4(s)
 eric5.UI.UserInterface.Redirector?1(stderr)
@@ -5993,6 +6004,7 @@
 eric5.ViewManager.ViewManager.ViewManager.initSpellingToolbar?4(toolbarManager)
 eric5.ViewManager.ViewManager.ViewManager.initViewMenu?4()
 eric5.ViewManager.ViewManager.ViewManager.initViewToolbar?4(toolbarManager)
+eric5.ViewManager.ViewManager.ViewManager.insertSymbol?4(txt)
 eric5.ViewManager.ViewManager.ViewManager.isConnected?4()
 eric5.ViewManager.ViewManager.ViewManager.newEditor?4()
 eric5.ViewManager.ViewManager.ViewManager.newEditorView?4(fn, caller, filetype = "")

eric ide

mercurial