DOM::HTMLObjectElement Class Reference
Generic embedded object. More...
#include <html_object.h>
Inheritance diagram for DOM::HTMLObjectElement:


Public Member Functions | |
HTMLObjectElement (const HTMLObjectElement &other) | |
HTMLObjectElement (const Node &other) | |
HTMLObjectElement & | operator= (const HTMLObjectElement &other) |
HTMLObjectElement & | operator= (const Node &other) |
HTMLFormElement | form () const |
Returns the FORM element containing this control. | |
DOMString | code () const |
Applet class file. | |
void | setCode (const DOMString &) |
see code | |
DOMString | align () const |
Aligns this object (vertically or horizontally) with respect to its surrounding text. | |
void | setAlign (const DOMString &) |
see align | |
DOMString | archive () const |
Space-separated list of archives. | |
void | setArchive (const DOMString &) |
see archive | |
DOMString | border () const |
Width of border around the object. | |
void | setBorder (const DOMString &) |
see border | |
DOMString | codeBase () const |
Base URI for classid , data , and archive attributes. | |
void | setCodeBase (const DOMString &) |
see codeBase | |
DOMString | codeType () const |
Content type for data downloaded via classid attribute. | |
void | setCodeType (const DOMString &) |
see codeType | |
DOMString | data () const |
A URI specifying the location of the object's data. | |
void | setData (const DOMString &) |
see data | |
bool | declare () const |
Declare (for future reference), but do not instantiate, this object. | |
void | setDeclare (bool) |
see declare | |
DOMString | height () const |
Override height. | |
void | setHeight (const DOMString &) |
see height | |
long | getHspace () const |
Horizontal space, in pixels, to the left and right of this image, applet, or object. | |
void | setHspace (long) |
see hspace | |
DOMString | hspace () const |
This class or method is obsolete, it is provided for compatibility only. | |
void | setHspace (const DOMString &) |
This class or method is obsolete, it is provided for compatibility only. | |
DOMString | name () const |
Form control or object name when submitted with a form. | |
void | setName (const DOMString &) |
see name | |
DOMString | standby () const |
Message to render while loading the object. | |
void | setStandby (const DOMString &) |
see standby | |
long | tabIndex () const |
Index that represents the element's position in the tabbing order. | |
void | setTabIndex (long) |
see tabIndex | |
DOMString | type () const |
Content type for data downloaded via data attribute. | |
void | setType (const DOMString &) |
see type | |
DOMString | useMap () const |
Use client-side image map. | |
void | setUseMap (const DOMString &) |
see useMap | |
long | getVspace () const |
Vertical space, in pixels, above and below this image, applet, or object. | |
void | setVspace (long) |
see vspace | |
DOMString | vspace () const |
This class or method is obsolete, it is provided for compatibility only. | |
void | setVspace (const DOMString &) |
This class or method is obsolete, it is provided for compatibility only. | |
DOMString | width () const |
Override width. | |
void | setWidth (const DOMString &) |
see width | |
Document | contentDocument () const |
Introduced in DOM Level 2. | |
Protected Member Functions | |
HTMLObjectElement (HTMLObjectElementImpl *impl) |
Detailed Description
Generic embedded object.Note. In principle, all properties on the object element are read-write but in some environments some properties may be read-only once the underlying object is instantiated. See the OBJECT element definition in HTML 4.0.
Definition at line 258 of file html_object.h.
Member Function Documentation
|
Returns the Returns null if this control is not within the context of a form. Reimplemented from DOM::Element. Definition at line 233 of file html_object.cpp. |
|
Applet class file.
See the Definition at line 239 of file html_object.cpp. |
|
see code
Definition at line 245 of file html_object.cpp. |
|
Aligns this object (vertically or horizontally) with respect to its surrounding text. See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. Definition at line 250 of file html_object.cpp. |
|
see align
Definition at line 256 of file html_object.cpp. |
|
Space-separated list of archives. See the archive attribute definition in HTML 4.0. Definition at line 261 of file html_object.cpp. |
|
see archive
Definition at line 267 of file html_object.cpp. |
|
Width of border around the object. See the border attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. Definition at line 272 of file html_object.cpp. |
|
see border
Definition at line 278 of file html_object.cpp. |
|
Base URI for See the codebase attribute definition in HTML 4.0. Definition at line 283 of file html_object.cpp. |
|
see codeBase
Definition at line 289 of file html_object.cpp. |
|
Content type for data downloaded via See the codetype attribute definition in HTML 4.0. Definition at line 294 of file html_object.cpp. |
|
see codeType
Definition at line 300 of file html_object.cpp. |
|
A URI specifying the location of the object's data. See the data attribute definition in HTML 4.0. Definition at line 305 of file html_object.cpp. |
|
see data
Definition at line 311 of file html_object.cpp. |
|
Declare (for future reference), but do not instantiate, this object. See the declare attribute definition in HTML 4.0. Definition at line 316 of file html_object.cpp. |
|
see declare
Definition at line 322 of file html_object.cpp. |
|
Override height. See the height attribute definition in HTML 4.0. Definition at line 333 of file html_object.cpp. |
|
see height
Definition at line 339 of file html_object.cpp. |
|
Horizontal space, in pixels, to the left and right of this image, applet, or object. See the hspace attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. Definition at line 355 of file html_object.cpp. |
|
see hspace
Definition at line 361 of file html_object.cpp. References QString::number(). |
|
This class or method is obsolete, it is provided for compatibility only.
Definition at line 344 of file html_object.cpp. |
|
This class or method is obsolete, it is provided for compatibility only.
Definition at line 350 of file html_object.cpp. |
|
Form control or object name when submitted with a form. See the name attribute definition in HTML 4.0. Definition at line 366 of file html_object.cpp. |
|
see name
Definition at line 372 of file html_object.cpp. |
|
Message to render while loading the object. See the standby attribute definition in HTML 4.0. Definition at line 377 of file html_object.cpp. |
|
see standby
Definition at line 383 of file html_object.cpp. |
|
Index that represents the element's position in the tabbing order. See the tabindex attribute definition in HTML 4.0. Definition at line 388 of file html_object.cpp. |
|
see tabIndex
Definition at line 394 of file html_object.cpp. References QString::number(). |
|
Content type for data downloaded via See the type attribute definition in HTML 4.0. Definition at line 402 of file html_object.cpp. |
|
see type
Definition at line 408 of file html_object.cpp. |
|
Use client-side image map. See the usemap attribute definition in HTML 4.0. Definition at line 413 of file html_object.cpp. |
|
see useMap
Definition at line 419 of file html_object.cpp. |
|
Vertical space, in pixels, above and below this image, applet, or object. See the vspace attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. Definition at line 435 of file html_object.cpp. |
|
see vspace
Definition at line 441 of file html_object.cpp. References QString::number(). |
|
This class or method is obsolete, it is provided for compatibility only.
Definition at line 424 of file html_object.cpp. |
|
This class or method is obsolete, it is provided for compatibility only.
Definition at line 430 of file html_object.cpp. |
|
Override width. See the width attribute definition in HTML 4.0. Definition at line 446 of file html_object.cpp. |
|
see width
Definition at line 452 of file html_object.cpp. |
|
Introduced in DOM Level 2. Returns the document this iframe contains, if there is any and it is available, a Null document otherwise. The attribute is read-only.
Definition at line 457 of file html_object.cpp. |
The documentation for this class was generated from the following files: