827 <table> |
827 <table> |
828 <tr><td>None</td></tr> |
828 <tr><td>None</td></tr> |
829 </table> |
829 </table> |
830 <a NAME="UserInterface.__init__" ID="UserInterface.__init__"></a> |
830 <a NAME="UserInterface.__init__" ID="UserInterface.__init__"></a> |
831 <h4>UserInterface (Constructor)</h4> |
831 <h4>UserInterface (Constructor)</h4> |
832 <b>UserInterface</b>(<i>app, locale, splash, plugin, noOpenAtStartup, noCrashOpenAtStartup, disableCrashSession, restartArguments</i>) |
832 <b>UserInterface</b>(<i>app, locale, splash, plugin, disabledPlugins, noOpenAtStartup, noCrashOpenAtStartup, disableCrashSession, restartArguments</i>) |
833 <p> |
833 <p> |
834 Constructor |
834 Constructor |
835 </p><dl> |
835 </p><dl> |
836 <dt><i>app</i></dt> |
836 <dt><i>app</i> (E5Application)</dt> |
837 <dd> |
837 <dd> |
838 reference to the application object (E5Application) |
838 reference to the application object |
839 </dd><dt><i>locale</i></dt> |
839 </dd><dt><i>locale</i> (str)</dt> |
840 <dd> |
840 <dd> |
841 locale to be used by the UI (string) |
841 locale to be used by the UI |
842 </dd><dt><i>splash</i></dt> |
842 </dd><dt><i>splash</i> (UI.SplashScreen.SplashScreen)</dt> |
843 <dd> |
843 <dd> |
844 reference to the splashscreen |
844 reference to the splashscreen |
845 (UI.SplashScreen.SplashScreen) |
845 </dd><dt><i>plugin</i> (str)</dt> |
846 </dd><dt><i>plugin</i></dt> |
846 <dd> |
847 <dd> |
847 filename of a plug-in to be loaded (used for plugin |
848 filename of a plugin to be loaded (used for plugin |
|
849 development) |
848 development) |
850 </dd><dt><i>noOpenAtStartup</i></dt> |
849 </dd><dt><i>disabledPlugins</i> (list of str)</dt> |
|
850 <dd> |
|
851 list of plug-ins that have been disabled via |
|
852 the command line parameters '--disable-plugin=' |
|
853 </dd><dt><i>noOpenAtStartup</i> (bool)</dt> |
851 <dd> |
854 <dd> |
852 flag indicating that the open at startup option |
855 flag indicating that the open at startup option |
853 should not be executed (boolean) |
856 should not be executed |
854 </dd><dt><i>noCrashOpenAtStartup</i></dt> |
857 </dd><dt><i>noCrashOpenAtStartup</i> (bool)</dt> |
855 <dd> |
858 <dd> |
856 flag indicating to ignore any crash session |
859 flag indicating to ignore any crash session |
857 file found at statup (boolean) |
860 file found at statup |
858 </dd><dt><i>disableCrashSession</i></dt> |
861 </dd><dt><i>disableCrashSession</i> (bool)</dt> |
859 <dd> |
862 <dd> |
860 flag indicating to disable the crash session |
863 flag indicating to disable the crash session |
861 support (boolean) |
864 support |
862 </dd><dt><i>restartArguments</i></dt> |
865 </dd><dt><i>restartArguments</i> (list of str)</dt> |
863 <dd> |
866 <dd> |
864 list of command line parameters to be used for |
867 list of command line parameters to be used for |
865 a restart (list of strings) |
868 a restart |
866 </dd> |
869 </dd> |
867 </dl><a NAME="UserInterface.__TBMenuTriggered" ID="UserInterface.__TBMenuTriggered"></a> |
870 </dl><a NAME="UserInterface.__TBMenuTriggered" ID="UserInterface.__TBMenuTriggered"></a> |
868 <h4>UserInterface.__TBMenuTriggered</h4> |
871 <h4>UserInterface.__TBMenuTriggered</h4> |
869 <b>__TBMenuTriggered</b>(<i>act</i>) |
872 <b>__TBMenuTriggered</b>(<i>act</i>) |
870 <p> |
873 <p> |