654 <td>Protected method to handle the drop event.</td> |
654 <td>Protected method to handle the drop event.</td> |
655 </tr><tr> |
655 </tr><tr> |
656 <td><a href="#UserInterface.getActions">getActions</a></td> |
656 <td><a href="#UserInterface.getActions">getActions</a></td> |
657 <td>Public method to get a list of all actions.</td> |
657 <td>Public method to get a list of all actions.</td> |
658 </tr><tr> |
658 </tr><tr> |
|
659 <td><a href="#UserInterface.getHelpViewer">getHelpViewer</a></td> |
|
660 <td>Public method to get a reference to the help window instance.</td> |
|
661 </tr><tr> |
659 <td><a href="#UserInterface.getLocale">getLocale</a></td> |
662 <td><a href="#UserInterface.getLocale">getLocale</a></td> |
660 <td>Public method to get the locale of the IDE.</td> |
663 <td>Public method to get the locale of the IDE.</td> |
661 </tr><tr> |
664 </tr><tr> |
662 <td><a href="#UserInterface.getMenu">getMenu</a></td> |
665 <td><a href="#UserInterface.getMenu">getMenu</a></td> |
663 <td>Public method to get a reference to a specific menu.</td> |
666 <td>Public method to get a reference to a specific menu.</td> |
1906 </dl><dl> |
1909 </dl><dl> |
1907 <dt>Returns:</dt> |
1910 <dt>Returns:</dt> |
1908 <dd> |
1911 <dd> |
1909 list of all actions (list of E5Action) |
1912 list of all actions (list of E5Action) |
1910 </dd> |
1913 </dd> |
|
1914 </dl><a NAME="UserInterface.getHelpViewer" ID="UserInterface.getHelpViewer"></a> |
|
1915 <h4>UserInterface.getHelpViewer</h4> |
|
1916 <b>getHelpViewer</b>(<i>preview=False</i>) |
|
1917 <p> |
|
1918 Public method to get a reference to the help window instance. |
|
1919 </p><dl> |
|
1920 <dt><i>preview=</i></dt> |
|
1921 <dd> |
|
1922 flag indicating to get a help window for preview (boolean) |
|
1923 </dd> |
|
1924 </dl><dl> |
|
1925 <dt>Returns:</dt> |
|
1926 <dd> |
|
1927 reference to the help window instance (HelpWindow) |
|
1928 </dd> |
1911 </dl><a NAME="UserInterface.getLocale" ID="UserInterface.getLocale"></a> |
1929 </dl><a NAME="UserInterface.getLocale" ID="UserInterface.getLocale"></a> |
1912 <h4>UserInterface.getLocale</h4> |
1930 <h4>UserInterface.getLocale</h4> |
1913 <b>getLocale</b>(<i></i>) |
1931 <b>getLocale</b>(<i></i>) |
1914 <p> |
1932 <p> |
1915 Public method to get the locale of the IDE. |
1933 Public method to get the locale of the IDE. |
1992 <dd> |
2010 <dd> |
1993 the name of the current view profile (string) |
2011 the name of the current view profile (string) |
1994 </dd> |
2012 </dd> |
1995 </dl><a NAME="UserInterface.launchHelpViewer" ID="UserInterface.launchHelpViewer"></a> |
2013 </dl><a NAME="UserInterface.launchHelpViewer" ID="UserInterface.launchHelpViewer"></a> |
1996 <h4>UserInterface.launchHelpViewer</h4> |
2014 <h4>UserInterface.launchHelpViewer</h4> |
1997 <b>launchHelpViewer</b>(<i>home, searchWord=None</i>) |
2015 <b>launchHelpViewer</b>(<i>home, searchWord=None, useSingle=False</i>) |
1998 <p> |
2016 <p> |
1999 Public slot to start the help viewer. |
2017 Public slot to start the help viewer. |
2000 </p><dl> |
2018 </p><dl> |
2001 <dt><i>home</i></dt> |
2019 <dt><i>home</i></dt> |
2002 <dd> |
2020 <dd> |
2003 filename of file to be shown (string) |
2021 filename of file to be shown (string) |
2004 </dd><dt><i>searchWord=</i></dt> |
2022 </dd><dt><i>searchWord=</i></dt> |
2005 <dd> |
2023 <dd> |
2006 word to search for (string) |
2024 word to search for (string) |
|
2025 </dd><dt><i>useSingle=</i></dt> |
|
2026 <dd> |
|
2027 flag indicating to use a single browser window (boolean) |
2007 </dd> |
2028 </dd> |
2008 </dl><a NAME="UserInterface.performVersionCheck" ID="UserInterface.performVersionCheck"></a> |
2029 </dl><a NAME="UserInterface.performVersionCheck" ID="UserInterface.performVersionCheck"></a> |
2009 <h4>UserInterface.performVersionCheck</h4> |
2030 <h4>UserInterface.performVersionCheck</h4> |
2010 <b>performVersionCheck</b>(<i>manual=True, alternative=0, showVersions=False</i>) |
2031 <b>performVersionCheck</b>(<i>manual=True, alternative=0, showVersions=False</i>) |
2011 <p> |
2032 <p> |