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

tdehtml

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

#include <css_stylesheet.h>

Public Member Functions

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

Protected Attributes

StyleSheetListImpl * impl
 

Detailed Description

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

Definition at line 309 of file css_stylesheet.h.

Constructor & Destructor Documentation

◆ StyleSheetList() [1/3]

StyleSheetList::StyleSheetList ( )

Definition at line 204 of file css_stylesheet.cpp.

◆ StyleSheetList() [2/3]

StyleSheetList::StyleSheetList ( const StyleSheetList &  other)

Definition at line 209 of file css_stylesheet.cpp.

◆ StyleSheetList() [3/3]

StyleSheetList::StyleSheetList ( StyleSheetListImpl *  impl)

Definition at line 215 of file css_stylesheet.cpp.

◆ ~StyleSheetList()

StyleSheetList::~StyleSheetList ( )

Definition at line 231 of file css_stylesheet.cpp.

Member Function Documentation

◆ handle()

StyleSheetListImpl * StyleSheetList::handle ( ) const

Definition at line 248 of file css_stylesheet.cpp.

◆ isNull()

bool StyleSheetList::isNull ( ) const

Definition at line 253 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 242 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 236 of file css_stylesheet.cpp.

◆ operator=()

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

Definition at line 221 of file css_stylesheet.cpp.

Member Data Documentation

◆ impl

StyleSheetListImpl* DOM::StyleSheetList::impl
protected

Definition at line 348 of file css_stylesheet.h.


The documentation for this class was generated from the following files:
  • css_stylesheet.h
  • css_stylesheet.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.