26 #include <html/html_objectimpl.h>
63 return ((ElementImpl *)
impl)->getAttribute(ATTR_ALIGN);
68 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_ALIGN, value);
74 return ((ElementImpl *)
impl)->getAttribute(ATTR_ALT);
79 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_ALT, value);
85 return ((ElementImpl *)
impl)->getAttribute(ATTR_ARCHIVE);
90 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_ARCHIVE, value);
96 return ((ElementImpl *)
impl)->getAttribute(ATTR_CODE);
101 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_CODE, value);
107 return ((ElementImpl *)
impl)->getAttribute(ATTR_CODEBASE);
112 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_CODEBASE, value);
118 return ((ElementImpl *)
impl)->getAttribute(ATTR_HEIGHT);
123 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_HEIGHT, value);
126 #ifndef KDE_NO_DEPRECATED
130 return ((ElementImpl *)
impl)->getAttribute(ATTR_HSPACE);
134 #ifndef KDE_NO_DEPRECATED
137 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_HSPACE, value);
144 return ((ElementImpl *)
impl)->getAttribute(ATTR_HSPACE).toInt();
149 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_HSPACE, QString::number(value));
155 return ((ElementImpl *)
impl)->getAttribute(ATTR_NAME);
160 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_NAME, value);
166 return ((ElementImpl *)
impl)->getAttribute(ATTR_OBJECT);
171 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_OBJECT, value);
174 #ifndef KDE_NO_DEPRECATED
178 return ((ElementImpl *)
impl)->getAttribute(ATTR_VSPACE);
182 #ifndef KDE_NO_DEPRECATED
185 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_VSPACE, value);
192 return ((ElementImpl *)
impl)->getAttribute(ATTR_VSPACE).toInt();
197 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_VSPACE, QString::number(value));
204 return ((ElementImpl *)
impl)->getAttribute(ATTR_WIDTH);
209 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_WIDTH, value);
245 return ((HTMLObjectElementImpl *)
impl)->
form();
251 return ((ElementImpl *)
impl)->getAttribute(ATTR_CODE);
256 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_CODE, value);
262 return ((ElementImpl *)
impl)->getAttribute(ATTR_ALIGN);
267 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_ALIGN, value);
273 return ((ElementImpl *)
impl)->getAttribute(ATTR_ARCHIVE);
278 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_ARCHIVE, value);
284 return ((ElementImpl *)
impl)->getAttribute(ATTR_BORDER);
289 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_BORDER, value);
295 return ((ElementImpl *)
impl)->getAttribute(ATTR_CODEBASE);
300 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_CODEBASE, value);
306 return ((ElementImpl *)
impl)->getAttribute(ATTR_CODETYPE);
311 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_CODETYPE, value);
317 return ((ElementImpl *)
impl)->getAttribute(ATTR_DATA);
322 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_DATA, value);
328 return !((ElementImpl *)
impl)->getAttribute(ATTR_DECLARE).isNull();
338 ((ElementImpl *)
impl)->setAttribute(ATTR_DECLARE, str);
345 return ((ElementImpl *)
impl)->getAttribute(ATTR_HEIGHT);
350 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_HEIGHT, value);
353 #ifndef KDE_NO_DEPRECATED
357 return ((ElementImpl *)
impl)->getAttribute(ATTR_HSPACE);
361 #ifndef KDE_NO_DEPRECATED
364 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_HSPACE, value);
371 return ((ElementImpl *)
impl)->getAttribute(ATTR_HSPACE).toInt();
376 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_HSPACE, QString::number(value));
382 return ((ElementImpl *)
impl)->getAttribute(ATTR_NAME);
387 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_NAME, value);
393 return ((ElementImpl *)
impl)->getAttribute(ATTR_STANDBY);
398 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_STANDBY, value);
404 return ((ElementImpl *)
impl)->getAttribute(ATTR_TABINDEX).toInt();
410 DOMString value(QString::number(_tabIndex));
411 ((ElementImpl *)
impl)->setAttribute(ATTR_TABINDEX,value);
418 return ((ElementImpl *)
impl)->getAttribute(ATTR_TYPE);
423 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_TYPE, value);
429 return ((ElementImpl *)
impl)->getAttribute(ATTR_USEMAP);
434 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_USEMAP, value);
437 #ifndef KDE_NO_DEPRECATED
441 return ((ElementImpl *)
impl)->getAttribute(ATTR_VSPACE);
445 #ifndef KDE_NO_DEPRECATED
448 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_VSPACE, value);
455 return ((ElementImpl *)
impl)->getAttribute(ATTR_VSPACE).toInt();
460 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_VSPACE, QString::number(value));
466 return ((ElementImpl *)
impl)->getAttribute(ATTR_WIDTH);
471 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_WIDTH, value);
513 return ((ElementImpl *)
impl)->getAttribute(ATTR_NAME);
518 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_NAME, value);
524 return ((ElementImpl *)
impl)->getAttribute(ATTR_TYPE);
529 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_TYPE, value);
535 return ((ElementImpl *)
impl)->getAttribute(ATTR_VALUE);
540 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_VALUE, value);
546 return ((ElementImpl *)
impl)->getAttribute(ATTR_VALUETYPE);
551 if(
impl) ((ElementImpl *)
impl)->setAttribute(ATTR_VALUETYPE, value);