600 <td>Public method to get the monitor interval.</td> |
600 <td>Public method to get the monitor interval.</td> |
601 </tr><tr> |
601 </tr><tr> |
602 <td><a href="#Project.getTranslationPattern">getTranslationPattern</a></td> |
602 <td><a href="#Project.getTranslationPattern">getTranslationPattern</a></td> |
603 <td>Public method to get the translation pattern.</td> |
603 <td>Public method to get the translation pattern.</td> |
604 </tr><tr> |
604 </tr><tr> |
|
605 <td><a href="#Project.getUicParameter">getUicParameter</a></td> |
|
606 <td>Public method to get a named uic related parameter.</td> |
|
607 </tr><tr> |
605 <td><a href="#Project.getVcs">getVcs</a></td> |
608 <td><a href="#Project.getVcs">getVcs</a></td> |
606 <td>Public method to get a reference to the VCS object.</td> |
609 <td>Public method to get a reference to the VCS object.</td> |
607 </tr><tr> |
610 </tr><tr> |
608 <td><a href="#Project.handleApplicationDiagram">handleApplicationDiagram</a></td> |
611 <td><a href="#Project.handleApplicationDiagram">handleApplicationDiagram</a></td> |
609 <td>Public method to handle the application diagram context menu action.</td> |
612 <td>Public method to handle the application diagram context menu action.</td> |
2141 </p><dl> |
2144 </p><dl> |
2142 <dt>Returns:</dt> |
2145 <dt>Returns:</dt> |
2143 <dd> |
2146 <dd> |
2144 translation pattern (string) |
2147 translation pattern (string) |
2145 </dd> |
2148 </dd> |
|
2149 </dl><a NAME="Project.getUicParameter" ID="Project.getUicParameter"></a> |
|
2150 <h4>Project.getUicParameter</h4> |
|
2151 <b>getUicParameter</b>(<i>name</i>) |
|
2152 <p> |
|
2153 Public method to get a named uic related parameter. |
|
2154 </p><dl> |
|
2155 <dt><i>name</i> (str)</dt> |
|
2156 <dd> |
|
2157 name of the parameter |
|
2158 </dd> |
|
2159 </dl><dl> |
|
2160 <dt>Returns:</dt> |
|
2161 <dd> |
|
2162 value of the given parameter |
|
2163 </dd> |
|
2164 </dl><dl> |
|
2165 <dt>Return Type:</dt> |
|
2166 <dd> |
|
2167 any, None in case on non-existence |
|
2168 </dd> |
2146 </dl><a NAME="Project.getVcs" ID="Project.getVcs"></a> |
2169 </dl><a NAME="Project.getVcs" ID="Project.getVcs"></a> |
2147 <h4>Project.getVcs</h4> |
2170 <h4>Project.getVcs</h4> |
2148 <b>getVcs</b>(<i></i>) |
2171 <b>getVcs</b>(<i></i>) |
2149 <p> |
2172 <p> |
2150 Public method to get a reference to the VCS object. |
2173 Public method to get a reference to the VCS object. |