43 <hr /><hr /> |
43 <hr /><hr /> |
44 <a NAME="ProjectOthersBrowser" ID="ProjectOthersBrowser"></a> |
44 <a NAME="ProjectOthersBrowser" ID="ProjectOthersBrowser"></a> |
45 <h2>ProjectOthersBrowser</h2> |
45 <h2>ProjectOthersBrowser</h2> |
46 <p> |
46 <p> |
47 A class used to display the parts of the project, that don't fit the other categories. |
47 A class used to display the parts of the project, that don't fit the other categories. |
48 </p><h4>Signals</h4> |
48 </p><h3>Signals</h3> |
49 <dl> |
49 <dl> |
50 <dt>closeSourceWindow(str)</dt> |
50 <dt>closeSourceWindow(str)</dt> |
51 <dd> |
51 <dd> |
52 emitted after a file has been removed/deleted |
52 emitted after a file has been removed/deleted |
53 from the project |
53 from the project |
73 ProjectBaseBrowser |
73 ProjectBaseBrowser |
74 <h3>Class Attributes</h3> |
74 <h3>Class Attributes</h3> |
75 <table> |
75 <table> |
76 <tr><td>None</td></tr> |
76 <tr><td>None</td></tr> |
77 </table> |
77 </table> |
|
78 <h3>Class Methods</h3> |
|
79 <table> |
|
80 <tr><td>None</td></tr> |
|
81 </table> |
78 <h3>Methods</h3> |
82 <h3>Methods</h3> |
79 <table> |
83 <table> |
80 <tr> |
84 <tr> |
81 <td><a href="#ProjectOthersBrowser.__init__">ProjectOthersBrowser</a></td> |
|
82 <td>Constructor</td> |
|
83 </tr><tr> |
|
84 <td><a href="#ProjectOthersBrowser.__deleteItem">__deleteItem</a></td> |
85 <td><a href="#ProjectOthersBrowser.__deleteItem">__deleteItem</a></td> |
85 <td>Private method to delete the selected entry from the OTHERS project data area.</td> |
86 <td>Private method to delete the selected entry from the OTHERS project data area.</td> |
86 </tr><tr> |
87 </tr><tr> |
87 <td><a href="#ProjectOthersBrowser.__refreshItem">__refreshItem</a></td> |
88 <td><a href="#ProjectOthersBrowser.__refreshItem">__refreshItem</a></td> |
88 <td>Private slot to refresh (repopulate) an item.</td> |
89 <td>Private slot to refresh (repopulate) an item.</td> |
112 <td>Protected slot to handle the open popup menu entry.</td> |
113 <td>Protected slot to handle the open popup menu entry.</td> |
113 </tr><tr> |
114 </tr><tr> |
114 <td><a href="#ProjectOthersBrowser._showContextMenu">_showContextMenu</a></td> |
115 <td><a href="#ProjectOthersBrowser._showContextMenu">_showContextMenu</a></td> |
115 <td>Protected slot called before the context menu is shown.</td> |
116 <td>Protected slot called before the context menu is shown.</td> |
116 </tr> |
117 </tr> |
|
118 </table> |
|
119 <h3>Static Methods</h3> |
|
120 <table> |
|
121 <tr><td>None</td></tr> |
117 </table> |
122 </table> |
118 <a NAME="ProjectOthersBrowser.__init__" ID="ProjectOthersBrowser.__init__"></a> |
123 <a NAME="ProjectOthersBrowser.__init__" ID="ProjectOthersBrowser.__init__"></a> |
119 <h4>ProjectOthersBrowser (Constructor)</h4> |
124 <h4>ProjectOthersBrowser (Constructor)</h4> |
120 <b>ProjectOthersBrowser</b>(<i>project, parent=None</i>) |
125 <b>ProjectOthersBrowser</b>(<i>project, parent=None</i>) |
121 <p> |
126 <p> |