DOM::StyleSheetList

Search for usage in LXR

DOM::StyleSheetList Class Reference

#include <css_stylesheet.h>

Public Member Functions

 StyleSheetList (const StyleSheetList &other)
 
 StyleSheetList (StyleSheetListImpl *impl)
 
StyleSheetListImpl * handle () const
 
bool isNull () const
 
StyleSheet item (unsigned long index)
 
unsigned long length () const
 
StyleSheetListoperator= (const StyleSheetList &other)
 

Protected Attributes

StyleSheetListImpl * impl
 

Detailed Description

The StyleSheetList interface provides the abstraction of an ordered collection of style sheets.

Definition at line 336 of file css_stylesheet.h.

Member Function Documentation

◆ handle()

StyleSheetListImpl * StyleSheetList::handle ( ) const

Definition at line 337 of file css_stylesheet.cpp.

◆ item()

StyleSheet StyleSheetList::item ( unsigned long  index)

Used to retrieve a style sheet by ordinal index.

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

Definition at line 329 of file css_stylesheet.cpp.

◆ length()

unsigned long StyleSheetList::length ( ) const

The number of StyleSheet in the list.

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

Definition at line 321 of file css_stylesheet.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Oct 1 2023 04:06:16 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.