DOM::CSSImportRule

Search for usage in LXR

DOM::CSSImportRule Class Reference

#include <css_rule.h>

Inheritance diagram for DOM::CSSImportRule:

Public Member Functions

 CSSImportRule (const CSSImportRule &other)
 
 CSSImportRule (const CSSRule &other)
 
 CSSImportRule (CSSImportRuleImpl *impl)
 
DOM::DOMString href () const
 
MediaList media () const
 
CSSImportRuleoperator= (const CSSImportRule &other)
 
CSSImportRuleoperator= (const CSSRule &other)
 
CSSStyleSheet styleSheet () const
 
- Public Member Functions inherited from DOM::CSSRule
 CSSRule (const CSSRule &other)
 
 CSSRule (CSSRuleImpl *impl)
 
DOM::DOMString cssText () const
 
CSSRuleImpl * handle () const
 
bool isNull () const
 
CSSRuleoperator= (const CSSRule &other)
 
CSSRule parentRule () const
 
CSSStyleSheet parentStyleSheet () const
 
void setCssText (const DOM::DOMString &)
 
unsigned short type () const
 

Additional Inherited Members

- Public Types inherited from DOM::CSSRule
enum  RuleType {
  UNKNOWN_RULE = 0, STYLE_RULE = 1, CHARSET_RULE = 2, IMPORT_RULE = 3,
  MEDIA_RULE = 4, FONT_FACE_RULE = 5, PAGE_RULE = 6, NAMESPACE_RULE = 10,
  QUIRKS_RULE = 100
}
 
- Protected Member Functions inherited from DOM::CSSRule
void assignOther (const CSSRule &other, RuleType thisType)
 
- Protected Attributes inherited from DOM::CSSRule
CSSRuleImpl * impl
 

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 224 of file css_rule.h.

Member Function Documentation

◆ href()

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 261 of file css_rule.cpp.

◆ media()

MediaList CSSImportRule::media ( ) const

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

Definition at line 269 of file css_rule.cpp.

◆ styleSheet()

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 277 of file css_rule.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 Tue Nov 28 2023 03:56:05 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.