ClanLib  2.3.7
Public Member Functions | List of all members
CL_CSSProperty2 Class Reference

#include <css_property2.h>

Public Member Functions

 CL_CSSProperty2 ()
 
const CL_Stringget_name () const
 
std::vector< CL_CSSToken > & get_value_tokens ()
 
const std::vector< CL_CSSToken > & get_value_tokens () const
 
bool is_important () const
 
void set_important (bool flag)
 
void set_name (const CL_String &name)
 
void set_value_tokens (const std::vector< CL_CSSToken > &tokens)
 

Constructor & Destructor Documentation

CL_CSSProperty2::CL_CSSProperty2 ( )

Member Function Documentation

const CL_String& CL_CSSProperty2::get_name ( ) const
std::vector<CL_CSSToken>& CL_CSSProperty2::get_value_tokens ( )
const std::vector<CL_CSSToken>& CL_CSSProperty2::get_value_tokens ( ) const
bool CL_CSSProperty2::is_important ( ) const
void CL_CSSProperty2::set_important ( bool  flag)
void CL_CSSProperty2::set_name ( const CL_String name)
void CL_CSSProperty2::set_value_tokens ( const std::vector< CL_CSSToken > &  tokens)

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