KHTML
Go to the documentation of this file.
27 #ifndef _CSS_css_stylesheet_h_
28 #define _CSS_css_stylesheet_h_
94 bool disabled()
const;
99 void setDisabled(
bool );
162 bool isCSSStyleSheet()
const;
163 StyleSheetImpl *
handle()
const {
return impl; }
181 { code = other.
code;
return *
this; }
193 INVALID_MODIFICATION_ERR = 1,
194 _EXCEPTION_OFFSET = 1000,
195 _EXCEPTION_MAX = 1999
202 static DOMString codeAsString(
int cssCode);
205 static bool isCSSExceptionCode(
int exceptioncode);
208 class CSSStyleSheetImpl;
290 unsigned long insertRule (
const DOM::DOMString &rule,
unsigned long index );
308 void deleteRule (
unsigned long index );
315 class StyleSheetListImpl;
341 unsigned long length()
const;
358 StyleSheetListImpl *handle()
const;
409 unsigned long length()
const;
452 MediaListImpl *handle()
const;
481 class DocumentStyleImpl;
496 DOMString preferredStylesheetSet()
const;
498 void setSelectedStylesheetSet(
const DOMString& aString );
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 22:07:22 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.