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,
266 };
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
422 };
The CSSPrimitiveValue interface represents a single CSS value .
Definition: css_value.h:373
The CSSRule interface is the abstract base interface for any type of CSS statement .
Definition: css_rule.h:53
The CSSStyleDeclaration interface represents a single CSS declaration block .
Definition: css_value.h:61
The CSSValueList interface provides the absraction of an ordered collection of CSS values.
Definition: css_value.h:316
The CSSValue interface represents a simple or a complexe value.
Definition: css_value.h:241
The Counter interface is used to represent any counter or counters function value.
Definition: css_value.h:698
The RGBColor interface is used to represent any RGB color value.
Definition: css_value.h:590
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.