![]() |
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_cssvaluelist.h>
Public Member Functions | |
| CFX_CSSValueList (std::vector< RetainPtr< CFX_CSSValue > > list) | |
| ~CFX_CSSValueList () override | |
| const std::vector< RetainPtr< CFX_CSSValue > > & | values () const |
| Public Member Functions inherited from CFX_CSSValue | |
| PrimitiveType | GetType () const |
| Public Member Functions inherited from fxcrt::Retainable | |
| Retainable ()=default | |
| bool | HasOneRef () const |
Additional Inherited Members | |
| Public Types inherited from CFX_CSSValue | |
| enum class | PrimitiveType : uint8_t { kUnknown = 0 , kNumber , kString , kRGB , kEnum , kFunction , kList } |
| Protected Member Functions inherited from CFX_CSSValue | |
| CFX_CSSValue (PrimitiveType type) | |
| ~CFX_CSSValue () override | |
| Protected Member Functions inherited from fxcrt::Retainable | |
| virtual | ~Retainable ()=default |
Definition at line 15 of file cfx_cssvaluelist.h.
|
explicit |
Definition at line 13 of file cfx_cssvaluelist.cpp.
References CFX_CSSValue::CFX_CSSValue(), CFX_CSSValueList(), and CFX_CSSValue::kList.
Referenced by CFX_CSSValueList().
|
overridedefault |
|
inline |
Definition at line 20 of file cfx_cssvaluelist.h.