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_CSSValue Class Reference

#include <cfx_cssvalue.h>

+ Inheritance diagram for CFX_CSSValue:
+ Collaboration diagram for CFX_CSSValue:

Public Types

enum class  PrimitiveType : uint8_t {
  kUnknown = 0 , kNumber , kString , kRGB ,
  kEnum , kFunction , kList
}
 

Public Member Functions

PrimitiveType GetType () const
 
- Public Member Functions inherited from fxcrt::Retainable
 Retainable ()=default
 
bool HasOneRef () const
 

Protected Member Functions

 CFX_CSSValue (PrimitiveType type)
 
 ~CFX_CSSValue () override
 
- Protected Member Functions inherited from fxcrt::Retainable
virtual ~Retainable ()=default
 

Detailed Description

Definition at line 13 of file cfx_cssvalue.h.

Member Enumeration Documentation

◆ PrimitiveType

enum class CFX_CSSValue::PrimitiveType : uint8_t
strong
Enumerator
kUnknown 
kNumber 
kString 
kRGB 
kEnum 
kFunction 
kList 

Definition at line 15 of file cfx_cssvalue.h.

Constructor & Destructor Documentation

◆ CFX_CSSValue()

CFX_CSSValue::CFX_CSSValue ( PrimitiveType type)
explicitprotected

Definition at line 9 of file cfx_cssvalue.cpp.

Referenced by CFX_CSSColorValue::CFX_CSSColorValue(), CFX_CSSEnumValue::CFX_CSSEnumValue(), CFX_CSSNumberValue::CFX_CSSNumberValue(), CFX_CSSStringValue::CFX_CSSStringValue(), and CFX_CSSValueList::CFX_CSSValueList().

+ Here is the caller graph for this function:

◆ ~CFX_CSSValue()

CFX_CSSValue::~CFX_CSSValue ( )
overrideprotecteddefault

Member Function Documentation

◆ GetType()

PrimitiveType CFX_CSSValue::GetType ( ) const
inline

Definition at line 25 of file cfx_cssvalue.h.


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