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 . | |
| GStyle * | findStyle (GId selector_id) |
| finds a style. More... | |
Static Public Member Functions | |
| static GStyleBase & | instance () |
| returns the style base of the application. | |
Style Base.
| GStyle * guit::GStyleBase::findStyle | ( | GId | selector_id) |
finds a style.
1.8.4