675 <tr> |
675 <tr> |
676 <td><a href="#Project.getDefaultSourceExtension">getDefaultSourceExtension</a></td> |
676 <td><a href="#Project.getDefaultSourceExtension">getDefaultSourceExtension</a></td> |
677 <td>Public method to get the default extension for the project's programming language.</td> |
677 <td>Public method to get the default extension for the project's programming language.</td> |
678 </tr> |
678 </tr> |
679 <tr> |
679 <tr> |
|
680 <td><a href="#Project.getDocstringType">getDocstringType</a></td> |
|
681 <td>Public method to get the configured docstring style.</td> |
|
682 </tr> |
|
683 <tr> |
680 <td><a href="#Project.getEditorLexerAssoc">getEditorLexerAssoc</a></td> |
684 <td><a href="#Project.getEditorLexerAssoc">getEditorLexerAssoc</a></td> |
681 <td>Public method to retrieve a lexer association.</td> |
685 <td>Public method to retrieve a lexer association.</td> |
682 </tr> |
686 </tr> |
683 <tr> |
687 <tr> |
684 <td><a href="#Project.getEolString">getEolString</a></td> |
688 <td><a href="#Project.getEolString">getEolString</a></td> |
809 <td>Public method to handle the application diagram context menu action.</td> |
813 <td>Public method to handle the application diagram context menu action.</td> |
810 </tr> |
814 </tr> |
811 <tr> |
815 <tr> |
812 <td><a href="#Project.handlePreferencesChanged">handlePreferencesChanged</a></td> |
816 <td><a href="#Project.handlePreferencesChanged">handlePreferencesChanged</a></td> |
813 <td>Public slot used to handle the preferencesChanged signal.</td> |
817 <td>Public slot used to handle the preferencesChanged signal.</td> |
|
818 </tr> |
|
819 <tr> |
|
820 <td><a href="#Project.hasDefaultDocstringParameter">hasDefaultDocstringParameter</a></td> |
|
821 <td>Public method to test, if the project contains the default docstring parameter.</td> |
814 </tr> |
822 </tr> |
815 <tr> |
823 <tr> |
816 <td><a href="#Project.hasDefaultIdlCompilerParameters">hasDefaultIdlCompilerParameters</a></td> |
824 <td><a href="#Project.hasDefaultIdlCompilerParameters">hasDefaultIdlCompilerParameters</a></td> |
817 <td>Public method to test, if the project contains the default IDL compiler parameters.</td> |
825 <td>Public method to test, if the project contains the default IDL compiler parameters.</td> |
818 </tr> |
826 </tr> |
2402 <dt>Return:</dt> |
2410 <dt>Return:</dt> |
2403 <dd> |
2411 <dd> |
2404 default extension (including the dot) (string) |
2412 default extension (including the dot) (string) |
2405 </dd> |
2413 </dd> |
2406 </dl> |
2414 </dl> |
|
2415 <a NAME="Project.getDocstringType" ID="Project.getDocstringType"></a> |
|
2416 <h4>Project.getDocstringType</h4> |
|
2417 <b>getDocstringType</b>(<i></i>) |
|
2418 |
|
2419 <p> |
|
2420 Public method to get the configured docstring style. |
|
2421 </p> |
|
2422 <dl> |
|
2423 <dt>Return:</dt> |
|
2424 <dd> |
|
2425 configured docstring style |
|
2426 </dd> |
|
2427 </dl> |
|
2428 <dl> |
|
2429 <dt>Return Type:</dt> |
|
2430 <dd> |
|
2431 str |
|
2432 </dd> |
|
2433 </dl> |
2407 <a NAME="Project.getEditorLexerAssoc" ID="Project.getEditorLexerAssoc"></a> |
2434 <a NAME="Project.getEditorLexerAssoc" ID="Project.getEditorLexerAssoc"></a> |
2408 <h4>Project.getEditorLexerAssoc</h4> |
2435 <h4>Project.getEditorLexerAssoc</h4> |
2409 <b>getEditorLexerAssoc</b>(<i>filename</i>) |
2436 <b>getEditorLexerAssoc</b>(<i>filename</i>) |
2410 |
2437 |
2411 <p> |
2438 <p> |
2978 <b>handlePreferencesChanged</b>(<i></i>) |
3005 <b>handlePreferencesChanged</b>(<i></i>) |
2979 |
3006 |
2980 <p> |
3007 <p> |
2981 Public slot used to handle the preferencesChanged signal. |
3008 Public slot used to handle the preferencesChanged signal. |
2982 </p> |
3009 </p> |
|
3010 <a NAME="Project.hasDefaultDocstringParameter" ID="Project.hasDefaultDocstringParameter"></a> |
|
3011 <h4>Project.hasDefaultDocstringParameter</h4> |
|
3012 <b>hasDefaultDocstringParameter</b>(<i></i>) |
|
3013 |
|
3014 <p> |
|
3015 Public method to test, if the project contains the default docstring |
|
3016 parameter. |
|
3017 </p> |
|
3018 <dl> |
|
3019 <dt>Return:</dt> |
|
3020 <dd> |
|
3021 flag indicating default parameter |
|
3022 </dd> |
|
3023 </dl> |
|
3024 <dl> |
|
3025 <dt>Return Type:</dt> |
|
3026 <dd> |
|
3027 bool |
|
3028 </dd> |
|
3029 </dl> |
2983 <a NAME="Project.hasDefaultIdlCompilerParameters" ID="Project.hasDefaultIdlCompilerParameters"></a> |
3030 <a NAME="Project.hasDefaultIdlCompilerParameters" ID="Project.hasDefaultIdlCompilerParameters"></a> |
2984 <h4>Project.hasDefaultIdlCompilerParameters</h4> |
3031 <h4>Project.hasDefaultIdlCompilerParameters</h4> |
2985 <b>hasDefaultIdlCompilerParameters</b>(<i></i>) |
3032 <b>hasDefaultIdlCompilerParameters</b>(<i></i>) |
2986 |
3033 |
2987 <p> |
3034 <p> |