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

Public Member Functions

 css_position (const css_position &val)
 
css_positionoperator= (const css_position &val)
 

Public Attributes

css_length x
 
css_length y
 
css_length width
 
css_length height
 

Detailed Description

Definition at line 8 of file css_position.h.

Constructor & Destructor Documentation

◆ css_position() [1/2]

litehtml::css_position::css_position ( )
inline

Definition at line 15 of file css_position.h.

◆ css_position() [2/2]

litehtml::css_position::css_position ( const css_position val)
inline

Definition at line 20 of file css_position.h.

Member Function Documentation

◆ operator=()

css_position & litehtml::css_position::operator= ( const css_position val)
inline

Definition at line 28 of file css_position.h.

Member Data Documentation

◆ height

css_length litehtml::css_position::height

Definition at line 13 of file css_position.h.

◆ width

css_length litehtml::css_position::width

Definition at line 12 of file css_position.h.

◆ x

css_length litehtml::css_position::x

Definition at line 10 of file css_position.h.

◆ y

css_length litehtml::css_position::y

Definition at line 11 of file css_position.h.


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