~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/Documentation/Source/eric3doc-eric3.Wizards.ColorDialogWizard.ColorDialogWizardDialog.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
2
 
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
3
 
<html><head>
4
 
<title>eric3.Wizards.ColorDialogWizard.ColorDialogWizardDialog</title>
5
 
</head>
6
 
<body bgcolor="#FFFFFF"><a NAME="top" ID="top"></a>
7
 
<h1><font color="#0000FF">eric3.Wizards.ColorDialogWizard.ColorDialogWizardDialog</font></h1>
8
 
<p>
9
 
Module implementing the color dialog wizard dialog.
10
 
</p>
11
 
<h3><font color="#FF0000">Classes</font></h3>
12
 
<table>
13
 
<tr>
14
 
<td><a href="#ColorDialogWizardDialog">ColorDialogWizardDialog</a></td>
15
 
<td>Module implementing the color dialog wizard dialog.</td>
16
 
</tr>
17
 
</table>
18
 
<h3><font color="#FF0000">Functions</font></h3>
19
 
<table>
20
 
<tr><td>None</td></tr>
21
 
</table>
22
 
<hr /><hr />
23
 
<a NAME="ColorDialogWizardDialog" ID="ColorDialogWizardDialog"></a>
24
 
<h2><font color="#0000FF">ColorDialogWizardDialog</font></h2>
25
 
<p>
26
 
    Module implementing the color dialog wizard dialog.
27
 
</p><p>
28
 
    It displays a dialog for entering the parameters
29
 
    for the QColorDialog code generator.
30
 
</p>
31
 
<h3><font color="#FF0000">Derived from</font></h3>
32
 
ColorDialogWizardForm
33
 
<h3><font color="#FF0000">Methods</font></h3>
34
 
<table>
35
 
<tr>
36
 
<td><a href="#ColorDialogWizardDialog.__init__">ColorDialogWizardDialog</a></td>
37
 
<td>Constructor</td>
38
 
</tr><tr>
39
 
<td><a href="#ColorDialogWizardDialog.getCode">getCode</a></td>
40
 
<td>Public method to get the source code.</td>
41
 
</tr><tr>
42
 
<td><a href="#ColorDialogWizardDialog.handleColorVar">handleColorVar</a></td>
43
 
<td>Private slot to handle the textChanged signal of eColor.</td>
44
 
</tr><tr>
45
 
<td><a href="#ColorDialogWizardDialog.handleRGBVar">handleRGBVar</a></td>
46
 
<td>Private slot to handle the textChanged signal of eRGB.</td>
47
 
</tr><tr>
48
 
<td><a href="#ColorDialogWizardDialog.testDlg">testDlg</a></td>
49
 
<td>Private method to test the selected options.</td>
50
 
</tr>
51
 
</table>
52
 
<p><a NAME="ColorDialogWizardDialog.__init__" ID="ColorDialogWizardDialog__init__"></a>
53
 
<h3><font color="#0000FF">ColorDialogWizardDialog (Constructor)</font></h3>
54
 
<b>ColorDialogWizardDialog</b>(<i>parent=None</i>)
55
 
<p>
56
 
        Constructor
57
 
</p><dl>
58
 
<dt><i>parent</i></dt>
59
 
<dd>
60
 
parent widget (QWidget)
61
 
</dd>
62
 
</dl><a NAME="ColorDialogWizardDialog.getCode" ID="ColorDialogWizardDialoggetCode"></a>
63
 
<h3><font color="#0000FF">ColorDialogWizardDialog.getCode</font></h3>
64
 
<b>getCode</b>(<i>indLevel, indString</i>)
65
 
<p>
66
 
        Public method to get the source code.
67
 
</p><dl>
68
 
<dt><i>indLevel</i></dt>
69
 
<dd>
70
 
indentation level (int)
71
 
</dd><dt><i>indString</i></dt>
72
 
<dd>
73
 
string used for indentation (space or tab) (string)
74
 
</dd>
75
 
</dl><dl>
76
 
<dt>Returns:</dt>
77
 
<dd>
78
 
generated code (string)
79
 
</dd>
80
 
</dl><a NAME="ColorDialogWizardDialog.handleColorVar" ID="ColorDialogWizardDialoghandleColorVar"></a>
81
 
<h3><font color="#0000FF">ColorDialogWizardDialog.handleColorVar</font></h3>
82
 
<b>handleColorVar</b>(<i>text</i>)
83
 
<p>
84
 
        Private slot to handle the textChanged signal of eColor.
85
 
</p><dl>
86
 
<dt><i>text</i></dt>
87
 
<dd>
88
 
the new text (QString)
89
 
</dd>
90
 
</dl><a NAME="ColorDialogWizardDialog.handleRGBVar" ID="ColorDialogWizardDialoghandleRGBVar"></a>
91
 
<h3><font color="#0000FF">ColorDialogWizardDialog.handleRGBVar</font></h3>
92
 
<b>handleRGBVar</b>(<i>text</i>)
93
 
<p>
94
 
        Private slot to handle the textChanged signal of eRGB.
95
 
</p><dl>
96
 
<dt><i>text</i></dt>
97
 
<dd>
98
 
the new text (QString)
99
 
</dd>
100
 
</dl><a NAME="ColorDialogWizardDialog.testDlg" ID="ColorDialogWizardDialogtestDlg"></a>
101
 
<h3><font color="#0000FF">ColorDialogWizardDialog.testDlg</font></h3>
102
 
<b>testDlg</b>(<i></i>)
103
 
<p>
104
 
        Private method to test the selected options.
105
 
</p></p>
106
 
<div align="right"><a href="#top">Up</a></div>
107
 
<hr />
108
 
</body></html>
 
 
b'\\ No newline at end of file'