• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdehtml
 

tdehtml

  • DOM
  • CSSRuleList
Public Member Functions | Protected Attributes | List of all members
DOM::CSSRuleList Class Reference

#include <css_rule.h>

Public Member Functions

 CSSRuleList (const CSSRuleList &other)
 
 CSSRuleList (CSSRuleListImpl *i)
 
 CSSRuleList (StyleListImpl *i)
 
CSSRuleList & operator= (const CSSRuleList &other)
 
unsigned long length () const
 
CSSRule item (unsigned long index)
 
CSSRuleListImpl * handle () const
 
bool isNull () const
 

Protected Attributes

CSSRuleListImpl * impl
 

Detailed Description

The CSSRuleList interface provides the abstraction of an ordered collection of CSS rules.

Definition at line 484 of file css_rule.h.

Constructor & Destructor Documentation

◆ CSSRuleList() [1/4]

CSSRuleList::CSSRuleList ( )

Definition at line 474 of file css_rule.cpp.

◆ CSSRuleList() [2/4]

CSSRuleList::CSSRuleList ( const CSSRuleList &  other)

Definition at line 479 of file css_rule.cpp.

◆ CSSRuleList() [3/4]

CSSRuleList::CSSRuleList ( CSSRuleListImpl *  i)

Definition at line 485 of file css_rule.cpp.

◆ CSSRuleList() [4/4]

CSSRuleList::CSSRuleList ( StyleListImpl *  i)

Definition at line 491 of file css_rule.cpp.

◆ ~CSSRuleList()

CSSRuleList::~CSSRuleList ( )

Definition at line 516 of file css_rule.cpp.

Member Function Documentation

◆ handle()

CSSRuleListImpl * CSSRuleList::handle ( ) const

Definition at line 534 of file css_rule.cpp.

◆ isNull()

bool CSSRuleList::isNull ( ) const

Definition at line 539 of file css_rule.cpp.

◆ item()

CSSRule CSSRuleList::item ( unsigned long  index)

Used to retrieve a CSS rule by ordinal index.

The order in this collection represents the order of the rules in the CSS style sheet.

Parameters
indexIndex into the collection
Returns
The style rule at the index position in the CSSRuleList , or null if that is not a valid index.

Definition at line 528 of file css_rule.cpp.

◆ length()

unsigned long CSSRuleList::length ( ) const

The number of CSSRule s in the list.

The range of valid child rule indices is 0 to length-1 inclusive.

Definition at line 521 of file css_rule.cpp.

◆ operator=()

CSSRuleList & CSSRuleList::operator= ( const CSSRuleList &  other)

Definition at line 506 of file css_rule.cpp.

Member Data Documentation

◆ impl

CSSRuleListImpl* DOM::CSSRuleList::impl
protected

Definition at line 528 of file css_rule.h.


The documentation for this class was generated from the following files:
  • css_rule.h
  • css_rule.cpp

tdehtml

Skip menu "tdehtml"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

tdehtml

Skip menu "tdehtml"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdehtml by doxygen 1.9.4
This website is maintained by Timothy Pearson.