KHTML
css_value.h
Go to the documentation of this file.
203 void setProperty ( const DOM::DOMString &propertyName, const DOM::DOMString &value, const DOM::DOMString &priority );
259 CSS_INHERIT = 0,
260 CSS_PRIMITIVE_VALUE = 1,
261 CSS_VALUE_LIST = 2,
262 CSS_CUSTOM = 3,
263 CSS_INITIAL = 4,
265 CSS_SVG_VALUE = 1001
390 CSS_UNKNOWN = 0,
391 CSS_NUMBER = 1,
392 CSS_PERCENTAGE = 2,
393 CSS_EMS = 3,
394 CSS_EXS = 4,
395 CSS_CHS = 5,
396 CSS_REMS = 6,
397 CSS_PX = 7,
398 CSS_CM = 8,
399 CSS_MM = 9,
400 CSS_IN = 10,
401 CSS_PT = 11,
402 CSS_PC = 12,
403 CSS_DEG = 13,
404 CSS_RAD = 14,
405 CSS_GRAD = 15,
406 CSS_MS = 16,
407 CSS_S = 17,
408 CSS_HZ = 18,
409 CSS_KHZ = 19,
410 CSS_DIMENSION = 20,
411 CSS_STRING = 21,
412 CSS_URI = 22,
413 CSS_IDENT = 23,
414 CSS_ATTR = 24,
415 CSS_COUNTER = 25,
416 CSS_RECT = 26,
417 CSS_RGBCOLOR = 27,
418 CSS_DPI = 28,
419 CSS_DPCM = 29,
420 CSS_PAIR = 100, // We envision this being exposed as a means of getting computed style values for pairs
421 CSS_HTML_RELATIVE = 255
The CSSStyleDeclaration interface represents a single CSS declaration block .
Definition: css_value.h:60
The CSSValueList interface provides the absraction of an ordered collection of CSS values...
Definition: css_value.h:315
QRgb rgb() const
The CSSPrimitiveValue interface represents a single CSS value .
Definition: css_value.h:372
The CSSRule interface is the abstract base interface for any type of CSS statement ...
Definition: css_rule.h:52
The RGBColor interface is used to represent any RGB color value.
Definition: css_value.h:589
The CSSValue interface represents a simple or a complexe value.
Definition: css_value.h:240
The Counter interface is used to represent any counter or counters function value.
Definition: css_value.h:697
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.