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

#include <css_box_top.h>

Inheritance diagram for CL_CSSBoxTop:
Inheritance graph
[legend]

Public Types

enum  Type { type_length, type_percentage, type_auto, type_inherit }
 

Public Member Functions

 CL_CSSBoxTop ()
 
CL_String to_string () const
 

Public Attributes

CL_CSSBoxLength length
 
float percentage
 
Type type
 

Member Enumeration Documentation

Enumerator
type_length 
type_percentage 
type_auto 
type_inherit 

Constructor & Destructor Documentation

CL_CSSBoxTop::CL_CSSBoxTop ( )

Member Function Documentation

CL_String CL_CSSBoxTop::to_string ( ) const
virtual

Implements CL_CSSBoxProperty.

Member Data Documentation

CL_CSSBoxLength CL_CSSBoxTop::length
float CL_CSSBoxTop::percentage
Type CL_CSSBoxTop::type

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