• Skip to content
  • Skip to link menu
KDE 3.5 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

KHTML

DOM::CSSImportRule

DOM::CSSImportRule Class Reference

The CSSImportRule interface represents a @import rule within a CSS style sheet. More...

#include <css_rule.h>

Inheritance diagram for DOM::CSSImportRule:

Inheritance graph
[legend]

List of all members.


Public Member Functions

 CSSImportRule (CSSImportRuleImpl *impl)
 CSSImportRule (const CSSRule &other)
 CSSImportRule (const CSSImportRule &other)
 CSSImportRule ()
DOM::DOMString href () const
MediaList media () const
CSSImportRule & operator= (const CSSRule &other)
CSSImportRule & operator= (const CSSImportRule &other)
CSSStyleSheet styleSheet () const
 ~CSSImportRule ()

Detailed Description

The CSSImportRule interface represents a @import rule within a CSS style sheet.

The @import rule is used to import style rules from other style sheets.

Definition at line 223 of file css_rule.h.


Constructor & Destructor Documentation

CSSImportRule::CSSImportRule (  ) 

Definition at line 205 of file css_rule.cpp.

CSSImportRule::CSSImportRule ( const CSSImportRule &  other  ) 

Definition at line 209 of file css_rule.cpp.

CSSImportRule::CSSImportRule ( const CSSRule &  other  ) 

Definition at line 213 of file css_rule.cpp.

CSSImportRule::CSSImportRule ( CSSImportRuleImpl *  impl  ) 

Definition at line 219 of file css_rule.cpp.

CSSImportRule::~CSSImportRule (  ) 

Definition at line 235 of file css_rule.cpp.


Member Function Documentation

DOMString CSSImportRule::href (  )  const

The location of the style sheet to be imported.

The attribute will not contain the "url(...)" specifier around the URI.

Definition at line 239 of file css_rule.cpp.

MediaList CSSImportRule::media (  )  const

A list of media types for which this style sheet may be used.

Definition at line 245 of file css_rule.cpp.

CSSImportRule & CSSImportRule::operator= ( const CSSRule &  other  ) 

Reimplemented from DOM::CSSRule.

Definition at line 229 of file css_rule.cpp.

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

Definition at line 223 of file css_rule.cpp.

CSSStyleSheet CSSImportRule::styleSheet (  )  const

The style sheet referred to by this rule, if it has been loaded.

The value of this attribute is null if the style sheet has not yet been loaded or if it will not be loaded (e.g. if the style sheet is for a media type not supported by the user agent).

Definition at line 251 of file css_rule.cpp.


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

KHTML

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

API Reference

Skip menu "API Reference"
  • dcop
  • DNSSD
  • interfaces
  • Kate
  • kconf_update
  • KDECore
  • KDED
  • kdefx
  • KDEsu
  • kdeui
  • KDocTools
  • KHTML
  • KImgIO
  • KInit
  • kio
  • kioslave
  • KJS
  • KNewStuff
  • KParts
  • KUtils
Generated for API Reference by doxygen 1.5.9
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal