16 |
16 |
17 a { color: #BA6D36; } |
17 a { color: #BA6D36; } |
18 |
18 |
19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body><a NAME="top" ID="top"></a> |
21 <body> |
|
22 <a NAME="top" ID="top"></a> |
22 <h1>Plugin_Project_Django.ProjectDjango.DjangoSendTestEmailDataDialog</h1> |
23 <h1>Plugin_Project_Django.ProjectDjango.DjangoSendTestEmailDataDialog</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing a dialog to enter the data for the 'sendtestemail' command. |
26 Module implementing a dialog to enter the data for the 'sendtestemail' command. |
25 </p> |
27 </p> |
26 <h3>Global Attributes</h3> |
28 <h3>Global Attributes</h3> |
|
29 |
27 <table> |
30 <table> |
28 <tr><td>None</td></tr> |
31 <tr><td>None</td></tr> |
29 </table> |
32 </table> |
30 <h3>Classes</h3> |
33 <h3>Classes</h3> |
|
34 |
31 <table> |
35 <table> |
|
36 |
32 <tr> |
37 <tr> |
33 <td><a href="#DjangoSendTestEmailDataDialog">DjangoSendTestEmailDataDialog</a></td> |
38 <td><a href="#DjangoSendTestEmailDataDialog">DjangoSendTestEmailDataDialog</a></td> |
34 <td>Class implementing a dialog to enter the data for the 'sendtestemail' command.</td> |
39 <td>Class implementing a dialog to enter the data for the 'sendtestemail' command.</td> |
35 </tr> |
40 </tr> |
36 </table> |
41 </table> |
37 <h3>Functions</h3> |
42 <h3>Functions</h3> |
|
43 |
38 <table> |
44 <table> |
39 <tr><td>None</td></tr> |
45 <tr><td>None</td></tr> |
40 </table> |
46 </table> |
41 <hr /><hr /> |
47 <hr /> |
|
48 <hr /> |
42 <a NAME="DjangoSendTestEmailDataDialog" ID="DjangoSendTestEmailDataDialog"></a> |
49 <a NAME="DjangoSendTestEmailDataDialog" ID="DjangoSendTestEmailDataDialog"></a> |
43 <h2>DjangoSendTestEmailDataDialog</h2> |
50 <h2>DjangoSendTestEmailDataDialog</h2> |
|
51 |
44 <p> |
52 <p> |
45 Class implementing a dialog to enter the data for the 'sendtestemail' |
53 Class implementing a dialog to enter the data for the 'sendtestemail' |
46 command. |
54 command. |
47 </p> |
55 </p> |
48 <h3>Derived from</h3> |
56 <h3>Derived from</h3> |
49 QDialog, Ui_DjangoSendTestEmailDataDialog |
57 QDialog, Ui_DjangoSendTestEmailDataDialog |
50 <h3>Class Attributes</h3> |
58 <h3>Class Attributes</h3> |
|
59 |
51 <table> |
60 <table> |
52 <tr><td>None</td></tr> |
61 <tr><td>None</td></tr> |
53 </table> |
62 </table> |
54 <h3>Class Methods</h3> |
63 <h3>Class Methods</h3> |
|
64 |
55 <table> |
65 <table> |
56 <tr><td>None</td></tr> |
66 <tr><td>None</td></tr> |
57 </table> |
67 </table> |
58 <h3>Methods</h3> |
68 <h3>Methods</h3> |
|
69 |
59 <table> |
70 <table> |
|
71 |
60 <tr> |
72 <tr> |
61 <td><a href="#DjangoSendTestEmailDataDialog.__init__">DjangoSendTestEmailDataDialog</a></td> |
73 <td><a href="#DjangoSendTestEmailDataDialog.__init__">DjangoSendTestEmailDataDialog</a></td> |
62 <td>Constructor</td> |
74 <td>Constructor</td> |
63 </tr><tr> |
75 </tr> |
|
76 <tr> |
64 <td><a href="#DjangoSendTestEmailDataDialog.getData">getData</a></td> |
77 <td><a href="#DjangoSendTestEmailDataDialog.getData">getData</a></td> |
65 <td>Public method to get the dialog data.</td> |
78 <td>Public method to get the dialog data.</td> |
66 </tr> |
79 </tr> |
67 </table> |
80 </table> |
68 <h3>Static Methods</h3> |
81 <h3>Static Methods</h3> |
|
82 |
69 <table> |
83 <table> |
70 <tr><td>None</td></tr> |
84 <tr><td>None</td></tr> |
71 </table> |
85 </table> |
|
86 |
72 <a NAME="DjangoSendTestEmailDataDialog.__init__" ID="DjangoSendTestEmailDataDialog.__init__"></a> |
87 <a NAME="DjangoSendTestEmailDataDialog.__init__" ID="DjangoSendTestEmailDataDialog.__init__"></a> |
73 <h4>DjangoSendTestEmailDataDialog (Constructor)</h4> |
88 <h4>DjangoSendTestEmailDataDialog (Constructor)</h4> |
74 <b>DjangoSendTestEmailDataDialog</b>(<i>parent=None</i>) |
89 <b>DjangoSendTestEmailDataDialog</b>(<i>parent=None</i>) |
|
90 |
75 <p> |
91 <p> |
76 Constructor |
92 Constructor |
77 </p><dl> |
93 </p> |
|
94 <dl> |
|
95 |
78 <dt><i>parent</i> (QWidget)</dt> |
96 <dt><i>parent</i> (QWidget)</dt> |
79 <dd> |
97 <dd> |
80 reference to the parent widget |
98 reference to the parent widget |
81 </dd> |
99 </dd> |
82 </dl><a NAME="DjangoSendTestEmailDataDialog.getData" ID="DjangoSendTestEmailDataDialog.getData"></a> |
100 </dl> |
|
101 <a NAME="DjangoSendTestEmailDataDialog.getData" ID="DjangoSendTestEmailDataDialog.getData"></a> |
83 <h4>DjangoSendTestEmailDataDialog.getData</h4> |
102 <h4>DjangoSendTestEmailDataDialog.getData</h4> |
84 <b>getData</b>(<i></i>) |
103 <b>getData</b>(<i></i>) |
|
104 |
85 <p> |
105 <p> |
86 Public method to get the dialog data. |
106 Public method to get the dialog data. |
87 </p><dl> |
107 </p> |
|
108 <dl> |
88 <dt>Returns:</dt> |
109 <dt>Returns:</dt> |
89 <dd> |
110 <dd> |
90 tuple containing a flag indicating to send to the defined |
111 tuple containing a flag indicating to send to the defined |
91 managers, a flag indicating to send to the defined administrators |
112 managers, a flag indicating to send to the defined administrators |
92 and a list of recipients |
113 and a list of recipients |
93 </dd> |
114 </dd> |
94 </dl><dl> |
115 </dl> |
|
116 <dl> |
95 <dt>Return Type:</dt> |
117 <dt>Return Type:</dt> |
96 <dd> |
118 <dd> |
97 tuple of (bool, bool, list of str) |
119 tuple of (bool, bool, list of str) |
98 </dd> |
120 </dd> |
99 </dl> |
121 </dl> |