ClanLib  2.3.7
Public Types | Public Member Functions | Public Attributes | List of all members
CL_CSSBoxBackgroundAttachment Class Reference

#include <css_box_background_attachment.h>

Inheritance diagram for CL_CSSBoxBackgroundAttachment:
Inheritance graph
[legend]

Public Types

enum  Attachment { attachment_scroll, attachment_local, attachment_fixed }
 
enum  Type { type_attachments, type_inherit }
 

Public Member Functions

 CL_CSSBoxBackgroundAttachment ()
 
void compute (const CL_CSSBoxBackgroundAttachment *parent, CL_CSSResourceCache *layout, float em_size, float ex_size)
 
CL_String to_string () const
 

Public Attributes

std::vector< Attachmentattachments
 
Type type
 

Member Enumeration Documentation

Enumerator
attachment_scroll 
attachment_local 
attachment_fixed 
Enumerator
type_attachments 
type_inherit 

Constructor & Destructor Documentation

CL_CSSBoxBackgroundAttachment::CL_CSSBoxBackgroundAttachment ( )

Member Function Documentation

void CL_CSSBoxBackgroundAttachment::compute ( const CL_CSSBoxBackgroundAttachment parent,
CL_CSSResourceCache *  layout,
float  em_size,
float  ex_size 
)
CL_String CL_CSSBoxBackgroundAttachment::to_string ( ) const
virtual

Implements CL_CSSBoxProperty.

Member Data Documentation

std::vector<Attachment> CL_CSSBoxBackgroundAttachment::attachments
Type CL_CSSBoxBackgroundAttachment::type

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