Rogue Wave Views Gadgets Package API Reference Guide |
Rogue Wave Views Documentation Home |
Class that represents a CSS style sheet. More...
#include <ilviews/css/stylesheet.h>
Public Member Functions | |
IlvCssStyleSheet (const char *name=0) | |
Constructor. More... | |
virtual | ~IlvCssStyleSheet () |
Destructor. More... | |
virtual IlBoolean | read (std::istream &stream) |
Reads a CSS style sheet content. More... | |
virtual IlBoolean | setContent (const char *content) |
Sets the content of this style sheet. More... | |
Class that represents a CSS style sheet.
Library: ilvcss
The IlvCssStyleSheet
class holds a style sheet that is created using the standard CSS stylesheet language (level 2). See Cascading Style Sheets W3C Recommendation for details.
At the time of this writing, an application can apply a style to all the predefined Views gadgets, impacting their foreground and background colors using the color
and background-color
CSS properties.
The selection part of the CSS code is implemented as follows:
ative
, hover
and focus
. For example: IlvStylist::addStyleSheet()
. IlvCssStyleSheet::IlvCssStyleSheet | ( | const char * | name = 0 | ) |
Constructor.
Initializes a new instance of the IlvCssStyleSheet
class.
name | The name of this style sheet. The string is copied. |
|
virtual |
Destructor.
Releases all the memory referenced by this instance.
|
virtual |
Reads a CSS style sheet content.
The stream should contain CSS code.
stream | The input stream to read the style from. |
IlTrue
on success, and IlFalse
if the operation fails. Implements IlvStyleSheet.
|
virtual |
Sets the content of this style sheet.
Example:
content | The CSS content to set to this style sheet. |
IlTrue
on success, and IlFalse
if the operation fails. Implements IlvStyleSheet.
© Copyright 2016, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.