APIs/Python3/eric5.bas

Sat, 14 Jul 2012 16:28:04 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 14 Jul 2012 16:28:04 +0200
changeset 1945
47016f5af3b8
parent 1917
c73052b6b65e
child 1953
26aa6fd94dc2
permissions
-rw-r--r--

Enhanced the web browser by adding a personal information manager to assist in completing form fields through field context menu entries or by pressing Ctrl+Return/Ctrl+Enter.

1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
1 APIs QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
2 APIsManager QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3 AboutAccessHandler SchemeAccessHandler
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
4 AboutDialog QDialog Ui_AboutDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
5 AboutPlugin QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
6 AdBlockAccessHandler SchemeAccessHandler
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
7 AdBlockBlockedNetworkReply QNetworkReply
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
8 AdBlockDialog QDialog Ui_AdBlockDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
9 AdBlockManager QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
10 AdBlockModel QAbstractItemModel
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
11 AdBlockNetwork QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
12 AdBlockPage QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
13 AdBlockSubscription QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
14 AddBookmarkDialog QDialog Ui_AddBookmarkDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
15 AddBookmarkProxyModel QSortFilterProxyModel
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
16 AddDirectoryDialog QDialog Ui_AddDirectoryDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
17 AddFileDialog QDialog Ui_AddFileDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
18 AddFoundFilesDialog QDialog Ui_AddFoundFilesDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
19 AddLanguageDialog QDialog Ui_AddLanguageDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
20 AddProjectDialog QDialog Ui_AddProjectDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
21 ApplicationDiagram UMLDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
22 ApplicationPage ConfigurationPageBase Ui_ApplicationPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
23 Argument Binding
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
24 ArgumentsError RuntimeError
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
25 ArrayElementVarItem VariableItem
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
26 Assignment Binding
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
27 AssociationItem E5ArrowItem
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
28 Attribute ClbrBaseClasses.Attribute VisibilityMixin
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
29 AuthenticationDialog QDialog Ui_AuthenticationDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
30 AutoSaver QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
31 BinaryModel QAbstractTableModel
1670
6fd889391d2c Added a Speed Dial to the web browser including the capability to select the first ten pages by pressing Meta+1 to Meta+0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1655
diff changeset
32 BookmarkActionSelectionDialog QDialog Ui_BookmarkActionSelectionDialog
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
33 BookmarkInfoDialog QDialog Ui_BookmarkInfoDialog
1733
231e6f05d274 Added a dialog to edit bookmark properties and the description to the add bookmark dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1732
diff changeset
34 BookmarkPropertiesDialog QDialog Ui_BookmarkPropertiesDialog
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
35 BookmarkedFilesDialog QDialog Ui_BookmarkedFilesDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
36 Bookmarks HgExtension
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
37 BookmarksDialog QDialog Ui_BookmarksDialog
1713
56fdde8a2441 Added a bookmarks importer to get them directly from other browsers files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1699
diff changeset
38 BookmarksImportDialog QDialog Ui_BookmarksImportDialog
56fdde8a2441 Added a bookmarks importer to get them directly from other browsers files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1699
diff changeset
39 BookmarksImporter QObject
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
40 BookmarksManager QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
41 BookmarksMenu E5ModelMenu
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
42 BookmarksMenuBarMenu BookmarksMenu
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
43 BookmarksModel QAbstractItemModel
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
44 BookmarksProjectHelper HgExtensionProjectHelper
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
45 BookmarksToolBar E5ModelToolBar
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
46 BreakPointModel QAbstractItemModel
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
47 BreakPointViewer QTreeView
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
48 Browser QTreeView
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
49 BrowserClassAttributeItem BrowserItem
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
50 BrowserClassAttributesItem BrowserItem
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
51 BrowserClassItem BrowserItem
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
52 BrowserCodingItem BrowserItem
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
53 BrowserDirectoryItem BrowserItem
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
54 BrowserFileItem BrowserItem
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
55 BrowserMethodItem BrowserItem
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
56 BrowserModel QAbstractItemModel
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
57 BrowserSortFilterProxyModel QSortFilterProxyModel
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
58 BrowserSysPathItem BrowserItem
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
59 ChangeBookmarkCommand QUndoCommand
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
60 ChatWidget QWidget Ui_ChatWidget
1714
e9bd88363184 Added a bookmarks importer for Google Chrome and Chromium.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1713
diff changeset
61 ChromeImporter BookmarksImporter
1865
e2a956fcf5e7 Updated source docu.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1850
diff changeset
62 Class ClbrBaseClasses.Class VisibilityMixin
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
63 ClassItem UMLItem
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
64 ClassScope Scope
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
65 ClbrBase _ClbrBase
1651
bc68f24d5658 Added the ClickToFlash plug-in to (temporarily) block Flash and related content.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1626
diff changeset
66 ClickToFlash QWidget Ui_ClickToFlash
bc68f24d5658 Added the ClickToFlash plug-in to (temporarily) block Flash and related content.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1626
diff changeset
67 ClickToFlashPlugin WebPluginInterface
bc68f24d5658 Added the ClickToFlash plug-in to (temporarily) block Flash and related content.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1626
diff changeset
68 ClickToFlashWhitelistDialog QDialog Ui_ClickToFlashWhitelistDialog
1694
648466a9451b Added the capability to restore closed tabs.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1693
diff changeset
69 ClosedTabsManager QObject
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
70 CodeMetricsDialog QDialog Ui_CodeMetricsDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
71 Coding ClbrBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
72 CodingError Exception
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
73 ColorDialogWizard QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
74 ColorDialogWizardDialog QDialog Ui_ColorDialogWizardDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
75 CompareDialog QWidget Ui_CompareDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
76 CompareWindow QMainWindow
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
77 CompleterBase QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
78 CompleterPython CompleterBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
79 CompleterRuby CompleterBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
80 ConfigurationDialog QDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
81 ConfigurationPageBase QWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
82 ConfigurationPageItem QTreeWidgetItem
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
83 ConfigurationWidget QWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
84 ConfigurationWindow QMainWindow
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
85 Connection QTcpSocket
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
86 CookieDetailsDialog QDialog Ui_CookieDetailsDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
87 CookieExceptionsModel QAbstractTableModel
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
88 CookieJar QNetworkCookieJar
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
89 CookieModel QAbstractTableModel
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
90 CookiesConfigurationDialog QDialog Ui_CookiesConfigurationDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
91 CookiesDialog QDialog Ui_CookiesDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
92 CookiesExceptionsDialog QDialog Ui_CookiesExceptionsDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
93 CooperationClient QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
94 CooperationPage ConfigurationPageBase Ui_CooperationPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
95 CooperationServer QTcpServer
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
96 CorbaPage ConfigurationPageBase Ui_CorbaPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
97 CreateDialogCodeDialog QDialog Ui_CreateDialogCodeDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
98 DCTestResult TestResult
1720
201622cf8a01 Added a bookmarks importer for Apple Safari.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1717
diff changeset
99 Data bytes
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
100 DebugBase bdb.Bdb
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
101 DebugClient AsyncIO DebugBase DebugClientBase.DebugClientBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
102 DebugClientThreads AsyncIO DebugClientBase.DebugClientBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
103 DebugServer QTcpServer
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
104 DebugThread DebugBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
105 DebugUI QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
106 DebugViewer QWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
107 DebuggerGeneralPage ConfigurationPageBase Ui_DebuggerGeneralPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
108 DebuggerInterfaceNone QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
109 DebuggerInterfacePython QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
110 DebuggerInterfacePython3 QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
111 DebuggerInterfaceRuby QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
112 DebuggerPropertiesDialog QDialog Ui_DebuggerPropertiesDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
113 DebuggerPropertiesReader XMLStreamReaderBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
114 DebuggerPropertiesWriter XMLStreamWriterBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
115 DebuggerPython3Page ConfigurationPageBase Ui_DebuggerPython3Page
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
116 DebuggerPythonPage ConfigurationPageBase Ui_DebuggerPythonPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
117 DebuggerRubyPage ConfigurationPageBase Ui_DebuggerRubyPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
118 DeleteFilesConfirmationDialog QDialog Ui_DeleteFilesConfirmationDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
119 DiffDialog QWidget Ui_DiffDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
120 DiffWindow QMainWindow
1695
7b115f986d48 Added capability to synchronize bookmarks, history, passwords and user agent settings via a shared directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1694
diff changeset
121 DirectorySyncHandler SyncHandler
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
122 DownloadAskActionDialog QDialog Ui_DownloadAskActionDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
123 DownloadItem QWidget Ui_DownloadItem
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
124 DownloadManager QDialog Ui_DownloadManager
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
125 DownloadModel QAbstractListModel
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
126 DuplicateArgument Message
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
127 E5Action QAction
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
128 E5Application QApplication
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
129 E5ArrowItem QAbstractGraphicsShapeItem
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
130 E5DirCompleter QCompleter
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
131 E5DnDTabBar E5WheelTabBar
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
132 E5FileCompleter QCompleter
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
133 E5GraphicsView QGraphicsView
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
134 E5HorizontalToolBox E5TabWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
135 E5Led QWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
136 E5LineEdit QLineEdit
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
137 E5LineEditButton QAbstractButton
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
138 E5ListView QListView
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
139 E5MessageBox QMessageBox
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
140 E5MessageBoxWizard QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
141 E5MessageBoxWizardDialog QDialog Ui_E5MessageBoxWizardDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
142 E5ModelMenu QMenu
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
143 E5ModelToolBar QToolBar
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
144 E5NetworkHeaderDetailsDialog QDialog Ui_E5NetworkHeaderDetailsDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
145 E5NetworkMonitor QDialog Ui_E5NetworkMonitor
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
146 E5NetworkProxyFactory QNetworkProxyFactory
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
147 E5PassivePopup QFrame
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
148 E5PasswordMeter QProgressBar
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
149 E5RequestModel QAbstractTableModel
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
150 E5SideBar QWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
151 E5SingleApplicationClient SingleApplicationClient
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
152 E5SingleApplicationServer SingleApplicationServer
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
153 E5SqueezeLabel QLabel
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
154 E5SqueezeLabelPath QLabel
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
155 E5StringListCompleter QCompleter
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
156 E5TabWidget QTabWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
157 E5TableView QTableView
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
158 E5TextSpinBox QSpinBox
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
159 E5ToolBarDialog QDialog Ui_E5ToolBarDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
160 E5ToolBarManager QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
161 E5TreeSortFilterProxyModel QSortFilterProxyModel
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
162 E5TreeView QTreeView
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
163 E5VerticalToolBox QToolBox
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
164 E5WheelTabBar QTabBar
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
165 EditBreakpointDialog QDialog Ui_EditBreakpointDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
166 EditWatchpointDialog QDialog Ui_EditWatchpointDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
167 Editor QsciScintillaCompat
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
168 EditorAPIsPage ConfigurationPageBase Ui_EditorAPIsPage
1358
c1622c708cd9 Added source navigation function for Python 2, Python 3 and Ruby sources.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1353
diff changeset
169 EditorAssembly QWidget
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
170 EditorAutocompletionPage ConfigurationPageBase Ui_EditorAutocompletionPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
171 EditorAutocompletionQScintillaPage ConfigurationPageBase Ui_EditorAutocompletionQScintillaPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
172 EditorCalltipsPage ConfigurationPageBase Ui_EditorCalltipsPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
173 EditorCalltipsQScintillaPage ConfigurationPageBase Ui_EditorCalltipsQScintillaPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
174 EditorExportersPage ConfigurationPageBase Ui_EditorExportersPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
175 EditorFilePage ConfigurationPageBase Ui_EditorFilePage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
176 EditorGeneralPage ConfigurationPageBase Ui_EditorGeneralPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
177 EditorHighlightersPage ConfigurationPageBase Ui_EditorHighlightersPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
178 EditorHighlightingStylesPage ConfigurationPageBase Ui_EditorHighlightingStylesPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
179 EditorKeywordsPage ConfigurationPageBase Ui_EditorKeywordsPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
180 EditorPropertiesPage ConfigurationPageBase Ui_EditorPropertiesPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
181 EditorSearchPage ConfigurationPageBase Ui_EditorSearchPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
182 EditorSpellCheckingPage ConfigurationPageBase Ui_EditorSpellCheckingPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
183 EditorStylesPage ConfigurationPageBase Ui_EditorStylesPage
1353
e1c0af081a8e Added a syntax check while typing function.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1342
diff changeset
184 EditorSyntaxPage ConfigurationPageBase Ui_EditorSyntaxPage
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
185 EditorTypingPage ConfigurationPageBase Ui_EditorTypingPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
186 EmailDialog QDialog Ui_EmailDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
187 EmailPage ConfigurationPageBase Ui_EmailPage
1674
7eb92d0bc124 Renamed PyrcAccessHandler to EricAccessHandler.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1670
diff changeset
188 EricAccessHandler SchemeAccessHandler
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
189 EricapiConfigDialog QDialog Ui_EricapiConfigDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
190 EricapiExecDialog QDialog Ui_EricapiExecDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
191 EricapiPlugin QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
192 EricdocConfigDialog QDialog Ui_EricdocConfigDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
193 EricdocExecDialog QDialog Ui_EricdocExecDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
194 EricdocPlugin QObject
1726
5d3132740ece Added a dialog to show a saved error log upon startup.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1720
diff changeset
195 ErrorLogDialog QDialog Ui_ErrorLogDialog
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
196 ExceptionLogger QTreeWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
197 ExceptionsFilterDialog QDialog Ui_ExceptionsFilterDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
198 ExportBinding Binding
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
199 ExporterBase QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
200 ExporterHTML ExporterBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
201 ExporterODT ExporterBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
202 ExporterPDF ExporterBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
203 ExporterRTF ExporterBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
204 ExporterTEX ExporterBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
205 FavIconLabel QLabel
1415
28fa9633d57e Added a dialog to show RSS feeds.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1358
diff changeset
206 FeedEditDialog QDialog Ui_FeedEditDialog
28fa9633d57e Added a dialog to show RSS feeds.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1358
diff changeset
207 FeedsDialog QDialog Ui_FeedsDialog
28fa9633d57e Added a dialog to show RSS feeds.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1358
diff changeset
208 FeedsManager QDialog Ui_FeedsManager
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
209 Fetch HgExtension
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
210 FetchProjectHelper HgExtensionProjectHelper
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
211 FileDialogWizard QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
212 FileDialogWizardDialog QDialog Ui_FileDialogWizardDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
213 FiletypeAssociationDialog QDialog Ui_FiletypeAssociationDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
214 FindFileDialog QDialog Ui_FindFileDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
215 FindFileNameDialog QWidget Ui_FindFileNameDialog
1716
d634df56a664 Added a bookmarks importer for Firefox.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1715
diff changeset
216 FirefoxImporter BookmarksImporter
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
217 FontDialogWizard QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
218 FontDialogWizardDialog QDialog Ui_FontDialogWizardDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
219 FtpAccessHandler SchemeAccessHandler
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
220 FtpReply QNetworkReply
1626
a77c8ea8582c Added capability to synchronise bookmarks, history, passwords and user agent settings via an FTP server.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1620
diff changeset
221 FtpSyncHandler SyncHandler
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
222 Function ClbrBaseClasses.Function VisibilityMixin
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
223 FunctionDefinition Binding
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
224 FunctionScope Scope
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
225 GotoDialog QDialog Ui_GotoDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
226 Gpg HgExtension
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
227 GpgProjectHelper HgExtensionProjectHelper
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
228 GraphicsPage ConfigurationPageBase Ui_GraphicsPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
229 HelpAppearancePage ConfigurationPageBase Ui_HelpAppearancePage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
230 HelpBrowser QWebView
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
231 HelpClearPrivateDataDialog QDialog Ui_HelpClearPrivateDataDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
232 HelpDocsInstaller QThread
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
233 HelpDocumentationPage ConfigurationPageBase Ui_HelpDocumentationPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
234 HelpIndexWidget QWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
235 HelpLanguagesDialog QDialog Ui_HelpLanguagesDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
236 HelpSearchWidget QWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
237 HelpTabBar E5WheelTabBar
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
238 HelpTabWidget E5TabWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
239 HelpTocWidget QWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
240 HelpTopicDialog QDialog Ui_HelpTopicDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
241 HelpViewersPage ConfigurationPageBase Ui_HelpViewersPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
242 HelpVirusTotalPage ConfigurationPageBase Ui_HelpVirusTotalPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
243 HelpWebBrowserPage ConfigurationPageBase Ui_HelpWebBrowserPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
244 HelpWebPage QWebPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
245 HelpWebSearchEdit E5LineEdit
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
246 HelpWebSearchWidget QWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
247 HelpWindow QMainWindow
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
248 Hg VersionControl
1908
7b40bf154fdc Updated source docu for the support for Mercurial sub-repositories.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1888
diff changeset
249 HgAddSubrepositoryDialog QDialog Ui_HgAddSubrepositoryDialog
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
250 HgAnnotateDialog QDialog Ui_HgAnnotateDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
251 HgBackoutDialog QDialog Ui_HgBackoutDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
252 HgBookmarkDialog QDialog Ui_HgBookmarkDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
253 HgBookmarkRenameDialog QDialog Ui_HgBookmarkRenameDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
254 HgBookmarksInOutDialog QDialog Ui_HgBookmarksInOutDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
255 HgBookmarksListDialog QDialog Ui_HgBookmarksListDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
256 HgBundleDialog QDialog Ui_HgBundleDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
257 HgClient QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
258 HgClientPromptDialog QDialog Ui_HgClientPromptDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
259 HgCommandDialog QDialog Ui_HgCommandDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
260 HgCommitDialog QWidget Ui_HgCommitDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
261 HgCopyDialog QDialog Ui_HgCopyDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
262 HgDialog QDialog Ui_HgDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
263 HgDiffDialog QWidget Ui_HgDiffDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
264 HgExportDialog QDialog Ui_HgExportDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
265 HgExtension QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
266 HgExtensionProjectHelper QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
267 HgFetchDialog QDialog Ui_HgFetchDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
268 HgGpgSignDialog QDialog Ui_HgGpgSignDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
269 HgGpgSignaturesDialog QDialog Ui_HgGpgSignaturesDialog
1655
d2b583fdde1c Added support for the graft command as of Mercurial 2.0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1651
diff changeset
270 HgGraftDialog QDialog Ui_HgGraftDialog
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
271 HgImportDialog QDialog Ui_HgImportDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
272 HgLogBrowserDialog QDialog Ui_HgLogBrowserDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
273 HgLogDialog QWidget Ui_HgLogDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
274 HgMergeDialog QDialog Ui_HgMergeDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
275 HgMultiRevisionSelectionDialog QDialog Ui_HgMultiRevisionSelectionDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
276 HgNewProjectOptionsDialog QDialog Ui_HgNewProjectOptionsDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
277 HgOptionsDialog QDialog Ui_HgOptionsDialog
1608
b6390d242303 Added capability to change the phase of changesets to the project VCS menu and the Mercurial log-browser.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1596
diff changeset
278 HgPhaseDialog QDialog Ui_HgPhaseDialog
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
279 HgProjectBrowserHelper VcsProjectBrowserHelper
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
280 HgProjectHelper VcsProjectHelper
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
281 HgPurgeListDialog QDialog Ui_HgPurgeListDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
282 HgQueuesDefineGuardsDialog QDialog Ui_HgQueuesDefineGuardsDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
283 HgQueuesFoldDialog QDialog Ui_HgQueuesFoldDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
284 HgQueuesGuardsSelectionDialog QDialog Ui_HgQueuesGuardsSelectionDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
285 HgQueuesHeaderDialog QDialog Ui_HgQueuesHeaderDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
286 HgQueuesListAllGuardsDialog QDialog Ui_HgQueuesListAllGuardsDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
287 HgQueuesListDialog QDialog Ui_HgQueuesListDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
288 HgQueuesListGuardsDialog QDialog Ui_HgQueuesListGuardsDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
289 HgQueuesNewPatchDialog QDialog Ui_HgQueuesNewPatchDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
290 HgQueuesQueueManagementDialog QDialog Ui_HgQueuesQueueManagementDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
291 HgQueuesRenamePatchDialog QDialog Ui_HgQueuesRenamePatchDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
292 HgRebaseDialog QDialog Ui_HgRebaseDialog
1908
7b40bf154fdc Updated source docu for the support for Mercurial sub-repositories.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1888
diff changeset
293 HgRemoveSubrepositoriesDialog QDialog Ui_HgRemoveSubrepositoriesDialog
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
294 HgRevisionSelectionDialog QDialog Ui_HgRevisionSelectionDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
295 HgRevisionsSelectionDialog QDialog Ui_HgRevisionsSelectionDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
296 HgServeDialog QMainWindow
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
297 HgStatusDialog QWidget Ui_HgStatusDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
298 HgStatusMonitorThread VcsStatusMonitorThread
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
299 HgTagBranchListDialog QDialog Ui_HgTagBranchListDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
300 HgTagDialog QDialog Ui_HgTagDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
301 HighlightingStylesReader XMLStreamReaderBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
302 HighlightingStylesWriter XMLStreamWriterBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
303 HistoryCompleter QCompleter
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
304 HistoryCompletionModel QSortFilterProxyModel
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
305 HistoryCompletionView QTableView
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
306 HistoryDialog QDialog Ui_HistoryDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
307 HistoryFilterModel QAbstractProxyModel
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
308 HistoryManager QWebHistoryInterface
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
309 HistoryMenu E5ModelMenu
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
310 HistoryMenuModel QAbstractProxyModel
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
311 HistoryModel QAbstractTableModel
1693
9bb872e26a33 Added a history sub-menu showing the most visited sites.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1687
diff changeset
312 HistoryMostVisitedMenu E5ModelMenu
9bb872e26a33 Added a history sub-menu showing the most visited sites.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1687
diff changeset
313 HistoryMostVisitedMenuModel QSortFilterProxyModel
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
314 HistoryTreeModel QAbstractProxyModel
1713
56fdde8a2441 Added a bookmarks importer to get them directly from other browsers files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1699
diff changeset
315 HtmlImporter BookmarksImporter
1717
ba85828cd357 Added a bookmarks importer for Internet Explorer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1716
diff changeset
316 IExplorerImporter BookmarksImporter
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
317 IconEditCommand QUndoCommand
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
318 IconEditorGrid QWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
319 IconEditorPalette QWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
320 IconEditorWindow QMainWindow
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
321 IconSizeDialog QDialog Ui_IconSizeDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
322 IconZoomDialog QDialog Ui_IconZoomDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
323 IconsPage ConfigurationPageBase Ui_IconsPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
324 IconsPreviewDialog QDialog Ui_IconsPreviewDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
325 ImportShadowedByLoopVar Message
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
326 ImportStarUsed Message
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
327 Importation Binding
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
328 ImportsDiagram UMLDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
329 InputDialogWizard QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
330 InputDialogWizardDialog QDialog Ui_InputDialogWizardDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
331 InsertBookmarksCommand RemoveBookmarksCommand
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
332 Interface ClbrBaseClasses.Class VisibilityMixin
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
333 InterfacePage ConfigurationPageBase Ui_InterfacePage
1720
201622cf8a01 Added a bookmarks importer for Apple Safari.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1717
diff changeset
334 InvalidPlistException Exception
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
335 JavaScriptEricObject QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
336 JavaScriptExternalObject QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
337 LateFutureImport Message
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
338 LexerAssociationDialog QDialog Ui_LexerAssociationDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
339 LexerBash Lexer QsciLexerBash
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
340 LexerBatch Lexer QsciLexerBatch
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
341 LexerCMake Lexer QsciLexerCMake
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
342 LexerCPP Lexer QsciLexerCPP
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
343 LexerCSS Lexer QsciLexerCSS
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
344 LexerCSharp Lexer QsciLexerCSharp
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
345 LexerContainer Lexer QsciLexer
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
346 LexerD Lexer QsciLexerD
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
347 LexerDiff Lexer QsciLexerDiff
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
348 LexerFortran Lexer QsciLexerFortran
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
349 LexerFortran77 Lexer QsciLexerFortran77
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
350 LexerHTML Lexer QsciLexerHTML
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
351 LexerIDL Lexer QsciLexerIDL
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
352 LexerJava Lexer QsciLexerJava
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
353 LexerJavaScript Lexer QsciLexerJavaScript
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
354 LexerLua Lexer QsciLexerLua
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
355 LexerMakefile Lexer QsciLexerMakefile
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
356 LexerMatlab Lexer QsciLexerMatlab
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
357 LexerOctave Lexer QsciLexerOctave
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
358 LexerPOV Lexer QsciLexerPOV
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
359 LexerPascal Lexer QsciLexerPascal
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
360 LexerPerl Lexer QsciLexerPerl
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
361 LexerPostScript Lexer QsciLexerPostScript
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
362 LexerProperties Lexer QsciLexerProperties
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
363 LexerPygments LexerContainer
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
364 LexerPython Lexer QsciLexerPython
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
365 LexerRuby Lexer QsciLexerRuby
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
366 LexerSQL Lexer QsciLexerSQL
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
367 LexerTCL Lexer QsciLexerTCL
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
368 LexerTeX Lexer QsciLexerTeX
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
369 LexerVHDL Lexer QsciLexerVHDL
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
370 LexerXML Lexer QsciLexerXML
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
371 LexerYAML Lexer QsciLexerYAML
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
372 Listspace QSplitter ViewManager
1823
21d988eaf1bf Added the capability to search in the recorded log of the log viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1818
diff changeset
373 LogViewer QWidget
21d988eaf1bf Added the capability to search in the recorded log of the log viewer.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1818
diff changeset
374 LogViewerEdit QTextEdit
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
375 MasterPasswordEntryDialog QDialog Ui_MasterPasswordEntryDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
376 MercurialPage ConfigurationPageBase Ui_MercurialPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
377 MessageBoxWizard QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
378 MessageBoxWizardDialog QDialog Ui_MessageBoxWizardDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
379 MiniEditor QMainWindow
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
380 MiniScintilla QsciScintillaCompat
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
381 Module ClbrBaseClasses.Module VisibilityMixin
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
382 ModuleItem UMLItem
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
383 ModuleScope Scope
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
384 MultiProject QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
385 MultiProjectBrowser QListWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
386 MultiProjectPage ConfigurationPageBase Ui_MultiProjectPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
387 MultiProjectReader XMLStreamReaderBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
388 MultiProjectWriter XMLStreamWriterBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
389 NannyNag Exception
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
390 NetworkAccessManager QNetworkAccessManager
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
391 NetworkAccessManagerProxy QNetworkAccessManager
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
392 NetworkDiskCache QNetworkDiskCache
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
393 NetworkPage ConfigurationPageBase Ui_NetworkPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
394 NetworkProtocolUnknownErrorReply QNetworkReply
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
395 NetworkReply QNetworkReply
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
396 NewDialogClassDialog QDialog Ui_NewDialogClassDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
397 NewPythonPackageDialog QDialog Ui_NewPythonPackageDialog
1720
201622cf8a01 Added a bookmarks importer for Apple Safari.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1717
diff changeset
398 NotBinaryPlistException Exception
1732
b140a24e147a Rewrote the reader for HTML bookmark files to cope with the various dates.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1729
diff changeset
399 NsHtmlReader QObject
1729
66b9dc45f2bd Added a bookmarks importer for Konqueror (Linux only) and an exporter to write Netscape bookmark files (HTML).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1726
diff changeset
400 NsHtmlWriter QObject
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
401 NumbersWidget QWidget Ui_NumbersWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
402 OfflineStorageConfigDialog QDialog Ui_OfflineStorageConfigDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
403 OpenSearchDialog QDialog Ui_OpenSearchDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
404 OpenSearchEditDialog QDialog Ui_OpenSearchEditDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
405 OpenSearchEngine QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
406 OpenSearchEngineAction QAction
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
407 OpenSearchEngineModel QAbstractTableModel
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
408 OpenSearchManager QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
409 OpenSearchReader QXmlStreamReader
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
410 OpenSearchWriter QXmlStreamWriter
1715
558e44df025a Added a bookmarks importer for Opera.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1714
diff changeset
411 OperaImporter BookmarksImporter
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
412 PackageDiagram UMLDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
413 PackageItem UMLItem
1620
8172cc5d4dda Added code to save the current page as a screen shot.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1608
diff changeset
414 PageScreenDialog QDialog Ui_PageScreenDialog
1670
6fd889391d2c Added a Speed Dial to the web browser including the capability to select the first ten pages by pressing Meta+1 to Meta+0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1655
diff changeset
415 PageThumbnailer QObject
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
416 PasswordManager QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
417 PasswordModel QAbstractTableModel
1685
7640d5500966 Changed file format for saved login data to XML.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1682
diff changeset
418 PasswordReader QXmlStreamReader
7640d5500966 Changed file format for saved login data to XML.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1682
diff changeset
419 PasswordWriter QXmlStreamWriter
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
420 PasswordsDialog QDialog Ui_PasswordsDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
421 Pep8Checker pep8.Checker
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
422 Pep8CheckerPlugin QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
423 Pep8CodeSelectionDialog QDialog Ui_Pep8CodeSelectionDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
424 Pep8Dialog QDialog Ui_Pep8Dialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
425 Pep8Fixer QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
426 Pep8StatisticsDialog QDialog Ui_Pep8StatisticsDialog
1945
47016f5af3b8 Enhanced the web browser by adding a personal information manager to assist in completing form fields through field context menu entries or by pressing Ctrl+Return/Ctrl+Enter.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1917
diff changeset
427 PersonalDataDialog QDialog Ui_PersonalDataDialog
47016f5af3b8 Enhanced the web browser by adding a personal information manager to assist in completing form fields through field context menu entries or by pressing Ctrl+Return/Ctrl+Enter.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1917
diff changeset
428 PersonalInformationManager QObject
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
429 PixmapDiagram QMainWindow
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
430 PluginActivationError PluginError
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
431 PluginClassFormatError PluginError
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
432 PluginDetailsDialog QDialog Ui_PluginDetailsDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
433 PluginError Exception
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
434 PluginInfoDialog QDialog Ui_PluginInfoDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
435 PluginInstallDialog QDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
436 PluginInstallWidget QWidget Ui_PluginInstallDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
437 PluginInstallWindow QMainWindow
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
438 PluginLoadError PluginError
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
439 PluginManager QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
440 PluginManagerPage ConfigurationPageBase Ui_PluginManagerPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
441 PluginModuleFormatError PluginError
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
442 PluginModulesError PluginError
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
443 PluginPathError PluginError
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
444 PluginRepositoryDialog QDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
445 PluginRepositoryReader XMLStreamReaderBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
446 PluginRepositoryWidget QWidget Ui_PluginRepositoryDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
447 PluginRepositoryWindow QMainWindow
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
448 PluginUninstallDialog QDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
449 PluginUninstallWidget QWidget Ui_PluginUninstallDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
450 PluginUninstallWindow QMainWindow
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
451 PreferencesLexer QsciLexer
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
452 PreferencesLexerError Exception
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
453 PreferencesLexerLanguageError PreferencesLexerError
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
454 Printer QsciPrinter
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
455 PrinterPage ConfigurationPageBase Ui_PrinterPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
456 ProfileTreeWidgetItem QTreeWidgetItem
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
457 ProgramsDialog QDialog Ui_ProgramsDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
458 Project QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
459 ProjectBaseBrowser Browser
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
460 ProjectBrowser E5TabWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
461 ProjectBrowserDirectoryItem BrowserDirectoryItem ProjectBrowserItemMixin
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
462 ProjectBrowserFileItem BrowserFileItem ProjectBrowserItemMixin
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
463 ProjectBrowserModel BrowserModel
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
464 ProjectBrowserPage ConfigurationPageBase Ui_ProjectBrowserPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
465 ProjectBrowserSimpleDirectoryItem BrowserItem ProjectBrowserItemMixin
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
466 ProjectBrowserSortFilterProxyModel BrowserSortFilterProxyModel
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
467 ProjectFormsBrowser ProjectBaseBrowser
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
468 ProjectInterfacesBrowser ProjectBaseBrowser
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
469 ProjectOthersBrowser ProjectBaseBrowser
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
470 ProjectPage ConfigurationPageBase Ui_ProjectPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
471 ProjectReader XMLStreamReaderBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
472 ProjectResourcesBrowser ProjectBaseBrowser
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
473 ProjectSourcesBrowser ProjectBaseBrowser
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
474 ProjectTranslationsBrowser ProjectBaseBrowser
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
475 ProjectWriter XMLStreamWriterBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
476 PropertiesDialog QDialog Ui_PropertiesDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
477 Purge HgExtension
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
478 PurgeProjectHelper HgExtensionProjectHelper
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
479 Py3FlakesPage ConfigurationPageBase Ui_Py3FlakesPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
480 PyCoverageDialog QDialog Ui_PyCoverageDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
481 PyProfile profile.Profile
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
482 PyProfileDialog QDialog Ui_PyProfileDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
483 PyRegExpWizard QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
484 PyRegExpWizardCharactersDialog QDialog Ui_PyRegExpWizardCharactersDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
485 PyRegExpWizardDialog QDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
486 PyRegExpWizardRepeatDialog QDialog Ui_PyRegExpWizardRepeatDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
487 PyRegExpWizardWidget QWidget Ui_PyRegExpWizardDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
488 PyRegExpWizardWindow QMainWindow
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
489 PythonPage ConfigurationPageBase Ui_PythonPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
490 QRegExpWizard QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
491 QRegExpWizardCharactersDialog QDialog Ui_QRegExpWizardCharactersDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
492 QRegExpWizardDialog QDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
493 QRegExpWizardRepeatDialog QDialog Ui_QRegExpWizardRepeatDialog
1818
a5e4cb4bed43 Added support for the various pattern syntaxes to the QRegExp wizard.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1772
diff changeset
494 QRegExpWizardWidget QWidget Ui_QRegExpWizardWidget
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
495 QRegExpWizardWindow QMainWindow
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
496 QsciScintillaCompat QsciScintilla
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
497 QtHelpAccessHandler SchemeAccessHandler
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
498 QtHelpDocumentationDialog QDialog Ui_QtHelpDocumentationDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
499 QtHelpFiltersDialog QDialog Ui_QtHelpFiltersDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
500 QtPage ConfigurationPageBase Ui_QtPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
501 QtTestResult unittest.TestResult
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
502 Queues HgExtension
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
503 QueuesProjectHelper HgExtensionProjectHelper
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
504 QuickSearchLineEdit QLineEdit
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
505 RbModule Class
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
506 Rebase HgExtension
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
507 RebaseProjectHelper HgExtensionProjectHelper
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
508 RecursionError OverflowError ValueError
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
509 RedefinedFunction Message
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
510 RedefinedWhileUnused Message
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
511 Redirector QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
512 RemoveBookmarksCommand QUndoCommand
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
513 RevisionsValidator QValidator
1720
201622cf8a01 Added a bookmarks importer for Apple Safari.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1717
diff changeset
514 SafariImporter BookmarksImporter
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
515 SchemeAccessHandler QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
516 Scope dict
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
517 SearchReplaceWidget QWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
518 SearchWidget QWidget Ui_SearchWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
519 SecurityPage ConfigurationPageBase Ui_SecurityPage
1917
c73052b6b65e Fixed an issue with failed logins for certain files by implementing a referer whitelist. All hosts in this list will get a referer header.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1908
diff changeset
520 SendRefererWhitelistDialog QDialog Ui_SendRefererWhitelistDialog
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
521 SessionReader XMLStreamReaderBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
522 SessionWriter XMLStreamWriterBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
523 Shell QsciScintillaCompat
1833
f7cd855680f1 Added the capability to search in the output of the shell window.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1830
diff changeset
524 ShellAssembly QWidget
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
525 ShellHistoryDialog QDialog Ui_ShellHistoryDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
526 ShellPage ConfigurationPageBase Ui_ShellPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
527 ShortcutDialog QDialog Ui_ShortcutDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
528 ShortcutsDialog QDialog Ui_ShortcutsDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
529 ShortcutsReader XMLStreamReaderBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
530 ShortcutsWriter XMLStreamWriterBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
531 SideWidget QWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
532 SingleApplicationServer QLocalServer
1427
09d6731b73ad Added a dialog to show some information about the current site.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1415
diff changeset
533 SiteInfoDialog QDialog Ui_SiteInfoDialog
1770
c17e67e69ef5 Added a tool to take screenshots (fullscreen or rectangular selection).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1733
diff changeset
534 SnapWidget QWidget Ui_SnapWidget
1772
f325dfdc8f6b Extended the snapshot tool to allow for the selection of a screen (for multi screen systems), elliptical selection and a freehand selection.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1770
diff changeset
535 SnapshotFreehandGrabber QWidget
f325dfdc8f6b Extended the snapshot tool to allow for the selection of a screen (for multi screen systems), elliptical selection and a freehand selection.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1770
diff changeset
536 SnapshotPreview QLabel
1770
c17e67e69ef5 Added a tool to take screenshots (fullscreen or rectangular selection).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1733
diff changeset
537 SnapshotRegionGrabber QWidget
1772
f325dfdc8f6b Extended the snapshot tool to allow for the selection of a screen (for multi screen systems), elliptical selection and a freehand selection.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1770
diff changeset
538 SnapshotTimer QWidget
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
539 SpecialArrayElementVarItem SpecialVarItem
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
540 SpecialVarItem VariableItem
1670
6fd889391d2c Added a Speed Dial to the web browser including the capability to select the first ten pages by pressing Meta+1 to Meta+0.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1655
diff changeset
541 SpeedDial QObject
1699
10706f6ad9d2 Changed the speedial to store the data into an XML file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1695
diff changeset
542 SpeedDialReader QXmlStreamReader
10706f6ad9d2 Changed the speedial to store the data into an XML file.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1695
diff changeset
543 SpeedDialWriter QXmlStreamWriter
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
544 SpellChecker QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
545 SpellCheckingDialog QDialog Ui_SpellCheckingDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
546 SpellingPropertiesDialog QDialog Ui_SpellingPropertiesDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
547 SplashScreen QSplashScreen
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
548 SqlBrowser QMainWindow
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
549 SqlBrowserWidget QWidget Ui_SqlBrowserWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
550 SqlConnectionDialog QDialog Ui_SqlConnectionDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
551 SqlConnectionWidget QWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
552 SslCertificatesDialog QDialog Ui_SslCertificatesDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
553 SslInfoDialog QDialog Ui_SslInfoDialog
1427
09d6731b73ad Added a dialog to show some information about the current site.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1415
diff changeset
554 SslInfoWidget QWidget Ui_SslInfoWidget
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
555 SslLabel QLabel
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
556 StackedUrlBar QStackedWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
557 StackedWidget QStackedWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
558 StartDialog QDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
559 StatusMonitorLed E5Led
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
560 Subversion VersionControl
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
561 SubversionPage ConfigurationPageBase Ui_SubversionPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
562 SvgDiagram QMainWindow
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
563 SvnBlameDialog QDialog Ui_SvnBlameDialog
1888
03f59d88a62d Added capability to select from existing change lists and added a dialog to browse the change lists.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1865
diff changeset
564 SvnChangeListsDialog QDialog Ui_SvnChangeListsDialog
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
565 SvnCommandDialog QDialog Ui_SvnCommandDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
566 SvnCommitDialog QWidget Ui_SvnCommitDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
567 SvnCopyDialog QDialog Ui_SvnCopyDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
568 SvnDialog QDialog Ui_SvnDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
569 SvnDiffDialog QWidget Ui_SvnDiffDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
570 SvnInfoDialog QDialog SvnDialogMixin Ui_VcsRepositoryInfoDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
571 SvnLogBrowserDialog QDialog Ui_SvnLogBrowserDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
572 SvnLogDialog QWidget Ui_SvnLogDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
573 SvnLoginDialog QDialog Ui_SvnLoginDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
574 SvnMergeDialog QDialog Ui_SvnMergeDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
575 SvnNewProjectOptionsDialog QDialog Ui_SvnNewProjectOptionsDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
576 SvnOptionsDialog QDialog Ui_SvnOptionsDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
577 SvnProjectBrowserHelper VcsProjectBrowserHelper
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
578 SvnProjectHelper VcsProjectHelper
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
579 SvnPropDelDialog QDialog Ui_SvnPropDelDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
580 SvnPropListDialog QWidget Ui_SvnPropListDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
581 SvnPropSetDialog QDialog Ui_SvnPropSetDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
582 SvnRelocateDialog QDialog Ui_SvnRelocateDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
583 SvnRepoBrowserDialog QDialog Ui_SvnRepoBrowserDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
584 SvnRevisionSelectionDialog QDialog Ui_SvnRevisionSelectionDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
585 SvnStatusDialog QWidget Ui_SvnStatusDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
586 SvnStatusMonitorThread VcsStatusMonitorThread
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
587 SvnSwitchDialog QDialog Ui_SvnSwitchDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
588 SvnTagBranchListDialog QDialog Ui_SvnTagBranchListDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
589 SvnTagDialog QDialog Ui_SvnTagDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
590 SvnUrlSelectionDialog QDialog Ui_SvnUrlSelectionDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
591 SymbolsModel QAbstractTableModel
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
592 SymbolsWidget QWidget Ui_SymbolsWidget
1626
a77c8ea8582c Added capability to synchronise bookmarks, history, passwords and user agent settings via an FTP server.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1620
diff changeset
593 SyncAssistantDialog QWizard
a77c8ea8582c Added capability to synchronise bookmarks, history, passwords and user agent settings via an FTP server.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1620
diff changeset
594 SyncCheckPage QWizardPage Ui_SyncCheckPage
a77c8ea8582c Added capability to synchronise bookmarks, history, passwords and user agent settings via an FTP server.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1620
diff changeset
595 SyncDataPage QWizardPage Ui_SyncDataPage
1695
7b115f986d48 Added capability to synchronize bookmarks, history, passwords and user agent settings via a shared directory.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1694
diff changeset
596 SyncDirectorySettingsPage QWizardPage Ui_SyncDirectorySettingsPage
1680
28e57079dab5 Added capability to encrypt the synchronized data (web browser).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1674
diff changeset
597 SyncEncryptionPage QWizardPage Ui_SyncEncryptionPage
1626
a77c8ea8582c Added capability to synchronise bookmarks, history, passwords and user agent settings via an FTP server.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1620
diff changeset
598 SyncFtpSettingsPage QWizardPage Ui_SyncFtpSettingsPage
a77c8ea8582c Added capability to synchronise bookmarks, history, passwords and user agent settings via an FTP server.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1620
diff changeset
599 SyncHandler QObject
a77c8ea8582c Added capability to synchronise bookmarks, history, passwords and user agent settings via an FTP server.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1620
diff changeset
600 SyncHostTypePage QWizardPage Ui_SyncHostTypePage
a77c8ea8582c Added capability to synchronise bookmarks, history, passwords and user agent settings via an FTP server.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1620
diff changeset
601 SyncManager QObject
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
602 SyntaxCheckerDialog QDialog Ui_SyntaxCheckerDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
603 SyntaxCheckerPlugin QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
604 TRPreviewer QMainWindow
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
605 TRSingleApplicationClient SingleApplicationClient
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
606 TRSingleApplicationServer SingleApplicationServer
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
607 TabBar E5WheelTabBar
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
608 TabWidget E5TabWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
609 TabnannyDialog QDialog Ui_TabnannyDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
610 TabnannyPlugin QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
611 Tabview QSplitter ViewManager
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
612 TagError Exception
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
613 Task QTreeWidgetItem
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
614 TaskFilterConfigDialog QDialog Ui_TaskFilterConfigDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
615 TaskPropertiesDialog QDialog Ui_TaskPropertiesDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
616 TaskViewer QTreeWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
617 TasksPage ConfigurationPageBase Ui_TasksPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
618 TasksReader XMLStreamReaderBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
619 TasksWriter XMLStreamWriterBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
620 TemplateEntry QTreeWidgetItem
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
621 TemplateGroup QTreeWidgetItem
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
622 TemplateMultipleVariablesDialog QDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
623 TemplatePropertiesDialog QDialog Ui_TemplatePropertiesDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
624 TemplateSingleVariableDialog QDialog Ui_TemplateSingleVariableDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
625 TemplateViewer QTreeWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
626 TemplatesPage ConfigurationPageBase Ui_TemplatesPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
627 TemplatesReader XMLStreamReaderBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
628 TemplatesWriter XMLStreamWriterBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
629 Terminal QsciScintillaCompat
1830
f2fccb8c2ab4 Added the capability to search in the output of the terminal window.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1823
diff changeset
630 TerminalAssembly QWidget
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
631 TerminalPage ConfigurationPageBase Ui_TerminalPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
632 ToolConfigurationDialog QDialog Ui_ToolConfigurationDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
633 ToolGroupConfigurationDialog QDialog Ui_ToolGroupConfigurationDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
634 TranslationPropertiesDialog QDialog Ui_TranslationPropertiesDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
635 TranslationsDict QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
636 Transplant HgExtension
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
637 TransplantDialog QDialog Ui_TransplantDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
638 TransplantProjectHelper HgExtensionProjectHelper
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
639 TrayStarter QSystemTrayIcon
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
640 TrayStarterPage ConfigurationPageBase Ui_TrayStarterPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
641 UIPreviewer QMainWindow
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
642 UMLClassDiagram UMLDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
643 UMLDialog QMainWindow
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
644 UMLGraphicsView E5GraphicsView
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
645 UMLItem QGraphicsRectItem
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
646 UMLSceneSizeDialog QDialog Ui_UMLSceneSizeDialog
1720
201622cf8a01 Added a bookmarks importer for Apple Safari.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1717
diff changeset
647 Uid int
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
648 UnBinding Binding
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
649 UndefinedExport Message
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
650 UndefinedLocal Message
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
651 UndefinedName Message
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
652 UnittestDialog QWidget Ui_UnittestDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
653 UnittestWindow QMainWindow
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
654 UnusedImport Message
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
655 UnusedVariable Message
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
656 UrlBar E5LineEdit
1596
8d59e4f3c828 Extended the User Agent handling to be able to set the string on a host basis (next to the global user agent string).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1543
diff changeset
657 UserAgentManager QObject
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
658 UserAgentMenu QMenu
1596
8d59e4f3c828 Extended the User Agent handling to be able to set the string on a host basis (next to the global user agent string).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1543
diff changeset
659 UserAgentModel QAbstractTableModel
1687
5efcb0cea376 Changed file format for saved user agent data to XML.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1685
diff changeset
660 UserAgentReader QXmlStreamReader
5efcb0cea376 Changed file format for saved user agent data to XML.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1685
diff changeset
661 UserAgentWriter QXmlStreamWriter
1596
8d59e4f3c828 Extended the User Agent handling to be able to set the string on a host basis (next to the global user agent string).
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1543
diff changeset
662 UserAgentsDialog QDialog Ui_UserAgentsDialog
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
663 UserInterface QMainWindow
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
664 UserProjectReader XMLStreamReaderBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
665 UserProjectWriter XMLStreamWriterBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
666 UserPropertiesDialog QDialog Ui_UserPropertiesDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
667 VariableDetailDialog QDialog Ui_VariableDetailDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
668 VariableItem QTreeWidgetItem
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
669 VariablesFilterDialog QDialog Ui_VariablesFilterDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
670 VariablesViewer QTreeWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
671 VcsMercurialPlugin QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
672 VcsPage ConfigurationPageBase Ui_VcsPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
673 VcsProjectBrowserHelper QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
674 VcsProjectHelper QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
675 VcsPySvnPlugin QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
676 VcsRepositoryInfoDialog QDialog Ui_VcsRepositoryInfoDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
677 VcsStatusMonitorThread QThread
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
678 VcsSubversionPlugin QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
679 VersionControl QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
680 ViewManager QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
681 ViewProfileDialog QDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
682 ViewmanagerPage ConfigurationPageBase Ui_ViewmanagerPage
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
683 VirusTotalAPI QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
684 VisibilityMixin ClbrBaseClasses.ClbrVisibilityMixinBase
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
685 VmListspacePlugin QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
686 VmTabviewPlugin QObject
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
687 WatchPointModel QAbstractItemModel
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
688 WatchPointViewer QTreeView
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
689 WebDatabasesDialog QDialog Ui_WebDatabasesDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
690 WebDatabasesModel QAbstractItemModel
1651
bc68f24d5658 Added the ClickToFlash plug-in to (temporarily) block Flash and related content.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1626
diff changeset
691 WebPluginFactory QWebPluginFactory
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
692 WidgetArea QMdiArea
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
693 WidgetView QWidget
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
694 XMLStreamReaderBase QXmlStreamReader
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
695 XMLStreamWriterBase QXmlStreamWriter
1713
56fdde8a2441 Added a bookmarks importer to get them directly from other browsers files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 1699
diff changeset
696 XbelImporter BookmarksImporter
1342
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
697 XbelReader QXmlStreamReader
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
698 XbelWriter QXmlStreamWriter
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
699 XmlEntityResolver QXmlStreamEntityResolver
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
700 ZoomDialog QDialog Ui_ZoomDialog
30226d5a7ffb Added code to write base class information to be used by the eric assistant plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
701 vcsCommandOptionsDialog QDialog Ui_vcsCommandOptionsDialog

eric ide

mercurial