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_CSSLength ()=default | |
CFX_CSSLength (CFX_CSSLengthUnit eUnit, float fValue) | |
CFX_CSSLength & | Set (CFX_CSSLengthUnit eUnit) |
CFX_CSSLength & | Set (CFX_CSSLengthUnit eUnit, float fValue) |
CFX_CSSLengthUnit | GetUnit () const |
float | GetValue () const |
bool | NonZero () const |
|
default |
|
inline |
Definition at line 100 of file cfx_css.h.
Referenced by CFX_CSSRect::CFX_CSSRect().
|
inline |
|
inline |
Definition at line 103 of file cfx_css.h.
Referenced by CFX_CSSRect::Set().
|
inline |
Definition at line 108 of file cfx_css.h.
Referenced by CXFA_TextParser::CreateRootStyle(), and CFX_CSSRect::Set().