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

#include <cfx_cssvaluelistparser.h>

+ Collaboration diagram for CFX_CSSValueListParser:

Public Member Functions

 CFX_CSSValueListParser (const wchar_t *psz, size_t nLen, wchar_t separator)
 
bool NextValue (CFX_CSSValue::PrimitiveType *eType, const wchar_t **pStart, size_t *nLength)
 
void UseCommaSeparator ()
 

Detailed Description

Definition at line 14 of file cfx_cssvaluelistparser.h.

Constructor & Destructor Documentation

◆ CFX_CSSValueListParser()

CFX_CSSValueListParser::CFX_CSSValueListParser ( const wchar_t * psz,
size_t nLen,
wchar_t separator )

Definition at line 14 of file cfx_cssvaluelistparser.cpp.

Member Function Documentation

◆ NextValue()

bool CFX_CSSValueListParser::NextValue ( CFX_CSSValue::PrimitiveType * eType,
const wchar_t ** pStart,
size_t * nLength )

Definition at line 22 of file cfx_cssvaluelistparser.cpp.

References FXSYS_IsDecimalDigit(), FXSYS_wcsnicmp(), CFX_CSSValue::kNumber, CFX_CSSValue::kRGB, CFX_CSSValue::kString, and CFX_CSSValue::kUnknown.

+ Here is the call graph for this function:

◆ UseCommaSeparator()

void CFX_CSSValueListParser::UseCommaSeparator ( )
inline

Definition at line 21 of file cfx_cssvaluelistparser.h.


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