File: html_form.sip

package info (click to toggle)
pykde4 4%3A4.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 30,864 kB
  • ctags: 18,431
  • sloc: python: 2,063; cpp: 327; makefile: 52; sh: 5
file content (418 lines) | stat: -rw-r--r-- 13,982 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
//
//     Copyright 2008 Jim Bublitz <jbublitz@nwinternet.com>
//     Earlier copyrights 1998 - 2007 Jim Bublitz also apply

//                 Generated by twine

// This file is part of PyKDE4.

// PyKDE4 is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
// published by the Free Software Foundation; either version 2.1 of
// the License, or (at your option) any later version.

// PyKDE4 is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.

// You should have received a copy of the GNU General Public License
// along with this program.  If not, see <http://www.gnu.org/licenses/>.

namespace DOM
{

class HTMLButtonElement : DOM::HTMLElement
{
%TypeHeaderCode
#include <html_form.h>
%End


public:
                            HTMLButtonElement ();
                            HTMLButtonElement (const DOM::HTMLButtonElement& other);
                            HTMLButtonElement (const DOM::Node& other);

protected:
//ig                            HTMLButtonElement (HTMLButtonElementImpl* impl);

public:
    DOM::HTMLFormElement    form () const;
    DOM::DOMString          accessKey () const;
    void                    setAccessKey (const DOM::DOMString&);
    bool                    disabled () const;
    void                    setDisabled (bool);
    DOM::DOMString          name () const;
    void                    setName (const DOM::DOMString&);
    long                    tabIndex () const;
    void                    setTabIndex (long);
    DOM::DOMString          type () const;
    DOM::DOMString          value () const;
    void                    setValue (const DOM::DOMString&);
    void                    blur ();
    void                    focus ();
    ~HTMLButtonElement ();
};
// HTMLButtonElement


class HTMLFieldSetElement : DOM::HTMLElement
{
%TypeHeaderCode
#include <html_form.h>
%End


public:
                            HTMLFieldSetElement ();
                            HTMLFieldSetElement (const DOM::HTMLFieldSetElement& other);
                            HTMLFieldSetElement (const DOM::Node& other);

protected:
//ig                            HTMLFieldSetElement (HTMLFieldSetElementImpl* impl);

public:
    DOM::HTMLFormElement    form () const;
    ~HTMLFieldSetElement ();
};
// HTMLFieldSetElement


class HTMLFormElement : DOM::HTMLElement
{
%TypeHeaderCode
#include <html_form.h>
%End


public:
                            HTMLFormElement ();
                            HTMLFormElement (const DOM::HTMLFormElement& other);
                            HTMLFormElement (const DOM::Node& other);

protected:
//ig                            HTMLFormElement (HTMLFormElementImpl* impl);

public:
    DOM::HTMLCollection     elements () const;
    long                    length () const;
    DOM::DOMString          name () const;
    void                    setName (const DOM::DOMString&);
    DOM::DOMString          acceptCharset () const;
    void                    setAcceptCharset (const DOM::DOMString&);
    DOM::DOMString          action () const;
    void                    setAction (const DOM::DOMString&);
    DOM::DOMString          enctype () const;
    void                    setEnctype (const DOM::DOMString&);
    DOM::DOMString          method () const;
    void                    setMethod (const DOM::DOMString&);
    DOM::DOMString          target () const;
    void                    setTarget (const DOM::DOMString&);
    void                    submit ();
    void                    reset ();
    ~HTMLFormElement ();
};
// HTMLFormElement


class HTMLInputElement : DOM::HTMLElement
{
%TypeHeaderCode
#include <html_form.h>
%End


public:
                            HTMLInputElement ();
                            HTMLInputElement (const DOM::HTMLInputElement& other);
                            HTMLInputElement (const DOM::Node& other);

protected:
//ig                            HTMLInputElement (HTMLInputElementImpl* impl);

public:
    DOM::DOMString          defaultValue () const;
    void                    setDefaultValue (const DOM::DOMString&);
    bool                    defaultChecked () const;
    void                    setDefaultChecked (bool);
    DOM::HTMLFormElement    form () const;
    DOM::DOMString          accept () const;
    void                    setAccept (const DOM::DOMString&);
    DOM::DOMString          accessKey () const;
    void                    setAccessKey (const DOM::DOMString&);
    DOM::DOMString          align () const;
    void                    setAlign (const DOM::DOMString&);
    DOM::DOMString          alt () const;
    void                    setAlt (const DOM::DOMString&);
    bool                    checked () const;
    void                    setChecked (bool);
    bool                    indeterminate () const;
    void                    setIndeterminate (bool);
    bool                    disabled () const;
    void                    setDisabled (bool);
    long                    maxLength () const;
    void                    setMaxLength (long);
    DOM::DOMString          name () const;
    void                    setName (const DOM::DOMString&);
    bool                    readOnly () const;
    void                    setReadOnly (bool);
    DOM::DOMString          size () const;
    void                    setSize (const DOM::DOMString&);
    long                    getSize () const;
    void                    setSize (long);
    DOM::DOMString          src () const;
    void                    setSrc (const DOM::DOMString&);
    long                    tabIndex () const;
    void                    setTabIndex (long);
    DOM::DOMString          type () const;
    void                    setType (const DOM::DOMString&);
    DOM::DOMString          useMap () const;
    void                    setUseMap (const DOM::DOMString&);
    DOM::DOMString          value () const;
    void                    setValue (const DOM::DOMString&);
    void                    blur ();
    void                    focus ();
    void                    select ();
    void                    click ();
    long                    selectionStart ();
    void                    setSelectionStart (long offset);
    long                    selectionEnd ();
    void                    setSelectionEnd (long offset);
    void                    setSelectionRange (long start, long end);
    ~HTMLInputElement ();
};
// HTMLInputElement


class HTMLLabelElement : DOM::HTMLElement
{
%TypeHeaderCode
#include <html_form.h>
%End


public:
                            HTMLLabelElement ();
                            HTMLLabelElement (const DOM::HTMLLabelElement& other);
                            HTMLLabelElement (const DOM::Node& other);

protected:
//ig                            HTMLLabelElement (HTMLLabelElementImpl* impl);

public:
    DOM::DOMString          accessKey () const;
    void                    setAccessKey (const DOM::DOMString&);
    DOM::DOMString          htmlFor () const;
    void                    setHtmlFor (const DOM::DOMString&);
    ~HTMLLabelElement ();
};
// HTMLLabelElement


class HTMLLegendElement : DOM::HTMLElement
{
%TypeHeaderCode
#include <html_form.h>
%End


public:
                            HTMLLegendElement ();
                            HTMLLegendElement (const DOM::HTMLLegendElement& other);
                            HTMLLegendElement (const DOM::Node& other);

protected:
//ig                            HTMLLegendElement (HTMLLegendElementImpl* impl);

public:
    DOM::HTMLFormElement    form () const;
    DOM::DOMString          accessKey () const;
    void                    setAccessKey (const DOM::DOMString&);
    DOM::DOMString          align () const;
    void                    setAlign (const DOM::DOMString&);
    ~HTMLLegendElement ();
};
// HTMLLegendElement


class HTMLOptGroupElement : DOM::HTMLElement
{
%TypeHeaderCode
#include <html_form.h>
%End


public:
                            HTMLOptGroupElement ();
                            HTMLOptGroupElement (const DOM::HTMLOptGroupElement& other);
                            HTMLOptGroupElement (const DOM::Node& other);

protected:
//ig                            HTMLOptGroupElement (HTMLOptGroupElementImpl* impl);

public:
    bool                    disabled () const;
    void                    setDisabled (bool);
    DOM::DOMString          label () const;
    void                    setLabel (const DOM::DOMString&);
    ~HTMLOptGroupElement ();
};
// HTMLOptGroupElement


class HTMLSelectElement : DOM::HTMLElement
{
%TypeHeaderCode
#include <html_form.h>
%End


public:
                            HTMLSelectElement ();
                            HTMLSelectElement (const DOM::HTMLSelectElement& other);
                            HTMLSelectElement (const DOM::Node& other);

protected:
//ig                            HTMLSelectElement (HTMLSelectElementImpl* impl);

public:
    DOM::DOMString          type () const;
    long                    selectedIndex () const;
    void                    setSelectedIndex (long);
    DOM::DOMString          value () const;
    void                    setValue (const DOM::DOMString&);
    long                    length () const;
    DOM::HTMLFormElement    form () const;
    DOM::HTMLCollection     options () const;
    bool                    disabled () const;
    void                    setDisabled (bool);
    bool                    multiple () const;
    void                    setMultiple (bool);
    DOM::DOMString          name () const;
    void                    setName (const DOM::DOMString&);
    long                    size () const;
    void                    setSize (long);
    long                    tabIndex () const;
    void                    setTabIndex (long);
    void                    add (const DOM::HTMLElement& element, const DOM::HTMLElement& before);
    void                    remove (long index);
    void                    blur ();
    void                    focus ();
    ~HTMLSelectElement ();
};
// HTMLSelectElement


class HTMLTextAreaElement : DOM::HTMLElement
{
%TypeHeaderCode
#include <html_form.h>
%End


public:
                            HTMLTextAreaElement ();
                            HTMLTextAreaElement (const DOM::HTMLTextAreaElement& other);
                            HTMLTextAreaElement (const DOM::Node& other);

protected:
//ig                            HTMLTextAreaElement (HTMLTextAreaElementImpl* impl);

public:
    DOM::DOMString          defaultValue () const;
    void                    setDefaultValue (const DOM::DOMString&);
    DOM::HTMLFormElement    form () const;
    DOM::DOMString          accessKey () const;
    void                    setAccessKey (const DOM::DOMString&);
    long                    cols () const;
    void                    setCols (long);
    bool                    disabled () const;
    void                    setDisabled (bool);
    DOM::DOMString          name () const;
    void                    setName (const DOM::DOMString&);
    bool                    readOnly () const;
    void                    setReadOnly (bool);
    long                    rows () const;
    void                    setRows (long);
    long                    tabIndex () const;
    void                    setTabIndex (long);
    DOM::DOMString          type () const;
    DOM::DOMString          value () const;
    void                    setValue (const DOM::DOMString&);
    void                    blur ();
    void                    focus ();
    void                    select ();
    long                    selectionStart ();
    void                    setSelectionStart (long offset);
    long                    selectionEnd ();
    void                    setSelectionEnd (long offset);
    void                    setSelectionRange (long start, long end);
    long                    textLength ();
    ~HTMLTextAreaElement ();
};
// HTMLTextAreaElement


class HTMLOptionElement : DOM::HTMLElement
{
%TypeHeaderCode
#include <html_form.h>
%End


public:
                            HTMLOptionElement ();
                            HTMLOptionElement (const DOM::HTMLOptionElement& other);
                            HTMLOptionElement (const DOM::Node& other);

protected:
//ig                            HTMLOptionElement (HTMLOptionElementImpl* impl);

public:
    DOM::HTMLFormElement    form () const;
    bool                    defaultSelected () const;
    void                    setDefaultSelected (bool);
    DOM::DOMString          text () const;
    long                    index () const;
    void                    setIndex (long);
    bool                    disabled () const;
    void                    setDisabled (bool);
    DOM::DOMString          label () const;
    void                    setLabel (const DOM::DOMString&);
    bool                    selected () const;
    void                    setSelected (bool);
    DOM::DOMString          value () const;
    void                    setValue (const DOM::DOMString&);
    ~HTMLOptionElement ();
};
// HTMLOptionElement


class HTMLIsIndexElement : DOM::HTMLElement
{
%TypeHeaderCode
#include <html_form.h>
%End


public:
                            HTMLIsIndexElement ();
                            HTMLIsIndexElement (const DOM::HTMLIsIndexElement& other);
                            HTMLIsIndexElement (const DOM::Node& other);

protected:
//ig                            HTMLIsIndexElement (HTMLIsIndexElementImpl* impl);

public:
    DOM::HTMLFormElement    form () const;
    DOM::DOMString          prompt () const;
    void                    setPrompt (const DOM::DOMString&);
    ~HTMLIsIndexElement ();
};
// HTMLIsIndexElement

};
// DOM