KHTML
#include <css_stylesheet.h>
Public Member Functions | |
| StyleSheetList () | |
| StyleSheetList (const StyleSheetList &other) | |
| StyleSheetList (StyleSheetListImpl *impl) | |
| ~StyleSheetList () | |
| StyleSheetListImpl * | handle () const |
| bool | isNull () const |
| StyleSheet | item (unsigned long index) |
| unsigned long | length () const |
| StyleSheetList & | operator= (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 323 of file css_stylesheet.h.
Constructor & Destructor Documentation
| StyleSheetList::StyleSheetList | ( | ) |
Definition at line 234 of file css_stylesheet.cpp.
| StyleSheetList::StyleSheetList | ( | const StyleSheetList & | other | ) |
Definition at line 239 of file css_stylesheet.cpp.
| StyleSheetList::StyleSheetList | ( | StyleSheetListImpl * | impl | ) |
Definition at line 245 of file css_stylesheet.cpp.
| StyleSheetList::~StyleSheetList | ( | ) |
Definition at line 261 of file css_stylesheet.cpp.
Member Function Documentation
| StyleSheetListImpl * StyleSheetList::handle | ( | ) | const |
Definition at line 278 of file css_stylesheet.cpp.
| bool StyleSheetList::isNull | ( | ) | const |
Definition at line 283 of file css_stylesheet.cpp.
| StyleSheet StyleSheetList::item | ( | unsigned long | index | ) |
Used to retrieve a style sheet by ordinal index.
- Parameters
-
index Index into the collection
- Returns
- The style sheet at the
indexposition in theStyleSheetList, ornullif that is not a valid index.
Definition at line 272 of file css_stylesheet.cpp.
| 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 266 of file css_stylesheet.cpp.
| StyleSheetList & StyleSheetList::operator= | ( | const StyleSheetList & | other | ) |
Definition at line 251 of file css_stylesheet.cpp.
Member Data Documentation
|
protected |
Definition at line 362 of file css_stylesheet.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference