![]() |
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_cssstringvalue.h>
Public Member Functions | |
| CFX_CSSStringValue (WideStringView value) | |
| ~CFX_CSSStringValue () override | |
| const WideString | Value () 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 13 of file cfx_cssstringvalue.h.
|
explicit |
Definition at line 9 of file cfx_cssstringvalue.cpp.
References CFX_CSSStringValue(), CFX_CSSValue::CFX_CSSValue(), and CFX_CSSValue::kString.
Referenced by CFX_CSSStringValue().
|
overridedefault |
|
inline |
Definition at line 20 of file cfx_cssstringvalue.h.