DOM::CSSRuleListImpl Class Reference
List of all members.Public Member Functions | |
| CSSRuleListImpl () | |
| ~CSSRuleListImpl () | |
| unsigned long | length () const |
| CSSRuleImpl * | item (unsigned long index) |
| unsigned long | insertRule (CSSRuleImpl *rule, unsigned long index) |
| void | deleteRule (unsigned long index) |
| void | append (CSSRuleImpl *rule) |
Protected Attributes | |
| QPtrList< CSSRuleImpl > | m_lstCSSRules |
Detailed Description
Definition at line 132 of file css_ruleimpl.h.
The documentation for this class was generated from the following files:
