src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.ProjectBrowserHelper.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
88 <p> 88 <p>
89 Constructor 89 Constructor
90 </p> 90 </p>
91 <dl> 91 <dl>
92 92
93 <dt><i>vcsObject</i></dt> 93 <dt><i>vcsObject</i> (Hg)</dt>
94 <dd> 94 <dd>
95 reference to the vcs object 95 reference to the vcs object
96 </dd> 96 </dd>
97 <dt><i>browserObject</i></dt> 97 <dt><i>browserObject</i> (ProjectBaseBrowser)</dt>
98 <dd> 98 <dd>
99 reference to the project browser object 99 reference to the project browser object
100 </dd> 100 </dd>
101 <dt><i>projectObject</i></dt> 101 <dt><i>projectObject</i> (Project)</dt>
102 <dd> 102 <dd>
103 reference to the project object 103 reference to the project object
104 </dd> 104 </dd>
105 </dl> 105 </dl>
106 <a NAME="LargefilesProjectBrowserHelper.__hgAddLargefiles" ID="LargefilesProjectBrowserHelper.__hgAddLargefiles"></a> 106 <a NAME="LargefilesProjectBrowserHelper.__hgAddLargefiles" ID="LargefilesProjectBrowserHelper.__hgAddLargefiles"></a>
110 <p> 110 <p>
111 Private slot to add the selected files as large files. 111 Private slot to add the selected files as large files.
112 </p> 112 </p>
113 <dl> 113 <dl>
114 114
115 <dt><i>mode</i></dt> 115 <dt><i>mode</i> (str)</dt>
116 <dd> 116 <dd>
117 add mode (string one of 'normal' or 'large') 117 add mode (string ne of 'normal' or 'large')
118 </dd> 118 </dd>
119 </dl> 119 </dl>
120 <a NAME="LargefilesProjectBrowserHelper.initMenus" ID="LargefilesProjectBrowserHelper.initMenus"></a> 120 <a NAME="LargefilesProjectBrowserHelper.initMenus" ID="LargefilesProjectBrowserHelper.initMenus"></a>
121 <h4>LargefilesProjectBrowserHelper.initMenus</h4> 121 <h4>LargefilesProjectBrowserHelper.initMenus</h4>
122 <b>initMenus</b>(<i></i>) 122 <b>initMenus</b>(<i></i>)
128 Note: Derived class must implement this method. 128 Note: Derived class must implement this method.
129 </p> 129 </p>
130 <dl> 130 <dl>
131 <dt>Return:</dt> 131 <dt>Return:</dt>
132 <dd> 132 <dd>
133 dictionary of populated menu (dict of QMenu). The dict 133 dictionary of populated menu. The dict must have the keys
134 must have the keys 'mainMenu', 'multiMenu', 'backMenu', 'dirMenu' 134 'mainMenu', 'multiMenu', 'backMenu', 'dirMenu' and 'dirMultiMenu'.
135 and 'dirMultiMenu'. 135 </dd>
136 </dl>
137 <dl>
138 <dt>Return Type:</dt>
139 <dd>
140 dict of QMenu
136 </dd> 141 </dd>
137 </dl> 142 </dl>
138 <a NAME="LargefilesProjectBrowserHelper.menuTitle" ID="LargefilesProjectBrowserHelper.menuTitle"></a> 143 <a NAME="LargefilesProjectBrowserHelper.menuTitle" ID="LargefilesProjectBrowserHelper.menuTitle"></a>
139 <h4>LargefilesProjectBrowserHelper.menuTitle</h4> 144 <h4>LargefilesProjectBrowserHelper.menuTitle</h4>
140 <b>menuTitle</b>(<i></i>) 145 <b>menuTitle</b>(<i></i>)
146 Note: Derived class must implement this method. 151 Note: Derived class must implement this method.
147 </p> 152 </p>
148 <dl> 153 <dl>
149 <dt>Return:</dt> 154 <dt>Return:</dt>
150 <dd> 155 <dd>
151 title of the menu (string) 156 title of the menu
157 </dd>
158 </dl>
159 <dl>
160 <dt>Return Type:</dt>
161 <dd>
162 str
152 </dd> 163 </dd>
153 </dl> 164 </dl>
154 <a NAME="LargefilesProjectBrowserHelper.showExtensionMenu" ID="LargefilesProjectBrowserHelper.showExtensionMenu"></a> 165 <a NAME="LargefilesProjectBrowserHelper.showExtensionMenu" ID="LargefilesProjectBrowserHelper.showExtensionMenu"></a>
155 <h4>LargefilesProjectBrowserHelper.showExtensionMenu</h4> 166 <h4>LargefilesProjectBrowserHelper.showExtensionMenu</h4>
156 <b>showExtensionMenu</b>(<i>key, controlled</i>) 167 <b>showExtensionMenu</b>(<i>key, controlled</i>)
158 <p> 169 <p>
159 Public method to prepare the extension menu for display. 170 Public method to prepare the extension menu for display.
160 </p> 171 </p>
161 <dl> 172 <dl>
162 173
163 <dt><i>key</i></dt> 174 <dt><i>key</i> (str)</dt>
164 <dd> 175 <dd>
165 menu key (string, one of 'mainMenu', 'multiMenu', 176 menu key (one of 'mainMenu', 'multiMenu', 'backMenu', 'dirMenu'
166 'backMenu', 'dirMenu' or 'dirMultiMenu') 177 or 'dirMultiMenu')
167 </dd> 178 </dd>
168 <dt><i>controlled</i></dt> 179 <dt><i>controlled</i> (bool)</dt>
169 <dd> 180 <dd>
170 flag indicating to prepare the menu for a 181 flag indicating to prepare the menu for a
171 version controlled entry or a non-version controlled entry 182 version controlled entry or a non-version controlled entry
172 (boolean)
173 </dd> 183 </dd>
174 </dl> 184 </dl>
175 <div align="right"><a href="#top">Up</a></div> 185 <div align="right"><a href="#top">Up</a></div>
176 <hr /> 186 <hr />
177 </body></html> 187 </body></html>

eric ide

mercurial