Inheritance diagram for HTML_CustomItem:

Public Member Functions | |
| HTML_CustomItem (const QString &n, const QString &jsref, const QString rt) | |
| virtual const char * | className () const |
| bool | isOpen () const |
| bool | isSelected () |
| void | setOpen (bool open) |
| void | setSelected (bool selected) |
| const char * | text () const |
| HTML_Object * | itemHandle () const |
| const char * | realType () const |
| HTML_CustomItem * | childItem (int column=-1) |
| HTML_CustomItem * | parentItem (int column=-1) |
| HTML_CustomItem * | nextSibling (int column=-1) |
| HTML_CustomItemView * | itemView () |
Properties | |
| char | realType |
| char | text |
| bool | open |
| bool | selected |
This class provides the API to access any item contained in a DHTML/AJAX/JS view widget with dedicated support.
|
|
Returns the first child of this item or 0 if there is none. |
|
|
Returns the specialized class name of the HTML object, such as HTML_Button. Reimplemented from HTML_Object. |
|
|
Returns whether the item is open. |
|
|
Returns whether the item is selected. |
|
|
Returns the handle of the item, or 0 if there is none. |
|
|
Returns a reference to the view which contains this item. |
|
|
Returns the next sibling of this item or 0 if there is none. |
|
|
Returns the parent of this item or 0 if this is the top-most item. |
|
|
Opens or closes the item depending on open. |
|
|
Selects or unselects the item depending on selected. |
|
|
Returns the type name of the real type wrapped by this API. Something like gwttree, itmilltree, dojotree, etc. |
1.4.4