68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#E5TextSpinBox.itemData">itemData</a></td> |
69 <td><a href="#E5TextSpinBox.itemData">itemData</a></td> |
70 <td>Public method to retrieve the data associated with an item.</td> |
70 <td>Public method to retrieve the data associated with an item.</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#E5TextSpinBox.textFromValue">textFromValue</a></td> |
72 <td><a href="#E5TextSpinBox.textFromValue">textFromValue</a></td> |
73 <td>Protected method to convert a value to text.</td> |
73 <td>Public method to convert a value to text.</td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#E5TextSpinBox.valueFromText">valueFromText</a></td> |
75 <td><a href="#E5TextSpinBox.valueFromText">valueFromText</a></td> |
76 <td>Protected method to convert a text to a value.</td> |
76 <td>Public method to convert a text to a value.</td> |
77 </tr> |
77 </tr> |
78 </table> |
78 </table> |
79 <h3>Static Methods</h3> |
79 <h3>Static Methods</h3> |
80 <table> |
80 <table> |
81 <tr><td>None</td></tr> |
81 <tr><td>None</td></tr> |
130 </dd> |
130 </dd> |
131 </dl><a NAME="E5TextSpinBox.textFromValue" ID="E5TextSpinBox.textFromValue"></a> |
131 </dl><a NAME="E5TextSpinBox.textFromValue" ID="E5TextSpinBox.textFromValue"></a> |
132 <h4>E5TextSpinBox.textFromValue</h4> |
132 <h4>E5TextSpinBox.textFromValue</h4> |
133 <b>textFromValue</b>(<i>value</i>) |
133 <b>textFromValue</b>(<i>value</i>) |
134 <p> |
134 <p> |
135 Protected method to convert a value to text. |
135 Public method to convert a value to text. |
136 </p><dl> |
136 </p><dl> |
137 <dt><i>value</i></dt> |
137 <dt><i>value</i></dt> |
138 <dd> |
138 <dd> |
139 value to be converted (integer) |
139 value to be converted (integer) |
140 </dd> |
140 </dd> |
145 </dd> |
145 </dd> |
146 </dl><a NAME="E5TextSpinBox.valueFromText" ID="E5TextSpinBox.valueFromText"></a> |
146 </dl><a NAME="E5TextSpinBox.valueFromText" ID="E5TextSpinBox.valueFromText"></a> |
147 <h4>E5TextSpinBox.valueFromText</h4> |
147 <h4>E5TextSpinBox.valueFromText</h4> |
148 <b>valueFromText</b>(<i>txt</i>) |
148 <b>valueFromText</b>(<i>txt</i>) |
149 <p> |
149 <p> |
150 Protected method to convert a text to a value. |
150 Public method to convert a text to a value. |
151 </p><dl> |
151 </p><dl> |
152 <dt><i>txt</i></dt> |
152 <dt><i>txt</i></dt> |
153 <dd> |
153 <dd> |
154 text to be converted (string) |
154 text to be converted (string) |
155 </dd> |
155 </dd> |