Photon 1.0.0
Loading...
Searching...
No Matches
css_position.h
Go to the documentation of this file.
1#ifndef LH_CSS_POSITION_H
2#define LH_CSS_POSITION_H
3
4#include "css_length.h"
5
6namespace litehtml
7{
15
24
25 using size_vector = std::vector<css_size>;
26}
27
28#endif // LH_CSS_POSITION_H
Definition css_length.h:22
Definition background.h:12
std::vector< css_size > size_vector
Definition css_position.h:25
Definition css_position.h:9
css_length width
Definition css_position.h:12
css_length x
Definition css_position.h:10
css_length y
Definition css_position.h:11
css_length height
Definition css_position.h:13
Definition css_position.h:17
css_length width
Definition css_position.h:18
css_length height
Definition css_position.h:19
css_size(css_length width, css_length height)
Definition css_position.h:22