ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.Project.html

changeset 5
96a317de4626
parent 3
fbae2b012fac
child 9
8fe581309106
diff -r 81c2943be6b6 -r 96a317de4626 ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.Project.html
--- a/ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.Project.html	Sun Mar 24 14:39:36 2013 +0100
+++ b/ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.Project.html	Sun Mar 24 15:29:37 2013 +0100
@@ -89,9 +89,15 @@
 <td><a href="#Project.__init__">Project</a></td>
 <td>Constructor</td>
 </tr><tr>
+<td><a href="#Project.__changePassword">__changePassword</a></td>
+<td>Private slot to change the password of a user.</td>
+</tr><tr>
 <td><a href="#Project.__cleanup">__cleanup</a></td>
 <td>Private slot to clean out old data from the database.</td>
 </tr><tr>
+<td><a href="#Project.__clearSessions">__clearSessions</a></td>
+<td>Private slot to clear expired sessions.</td>
+</tr><tr>
 <td><a href="#Project.__createApplication">__createApplication</a></td>
 <td>Private slot to create a new Django application.</td>
 </tr><tr>
@@ -101,6 +107,9 @@
 <td><a href="#Project.__createProject">__createProject</a></td>
 <td>Private slot to create a new Django project.</td>
 </tr><tr>
+<td><a href="#Project.__createSuperUser">__createSuperUser</a></td>
+<td>Private slot to create a super user account.</td>
+</tr><tr>
 <td><a href="#Project.__databaseFlush">__databaseFlush</a></td>
 <td>Private slot to return all database tables to the state just after their installation.</td>
 </tr><tr>
@@ -152,6 +161,12 @@
 <td><a href="#Project.__getPythonExecutable">__getPythonExecutable</a></td>
 <td>Private method to determine the name of the Python executable.</td>
 </tr><tr>
+<td><a href="#Project.__initAuthorizationActions">__initAuthorizationActions</a></td>
+<td>Private method to define the authorization actions.</td>
+</tr><tr>
+<td><a href="#Project.__initAuthorizationMenu">__initAuthorizationMenu</a></td>
+<td>Private slot to initialize the authorization menu.</td>
+</tr><tr>
 <td><a href="#Project.__initDatabaseActions">__initDatabaseActions</a></td>
 <td>Private method to define the database related actions.</td>
 </tr><tr>
@@ -164,6 +179,12 @@
 <td><a href="#Project.__initDatabaseSqlMenu">__initDatabaseSqlMenu</a></td>
 <td>Private slot to initialize the database SQL submenu.</td>
 </tr><tr>
+<td><a href="#Project.__initSessionActions">__initSessionActions</a></td>
+<td>Private method to define the session actions.</td>
+</tr><tr>
+<td><a href="#Project.__initSessionMenu">__initSessionMenu</a></td>
+<td>Private slot to initialize the authorization menu.</td>
+</tr><tr>
 <td><a href="#Project.__initTestingActions">__initTestingActions</a></td>
 <td>Private method to define the testing actions.</td>
 </tr><tr>
@@ -320,11 +341,21 @@
 <dd>
 parent (QObject)
 </dd>
-</dl><a NAME="Project.__cleanup" ID="Project.__cleanup"></a>
+</dl><a NAME="Project.__changePassword" ID="Project.__changePassword"></a>
+<h4>Project.__changePassword</h4>
+<b>__changePassword</b>(<i></i>)
+<p>
+        Private slot to change the password of a user.
+</p><a NAME="Project.__cleanup" ID="Project.__cleanup"></a>
 <h4>Project.__cleanup</h4>
 <b>__cleanup</b>(<i></i>)
 <p>
         Private slot to clean out old data from the database.
+</p><a NAME="Project.__clearSessions" ID="Project.__clearSessions"></a>
+<h4>Project.__clearSessions</h4>
+<b>__clearSessions</b>(<i></i>)
+<p>
+        Private slot to clear expired sessions.
 </p><a NAME="Project.__createApplication" ID="Project.__createApplication"></a>
 <h4>Project.__createApplication</h4>
 <b>__createApplication</b>(<i>applName, path, isGlobal = True</i>)
@@ -371,7 +402,12 @@
 <dd>
 flag indicating a successful creation (boolean)
 </dd>
-</dl><a NAME="Project.__databaseFlush" ID="Project.__databaseFlush"></a>
+</dl><a NAME="Project.__createSuperUser" ID="Project.__createSuperUser"></a>
+<h4>Project.__createSuperUser</h4>
+<b>__createSuperUser</b>(<i></i>)
+<p>
+        Private slot to create a super user account.
+</p><a NAME="Project.__databaseFlush" ID="Project.__databaseFlush"></a>
 <h4>Project.__databaseFlush</h4>
 <b>__databaseFlush</b>(<i></i>)
 <p>
@@ -489,6 +525,21 @@
 <dd>
 Python executable (string)
 </dd>
+</dl><a NAME="Project.__initAuthorizationActions" ID="Project.__initAuthorizationActions"></a>
+<h4>Project.__initAuthorizationActions</h4>
+<b>__initAuthorizationActions</b>(<i></i>)
+<p>
+        Private method to define the authorization actions.
+</p><a NAME="Project.__initAuthorizationMenu" ID="Project.__initAuthorizationMenu"></a>
+<h4>Project.__initAuthorizationMenu</h4>
+<b>__initAuthorizationMenu</b>(<i></i>)
+<p>
+        Private slot to initialize the authorization menu.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+the menu generated (QMenu)
+</dd>
 </dl><a NAME="Project.__initDatabaseActions" ID="Project.__initDatabaseActions"></a>
 <h4>Project.__initDatabaseActions</h4>
 <b>__initDatabaseActions</b>(<i></i>)
@@ -519,6 +570,21 @@
 <dd>
 the menu generated (QMenu)
 </dd>
+</dl><a NAME="Project.__initSessionActions" ID="Project.__initSessionActions"></a>
+<h4>Project.__initSessionActions</h4>
+<b>__initSessionActions</b>(<i></i>)
+<p>
+        Private method to define the session actions.
+</p><a NAME="Project.__initSessionMenu" ID="Project.__initSessionMenu"></a>
+<h4>Project.__initSessionMenu</h4>
+<b>__initSessionMenu</b>(<i></i>)
+<p>
+        Private slot to initialize the authorization menu.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+the menu generated (QMenu)
+</dd>
 </dl><a NAME="Project.__initTestingActions" ID="Project.__initTestingActions"></a>
 <h4>Project.__initTestingActions</h4>
 <b>__initTestingActions</b>(<i></i>)

eric ide

mercurial