src/eric7/Documentation/Source/eric7.WebBrowser.UrlBar.StackedUrlBar.html

branch
eric7
changeset 10436
f6881d10e995
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10435:c712d09cc839 10436:f6881d10e995
88 <p> 88 <p>
89 Constructor 89 Constructor
90 </p> 90 </p>
91 <dl> 91 <dl>
92 92
93 <dt><i>parent</i></dt> 93 <dt><i>parent</i> (QWidget)</dt>
94 <dd> 94 <dd>
95 reference to the parent widget (QWidget) 95 reference to the parent widget
96 </dd> 96 </dd>
97 </dl> 97 </dl>
98 <a NAME="StackedUrlBar.currentUrlBar" ID="StackedUrlBar.currentUrlBar"></a> 98 <a NAME="StackedUrlBar.currentUrlBar" ID="StackedUrlBar.currentUrlBar"></a>
99 <h4>StackedUrlBar.currentUrlBar</h4> 99 <h4>StackedUrlBar.currentUrlBar</h4>
100 <b>currentUrlBar</b>(<i></i>) 100 <b>currentUrlBar</b>(<i></i>)
103 Public method to get a reference to the current URL bar. 103 Public method to get a reference to the current URL bar.
104 </p> 104 </p>
105 <dl> 105 <dl>
106 <dt>Return:</dt> 106 <dt>Return:</dt>
107 <dd> 107 <dd>
108 reference to the current URL bar (UrlBar) 108 reference to the current URL bar
109 </dd>
110 </dl>
111 <dl>
112 <dt>Return Type:</dt>
113 <dd>
114 UrlBar
109 </dd> 115 </dd>
110 </dl> 116 </dl>
111 <a NAME="StackedUrlBar.moveBar" ID="StackedUrlBar.moveBar"></a> 117 <a NAME="StackedUrlBar.moveBar" ID="StackedUrlBar.moveBar"></a>
112 <h4>StackedUrlBar.moveBar</h4> 118 <h4>StackedUrlBar.moveBar</h4>
113 <b>moveBar</b>(<i>from_, to_</i>) 119 <b>moveBar</b>(<i>from_, to_</i>)
115 <p> 121 <p>
116 Public slot to move an URL bar. 122 Public slot to move an URL bar.
117 </p> 123 </p>
118 <dl> 124 <dl>
119 125
120 <dt><i>from_</i></dt> 126 <dt><i>from_</i> (int)</dt>
121 <dd> 127 <dd>
122 index of URL bar to be moved (integer) 128 index of URL bar to be moved
123 </dd> 129 </dd>
124 <dt><i>to_</i></dt> 130 <dt><i>to_</i> (int)</dt>
125 <dd> 131 <dd>
126 index to move the URL bar to (integer) 132 index to move the URL bar to
127 </dd> 133 </dd>
128 </dl> 134 </dl>
129 <a NAME="StackedUrlBar.urlBar" ID="StackedUrlBar.urlBar"></a> 135 <a NAME="StackedUrlBar.urlBar" ID="StackedUrlBar.urlBar"></a>
130 <h4>StackedUrlBar.urlBar</h4> 136 <h4>StackedUrlBar.urlBar</h4>
131 <b>urlBar</b>(<i>index</i>) 137 <b>urlBar</b>(<i>index</i>)
133 <p> 139 <p>
134 Public method to get a reference to the URL bar for a given index. 140 Public method to get a reference to the URL bar for a given index.
135 </p> 141 </p>
136 <dl> 142 <dl>
137 143
138 <dt><i>index</i></dt> 144 <dt><i>index</i> (int)</dt>
139 <dd> 145 <dd>
140 index of the url bar (integer) 146 index of the url bar
141 </dd> 147 </dd>
142 </dl> 148 </dl>
143 <dl> 149 <dl>
144 <dt>Return:</dt> 150 <dt>Return:</dt>
145 <dd> 151 <dd>
146 reference to the URL bar for the given index (UrlBar) 152 reference to the URL bar for the given index
153 </dd>
154 </dl>
155 <dl>
156 <dt>Return Type:</dt>
157 <dd>
158 UrlBar
147 </dd> 159 </dd>
148 </dl> 160 </dl>
149 <a NAME="StackedUrlBar.urlBars" ID="StackedUrlBar.urlBars"></a> 161 <a NAME="StackedUrlBar.urlBars" ID="StackedUrlBar.urlBars"></a>
150 <h4>StackedUrlBar.urlBars</h4> 162 <h4>StackedUrlBar.urlBars</h4>
151 <b>urlBars</b>(<i></i>) 163 <b>urlBars</b>(<i></i>)
154 Public method to get a list of references to all URL bars. 166 Public method to get a list of references to all URL bars.
155 </p> 167 </p>
156 <dl> 168 <dl>
157 <dt>Return:</dt> 169 <dt>Return:</dt>
158 <dd> 170 <dd>
159 list of references to URL bars (list of UrlBar) 171 list of references to URL bars
172 </dd>
173 </dl>
174 <dl>
175 <dt>Return Type:</dt>
176 <dd>
177 list of UrlBar
160 </dd> 178 </dd>
161 </dl> 179 </dl>
162 <div align="right"><a href="#top">Up</a></div> 180 <div align="right"><a href="#top">Up</a></div>
163 <hr /> 181 <hr />
164 </body></html> 182 </body></html>

eric ide

mercurial