Documentation/Source/eric6.WebBrowser.PersonalInformationManager.PersonalInformationManager.html

changeset 6123
39cd368143db
parent 4918
71caf42a13d8
equal deleted inserted replaced
6122:e7d98249f393 6123:39cd368143db
101 <dd> 101 <dd>
102 reference to the parent object (QObject) 102 reference to the parent object (QObject)
103 </dd> 103 </dd>
104 </dl><a NAME="PersonalInformationManager.__insertData" ID="PersonalInformationManager.__insertData"></a> 104 </dl><a NAME="PersonalInformationManager.__insertData" ID="PersonalInformationManager.__insertData"></a>
105 <h4>PersonalInformationManager.__insertData</h4> 105 <h4>PersonalInformationManager.__insertData</h4>
106 <b>__insertData</b>(<i></i>) 106 <b>__insertData</b>(<i>act</i>)
107 <p> 107 <p>
108 Private slot to insert the selected personal information. 108 Private slot to insert the selected personal information.
109 </p><a NAME="PersonalInformationManager.__loadSettings" ID="PersonalInformationManager.__loadSettings"></a> 109 </p><dl>
110 <dt><i>act</i> (QAction)</dt>
111 <dd>
112 reference to the action that triggered
113 </dd>
114 </dl><a NAME="PersonalInformationManager.__loadSettings" ID="PersonalInformationManager.__loadSettings"></a>
110 <h4>PersonalInformationManager.__loadSettings</h4> 115 <h4>PersonalInformationManager.__loadSettings</h4>
111 <b>__loadSettings</b>(<i></i>) 116 <b>__loadSettings</b>(<i></i>)
112 <p> 117 <p>
113 Private method to load the settings. 118 Private method to load the settings.
114 </p><a NAME="PersonalInformationManager.__matchingJsTable" ID="PersonalInformationManager.__matchingJsTable"></a> 119 </p><a NAME="PersonalInformationManager.__matchingJsTable" ID="PersonalInformationManager.__matchingJsTable"></a>
126 <dd> 131 <dd>
127 str 132 str
128 </dd> 133 </dd>
129 </dl><a NAME="PersonalInformationManager.__pageLoadFinished" ID="PersonalInformationManager.__pageLoadFinished"></a> 134 </dl><a NAME="PersonalInformationManager.__pageLoadFinished" ID="PersonalInformationManager.__pageLoadFinished"></a>
130 <h4>PersonalInformationManager.__pageLoadFinished</h4> 135 <h4>PersonalInformationManager.__pageLoadFinished</h4>
131 <b>__pageLoadFinished</b>(<i>ok</i>) 136 <b>__pageLoadFinished</b>(<i>ok, page</i>)
132 <p> 137 <p>
133 Private slot to handle the completion of a page load. 138 Private slot to handle the completion of a page load.
134 </p><dl> 139 </p><dl>
135 <dt><i>ok</i></dt> 140 <dt><i>ok</i> (bool)</dt>
136 <dd> 141 <dd>
137 flag indicating a successful load (boolean) 142 flag indicating a successful load
143 </dd><dt><i>page</i> (WebBrowserPage)</dt>
144 <dd>
145 reference to the web page object
138 </dd> 146 </dd>
139 </dl><a NAME="PersonalInformationManager.connectPage" ID="PersonalInformationManager.connectPage"></a> 147 </dl><a NAME="PersonalInformationManager.connectPage" ID="PersonalInformationManager.connectPage"></a>
140 <h4>PersonalInformationManager.connectPage</h4> 148 <h4>PersonalInformationManager.connectPage</h4>
141 <b>connectPage</b>(<i>page</i>) 149 <b>connectPage</b>(<i>page</i>)
142 <p> 150 <p>
143 Public method to allow the personal information manager to connect to 151 Public method to allow the personal information manager to connect to
144 the page. 152 the page.
145 </p><dl> 153 </p><dl>
146 <dt><i>page</i></dt> 154 <dt><i>page</i> (WebBrowserPage)</dt>
147 <dd> 155 <dd>
148 reference to the web page (HelpWebPage) 156 reference to the web page
149 </dd> 157 </dd>
150 </dl><a NAME="PersonalInformationManager.createSubMenu" ID="PersonalInformationManager.createSubMenu"></a> 158 </dl><a NAME="PersonalInformationManager.createSubMenu" ID="PersonalInformationManager.createSubMenu"></a>
151 <h4>PersonalInformationManager.createSubMenu</h4> 159 <h4>PersonalInformationManager.createSubMenu</h4>
152 <b>createSubMenu</b>(<i>menu, view, hitTestResult</i>) 160 <b>createSubMenu</b>(<i>menu, view, hitTestResult</i>)
153 <p> 161 <p>

eric ide

mercurial