46 </p><h3>Signals</h3> |
46 </p><h3>Signals</h3> |
47 <dl> |
47 <dl> |
48 <dt>appendStderr(str)</dt> |
48 <dt>appendStderr(str)</dt> |
49 <dd> |
49 <dd> |
50 emitted after something was received from |
50 emitted after something was received from |
51 a QProcess on stderr |
51 a QProcess on stderr |
52 </dd><dt>closeSourceWindow(str)</dt> |
52 </dd><dt>closeSourceWindow(str)</dt> |
53 <dd> |
53 <dd> |
54 emitted after a file has been removed/deleted |
54 emitted after a file has been |
55 from the project |
55 removed/deleted from the project |
56 </dd><dt>showMenu(str, QMenu)</dt> |
56 </dd><dt>showMenu(str, QMenu)</dt> |
57 <dd> |
57 <dd> |
58 emitted when a menu is about to be shown. The name |
58 emitted when a menu is about to be shown. |
59 of the menu and a reference to the menu are given. |
59 The name of the menu and a reference to the menu are given. |
60 </dd><dt>sourceFile(str)</dt> |
60 </dd><dt>sourceFile(str)</dt> |
61 <dd> |
61 <dd> |
62 emitted to open a resources file in an editor |
62 emitted to open a resources file in an editor |
63 </dd> |
63 </dd> |
64 </dl> |
64 </dl> |
322 Supported hook methods are: |
322 Supported hook methods are: |
323 <ul> |
323 <ul> |
324 <li>compileResource: takes filename as parameter</li> |
324 <li>compileResource: takes filename as parameter</li> |
325 <li>compileAllResources: takes list of filenames as parameter</li> |
325 <li>compileAllResources: takes list of filenames as parameter</li> |
326 <li>compileChangedResources: takes list of filenames as parameter</li> |
326 <li>compileChangedResources: takes list of filenames as parameter</li> |
327 <li>compileSelectedResources: takes list of all form filenames as parameter</li> |
327 <li>compileSelectedResources: takes list of all form filenames as |
328 <li>newResource: takes full directory path of new file as parameter</li> |
328 parameter</li> |
|
329 <li>newResource: takes full directory path of new file as |
|
330 parameter</li> |
329 </ul> |
331 </ul> |
330 </p><p> |
332 </p><p> |
331 <b>Note</b>: Filenames are relative to the project directory, if not |
333 <b>Note</b>: Filenames are relative to the project directory, if not |
332 specified differently. |
334 specified differently. |
333 </p><a NAME="ProjectResourcesBrowser._openItem" ID="ProjectResourcesBrowser._openItem"></a> |
335 </p><a NAME="ProjectResourcesBrowser._openItem" ID="ProjectResourcesBrowser._openItem"></a> |