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

#include <css_box_right.h>

Inheritance diagram for CL_CSSBoxRight:
Inheritance graph
[legend]

Public Types

enum  Type { type_length, type_percentage, type_auto, type_inherit }
 

Public Member Functions

 CL_CSSBoxRight ()
 
CL_String to_string () const
 

Static Public Member Functions

static void compute (CL_CSSBoxLeft &left, CL_CSSBoxRight &right, const CL_CSSBoxProperties *parent, CL_CSSResourceCache *layout, float em_size, float ex_size, const CL_CSSBoxPosition &position, bool is_containing_block_ltr)
 

Public Attributes

CL_CSSBoxLength length
 
float percentage
 
enum CL_CSSBoxRight::Type type
 

Member Enumeration Documentation

Enumerator
type_length 
type_percentage 
type_auto 
type_inherit 

Constructor & Destructor Documentation

CL_CSSBoxRight::CL_CSSBoxRight ( )

Member Function Documentation

static void CL_CSSBoxRight::compute ( CL_CSSBoxLeft left,
CL_CSSBoxRight right,
const CL_CSSBoxProperties parent,
CL_CSSResourceCache *  layout,
float  em_size,
float  ex_size,
const CL_CSSBoxPosition position,
bool  is_containing_block_ltr 
)
static
CL_String CL_CSSBoxRight::to_string ( ) const
virtual

Implements CL_CSSBoxProperty.

Member Data Documentation

CL_CSSBoxLength CL_CSSBoxRight::length
float CL_CSSBoxRight::percentage
enum CL_CSSBoxRight::Type CL_CSSBoxRight::type

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