Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cfx_css.h>
Public Member Functions | |
CFX_CSSRect ()=default | |
CFX_CSSRect (CFX_CSSLengthUnit eUnit, float val) | |
CFX_CSSRect & | Set (CFX_CSSLengthUnit eUnit) |
CFX_CSSRect & | Set (CFX_CSSLengthUnit eUnit, float fValue) |
Public Attributes | |
CFX_CSSLength | left |
CFX_CSSLength | top |
CFX_CSSLength | right |
CFX_CSSLength | bottom |
|
default |
|
inline |
|
inline |
|
inline |
CFX_CSSLength CFX_CSSRect::bottom |
Definition at line 152 of file cfx_css.h.
Referenced by CFX_CSSRect(), CXFA_TextParser::CreateRootStyle(), Set(), and Set().
CFX_CSSLength CFX_CSSRect::left |
Definition at line 149 of file cfx_css.h.
Referenced by CFX_CSSRect(), CXFA_TextParser::CreateRootStyle(), testing.tools.safetynet_image.ImageLocations::Left(), Set(), and Set().
CFX_CSSLength CFX_CSSRect::right |
Definition at line 151 of file cfx_css.h.
Referenced by CFX_CSSRect(), CXFA_TextParser::CreateRootStyle(), testing.tools.safetynet_image.ImageLocations::Right(), Set(), and Set().
CFX_CSSLength CFX_CSSRect::top |
Definition at line 150 of file cfx_css.h.
Referenced by CFX_CSSRect(), CXFA_TextParser::CreateRootStyle(), Set(), and Set().