Cogs.Core
Public Types | Public Member Functions | Public Attributes | List of all members
litehtml::css_text Struct Reference

Public Types

typedef std::vector< css_textvector
 

Public Member Functions

 css_text (const tchar_t *txt, const tchar_t *url, const tchar_t *media_str)
 
 css_text (const css_text &val)
 

Public Attributes

tstring text
 
tstring baseurl
 
tstring media
 

Detailed Description

Definition at line 10 of file document.h.

Member Typedef Documentation

◆ vector

typedef std::vector<css_text> litehtml::css_text::vector

Definition at line 12 of file document.h.

Constructor & Destructor Documentation

◆ css_text() [1/3]

litehtml::css_text::css_text ( )
inline

Definition at line 18 of file document.h.

◆ css_text() [2/3]

litehtml::css_text::css_text ( const tchar_t *  txt,
const tchar_t *  url,
const tchar_t *  media_str 
)
inline

Definition at line 22 of file document.h.

◆ css_text() [3/3]

litehtml::css_text::css_text ( const css_text val)
inline

Definition at line 29 of file document.h.

Member Data Documentation

◆ baseurl

tstring litehtml::css_text::baseurl

Definition at line 15 of file document.h.

◆ media

tstring litehtml::css_text::media

Definition at line 16 of file document.h.

◆ text

tstring litehtml::css_text::text

Definition at line 14 of file document.h.


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