Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CFX_CSSRect Class Reference

#include <cfx_css.h>

+ Collaboration diagram for CFX_CSSRect:

Public Member Functions

 CFX_CSSRect ()=default
 
 CFX_CSSRect (CFX_CSSLengthUnit eUnit, float val)
 
CFX_CSSRectSet (CFX_CSSLengthUnit eUnit)
 
CFX_CSSRectSet (CFX_CSSLengthUnit eUnit, float fValue)
 

Public Attributes

CFX_CSSLength left
 
CFX_CSSLength top
 
CFX_CSSLength right
 
CFX_CSSLength bottom
 

Detailed Description

Definition at line 124 of file cfx_css.h.

Constructor & Destructor Documentation

◆ CFX_CSSRect() [1/2]

CFX_CSSRect::CFX_CSSRect ( )
default

◆ CFX_CSSRect() [2/2]

CFX_CSSRect::CFX_CSSRect ( CFX_CSSLengthUnit eUnit,
float val )
inline

Definition at line 128 of file cfx_css.h.

References CFX_CSSLength::CFX_CSSLength(), bottom, left, right, and top.

+ Here is the call graph for this function:

Member Function Documentation

◆ Set() [1/2]

CFX_CSSRect & CFX_CSSRect::Set ( CFX_CSSLengthUnit eUnit)
inline

Definition at line 134 of file cfx_css.h.

References bottom, left, right, CFX_CSSLength::Set(), and top.

+ Here is the call graph for this function:

◆ Set() [2/2]

CFX_CSSRect & CFX_CSSRect::Set ( CFX_CSSLengthUnit eUnit,
float fValue )
inline

Definition at line 141 of file cfx_css.h.

References bottom, left, right, CFX_CSSLength::Set(), and top.

+ Here is the call graph for this function:

Member Data Documentation

◆ bottom

CFX_CSSLength CFX_CSSRect::bottom

Definition at line 152 of file cfx_css.h.

Referenced by CFX_CSSRect(), CXFA_TextParser::CreateRootStyle(), Set(), and Set().

◆ left

◆ right

◆ top

CFX_CSSLength CFX_CSSRect::top

Definition at line 150 of file cfx_css.h.

Referenced by CFX_CSSRect(), CXFA_TextParser::CreateRootStyle(), Set(), and Set().


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