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

tdehtml

  • DOM
  • CSSStyleRule
Public Member Functions | List of all members
DOM::CSSStyleRule Class Reference

#include <css_rule.h>

Inheritance diagram for DOM::CSSStyleRule:
DOM::CSSRule

Public Member Functions

 CSSStyleRule (const CSSStyleRule &other)
 
 CSSStyleRule (const CSSRule &other)
 
 CSSStyleRule (CSSStyleRuleImpl *impl)
 
CSSStyleRule & operator= (const CSSStyleRule &other)
 
CSSStyleRule & operator= (const CSSRule &other)
 
DOM::DOMString selectorText () const
 
void setSelectorText (const DOM::DOMString &)
 
CSSStyleDeclaration style () const
 
- Public Member Functions inherited from DOM::CSSRule
 CSSRule (const CSSRule &other)
 
 CSSRule (CSSRuleImpl *impl)
 
CSSRule & operator= (const CSSRule &other)
 
unsigned short type () const
 
DOM::DOMString cssText () const
 
void setCssText (const DOM::DOMString &)
 
CSSStyleSheet parentStyleSheet () const
 
CSSRule parentRule () const
 
CSSRuleImpl * handle () const
 
bool isNull () 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 , 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 CSSStyleRule interface represents a single rule set in a CSS style sheet.

Definition at line 411 of file css_rule.h.

Constructor & Destructor Documentation

◆ CSSStyleRule() [1/4]

CSSStyleRule::CSSStyleRule ( )

Definition at line 377 of file css_rule.cpp.

◆ CSSStyleRule() [2/4]

CSSStyleRule::CSSStyleRule ( const CSSStyleRule &  other)

Definition at line 381 of file css_rule.cpp.

◆ CSSStyleRule() [3/4]

CSSStyleRule::CSSStyleRule ( const CSSRule &  other)

Definition at line 386 of file css_rule.cpp.

◆ CSSStyleRule() [4/4]

CSSStyleRule::CSSStyleRule ( CSSStyleRuleImpl *  impl)

Definition at line 393 of file css_rule.cpp.

◆ ~CSSStyleRule()

CSSStyleRule::~CSSStyleRule ( )

Definition at line 410 of file css_rule.cpp.

Member Function Documentation

◆ operator=() [1/2]

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

Definition at line 404 of file css_rule.cpp.

◆ operator=() [2/2]

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

Definition at line 398 of file css_rule.cpp.

◆ selectorText()

DOMString CSSStyleRule::selectorText ( ) const

The textual representation of the selector for the rule set.

The implementation may have stripped out insignificant whitespace while parsing the selector.

Definition at line 414 of file css_rule.cpp.

◆ setSelectorText()

void CSSStyleRule::setSelectorText ( const DOM::DOMString &  value)

see selectorText

Exceptions
CSSExceptionSYNTAX_ERR: Raised if the specified CSS string value has a syntax error and is unparsable.
DOMExceptionNO_MODIFICATION_ALLOWED_ERR: Raised if this style sheet is readonly.

Definition at line 420 of file css_rule.cpp.

◆ style()

CSSStyleDeclaration CSSStyleRule::style ( ) const

The declaration-block of this rule set.

Definition at line 425 of file css_rule.cpp.


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