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:

Classes

struct  Result

Public Member Functions

 CFX_CSSValueListParser (WideStringView list, wchar_t separator)
 ~CFX_CSSValueListParser ()
std::optional< ResultNextValue ()
void UseCommaSeparator ()

Detailed Description

Definition at line 17 of file cfx_cssvaluelistparser.h.

Constructor & Destructor Documentation

◆ CFX_CSSValueListParser()

CFX_CSSValueListParser::CFX_CSSValueListParser ( WideStringView list,
wchar_t separator )

Definition at line 15 of file cfx_cssvaluelistparser.cpp.

References CFX_CSSValueListParser().

Referenced by CFX_CSSValueListParser().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~CFX_CSSValueListParser()

CFX_CSSValueListParser::~CFX_CSSValueListParser ( )
default

Member Function Documentation

◆ NextValue()

std::optional< CFX_CSSValueListParser::Result > CFX_CSSValueListParser::NextValue ( )

Definition at line 24 of file cfx_cssvaluelistparser.cpp.

References FXSYS_IsDecimalDigit(), 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 28 of file cfx_cssvaluelistparser.h.


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