guit  0.1
 All Classes Functions Variables Typedefs Enumerations Friends
Public Member Functions | Static Public Member Functions | List of all members
guit::GStyleBase Class Reference

Style Base. More...

Public Member Functions

bool loadFile (GString const &css_filename)
 loads a CSS style from a file (see GIn for magic prefix characters).
 
bool loadBuffer (GString const &css_buffer)
 loads a CSS style from a text buffer.
 
bool load (std::istream &in, GString const &stream_name)
 loads a CSS style from an input stream (stream_name only used for displaying errors).
 
bool addStyle (GStrings &seltab, GString const &decl_block)
 adds a style .
 
GStylefindStyle (GId selector_id)
 finds a style. More...
 

Static Public Member Functions

static GStyleBaseinstance ()
 returns the style base of the application.
 

Detailed Description

Style Base.

Member Function Documentation

GStyle * guit::GStyleBase::findStyle ( GId  selector_id)

finds a style.

Note
the style may not be initialized, GStyle::realize() must then be called.

The documentation for this class was generated from the following files: