ClanLib
2.3.7
|
#include <css_box_quotes.h>
Public Types | |
enum | Type { type_strings, type_none, type_inherit } |
Public Member Functions | |
CL_CSSBoxQuotes () | |
void | compute (const CL_CSSBoxQuotes *parent, CL_CSSResourceCache *layout, float em_size, float ex_size) |
CL_String | to_string () const |
Public Attributes | |
std::vector< CL_String > | strings |
Type | type |
CL_CSSBoxQuotes::CL_CSSBoxQuotes | ( | ) |
void CL_CSSBoxQuotes::compute | ( | const CL_CSSBoxQuotes * | parent, |
CL_CSSResourceCache * | layout, | ||
float | em_size, | ||
float | ex_size | ||
) |
|
virtual |
Implements CL_CSSBoxProperty.
std::vector<CL_String> CL_CSSBoxQuotes::strings |
Type CL_CSSBoxQuotes::type |