- Your Widget Set For OpenGL
Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | Related Pages

ufo::UCss Class Reference

This class can load cascading style sheets and convert them to style hints. More...

#include <ucss.hpp>

Inheritance diagram for ufo::UCss:

ufo::UObject ufo::UCollectable List of all members.

Public Member Functions

 UCss (const std::string &filename)
virtual ~UCss ()
void load (const std::string &filename)
void load (std::istream &stream)
UStyleHintsgetStyleHints (const std::string &key)
std::map< std::string, UStyleHints * > getStyleHints ()

Static Public Member Functions

UStyleHintsparseBlock (std::istream &stream, UStyleHints *hints=NULL)

Detailed Description

This class can load cascading style sheets and convert them to style hints.

See also:
UStyleHints
Author:
Johannes Schmidt


Constructor & Destructor Documentation

virtual ufo::UCss::~UCss  )  [virtual]
 

Deletes all style hints created by this object.


The documentation for this class was generated from the following file:
The libUFO Project - written by Johannes Schmidt