5367:7123b86157b5 | 5371:01c4c059142b |
---|---|
818 <table> | 818 <table> |
819 <tr><td>None</td></tr> | 819 <tr><td>None</td></tr> |
820 </table> | 820 </table> |
821 <a NAME="UserInterface.__init__" ID="UserInterface.__init__"></a> | 821 <a NAME="UserInterface.__init__" ID="UserInterface.__init__"></a> |
822 <h4>UserInterface (Constructor)</h4> | 822 <h4>UserInterface (Constructor)</h4> |
823 <b>UserInterface</b>(<i>app, locale, splash, plugin, noOpenAtStartup, restartArguments</i>) | 823 <b>UserInterface</b>(<i>app, locale, splash, plugin, noOpenAtStartup, noCrashOpenAtStartup, restartArguments</i>) |
824 <p> | 824 <p> |
825 Constructor | 825 Constructor |
826 </p><dl> | 826 </p><dl> |
827 <dt><i>app</i></dt> | 827 <dt><i>app</i></dt> |
828 <dd> | 828 <dd> |
840 development) | 840 development) |
841 </dd><dt><i>noOpenAtStartup</i></dt> | 841 </dd><dt><i>noOpenAtStartup</i></dt> |
842 <dd> | 842 <dd> |
843 flag indicating that the open at startup option | 843 flag indicating that the open at startup option |
844 should not be executed (boolean) | 844 should not be executed (boolean) |
845 </dd><dt><i>noCrashOpenAtStartup</i></dt> | |
846 <dd> | |
847 flag indicating to ignore any crash session | |
848 file found at statup (boolean) | |
845 </dd><dt><i>restartArguments</i></dt> | 849 </dd><dt><i>restartArguments</i></dt> |
846 <dd> | 850 <dd> |
847 list of command line parameters to be used for | 851 list of command line parameters to be used for |
848 a restart (list of strings) | 852 a restart (list of strings) |
849 </dd> | 853 </dd> |