src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.ProjectBrowserPage.html

branch
eric7
changeset 9530
c30f02ea1b27
parent 9209
b99e7fd55fd3
child 10070
9f5758c0fec1
equal deleted inserted replaced
9529:5ce1774b3106 9530:c30f02ea1b27
61 <tr> 61 <tr>
62 <td><a href="#ProjectBrowserPage.__init__">ProjectBrowserPage</a></td> 62 <td><a href="#ProjectBrowserPage.__init__">ProjectBrowserPage</a></td>
63 <td>Constructor</td> 63 <td>Constructor</td>
64 </tr> 64 </tr>
65 <tr> 65 <tr>
66 <td><a href="#ProjectBrowserPage.__setProjectBrowsersCheckBoxes">__setProjectBrowsersCheckBoxes</a></td> 66 <td><a href="#ProjectBrowserPage.__populateProjectBrowserList">__populateProjectBrowserList</a></td>
67 <td>Private method to set the checkboxes according to the selected project type.</td> 67 <td>Private method to populate the project browsers list.</td>
68 </tr> 68 </tr>
69 <tr> 69 <tr>
70 <td><a href="#ProjectBrowserPage.__storeProjectBrowserFlags">__storeProjectBrowserFlags</a></td> 70 <td><a href="#ProjectBrowserPage.__setProjectBrowsersList">__setProjectBrowsersList</a></td>
71 <td>Private method to store the flags for the selected project type.</td> 71 <td>Private method to check the project browser entries according to the selected project type.</td>
72 </tr>
73 <tr>
74 <td><a href="#ProjectBrowserPage.__storeProjectBrowsersList">__storeProjectBrowsersList</a></td>
75 <td>Private method to store the list of enabled browsers for the selected project type.</td>
72 </tr> 76 </tr>
73 <tr> 77 <tr>
74 <td><a href="#ProjectBrowserPage.on_followCursorLineCheckBox_toggled">on_followCursorLineCheckBox_toggled</a></td> 78 <td><a href="#ProjectBrowserPage.on_followCursorLineCheckBox_toggled">on_followCursorLineCheckBox_toggled</a></td>
75 <td>Private slot to handle the change of the 'Follow Cursor Line' checkbox.</td> 79 <td>Private slot to handle the change of the 'Follow Cursor Line' checkbox.</td>
76 </tr> 80 </tr>
98 <b>ProjectBrowserPage</b>(<i></i>) 102 <b>ProjectBrowserPage</b>(<i></i>)
99 103
100 <p> 104 <p>
101 Constructor 105 Constructor
102 </p> 106 </p>
103 <a NAME="ProjectBrowserPage.__setProjectBrowsersCheckBoxes" ID="ProjectBrowserPage.__setProjectBrowsersCheckBoxes"></a> 107 <a NAME="ProjectBrowserPage.__populateProjectBrowserList" ID="ProjectBrowserPage.__populateProjectBrowserList"></a>
104 <h4>ProjectBrowserPage.__setProjectBrowsersCheckBoxes</h4> 108 <h4>ProjectBrowserPage.__populateProjectBrowserList</h4>
105 <b>__setProjectBrowsersCheckBoxes</b>(<i>projectType</i>) 109 <b>__populateProjectBrowserList</b>(<i></i>)
106 110
107 <p> 111 <p>
108 Private method to set the checkboxes according to the selected project 112 Private method to populate the project browsers list.
113 </p>
114 <a NAME="ProjectBrowserPage.__setProjectBrowsersList" ID="ProjectBrowserPage.__setProjectBrowsersList"></a>
115 <h4>ProjectBrowserPage.__setProjectBrowsersList</h4>
116 <b>__setProjectBrowsersList</b>(<i>projectType</i>)
117
118 <p>
119 Private method to check the project browser entries according to the selected
120 project type.
121 </p>
122 <dl>
123
124 <dt><i>projectType</i> (str)</dt>
125 <dd>
126 selected project type
127 </dd>
128 </dl>
129 <a NAME="ProjectBrowserPage.__storeProjectBrowsersList" ID="ProjectBrowserPage.__storeProjectBrowsersList"></a>
130 <h4>ProjectBrowserPage.__storeProjectBrowsersList</h4>
131 <b>__storeProjectBrowsersList</b>(<i>projectType</i>)
132
133 <p>
134 Private method to store the list of enabled browsers for the selected project
109 type. 135 type.
110 </p> 136 </p>
111 <dl> 137 <dl>
112 138
113 <dt><i>projectType</i></dt> 139 <dt><i>projectType</i> (str)</dt>
114 <dd> 140 <dd>
115 type of the selected project (string) 141 type of the selected project
116 </dd>
117 </dl>
118 <a NAME="ProjectBrowserPage.__storeProjectBrowserFlags" ID="ProjectBrowserPage.__storeProjectBrowserFlags"></a>
119 <h4>ProjectBrowserPage.__storeProjectBrowserFlags</h4>
120 <b>__storeProjectBrowserFlags</b>(<i>projectType</i>)
121
122 <p>
123 Private method to store the flags for the selected project type.
124 </p>
125 <dl>
126
127 <dt><i>projectType</i></dt>
128 <dd>
129 type of the selected project (string)
130 </dd> 142 </dd>
131 </dl> 143 </dl>
132 <a NAME="ProjectBrowserPage.on_followCursorLineCheckBox_toggled" ID="ProjectBrowserPage.on_followCursorLineCheckBox_toggled"></a> 144 <a NAME="ProjectBrowserPage.on_followCursorLineCheckBox_toggled" ID="ProjectBrowserPage.on_followCursorLineCheckBox_toggled"></a>
133 <h4>ProjectBrowserPage.on_followCursorLineCheckBox_toggled</h4> 145 <h4>ProjectBrowserPage.on_followCursorLineCheckBox_toggled</h4>
134 <b>on_followCursorLineCheckBox_toggled</b>(<i>checked</i>) 146 <b>on_followCursorLineCheckBox_toggled</b>(<i>checked</i>)

eric ide

mercurial