Photon 1.0.0
Loading...
Searching...
No Matches
litehtml::floated_box Struct Reference

#include <types.h>

Public Member Functions

 floated_box ()=default
 
 floated_box (const floated_box &val)
 
floated_boxoperator= (const floated_box &val)=default
 
 floated_box (floated_box &&val)
 
void operator= (floated_box &&val)
 

Public Attributes

position pos
 
element_float float_side
 
element_clear clear_floats
 
std::shared_ptr< render_itemel
 
int context
 
int min_width
 

Constructor & Destructor Documentation

◆ floated_box() [1/3]

litehtml::floated_box::floated_box ( )
default

◆ floated_box() [2/3]

litehtml::floated_box::floated_box ( const floated_box val)
inline

◆ floated_box() [3/3]

litehtml::floated_box::floated_box ( floated_box &&  val)
inline

Member Function Documentation

◆ operator=() [1/2]

floated_box & litehtml::floated_box::operator= ( const floated_box val)
default

◆ operator=() [2/2]

void litehtml::floated_box::operator= ( floated_box &&  val)
inline

Member Data Documentation

◆ clear_floats

element_clear litehtml::floated_box::clear_floats

◆ context

int litehtml::floated_box::context

◆ el

std::shared_ptr<render_item> litehtml::floated_box::el

◆ float_side

element_float litehtml::floated_box::float_side

◆ min_width

int litehtml::floated_box::min_width

◆ pos

position litehtml::floated_box::pos

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