Qt 4.8
Public Variables | List of all members
QUrlParseData Struct Reference

Public Variables

const char * fragment
 
int fragmentLength
 
const char * host
 
int hostLength
 
const char * path
 
int pathLength
 
int port
 
const char * query
 
int queryLength
 
const char * scheme
 
int schemeLength
 
const char * userInfo
 
int userInfoDelimIndex
 
int userInfoLength
 

Detailed Description

Definition at line 298 of file qurl.cpp.

Properties

◆ fragment

const char* QUrlParseData::fragment

Definition at line 315 of file qurl.cpp.

Referenced by _fragment(), and QUrlPrivate::parse().

◆ fragmentLength

int QUrlParseData::fragmentLength

Definition at line 316 of file qurl.cpp.

Referenced by _fragment(), and QUrlPrivate::parse().

◆ host

const char* QUrlParseData::host

Definition at line 307 of file qurl.cpp.

Referenced by _host(), and QUrlPrivate::parse().

◆ hostLength

int QUrlParseData::hostLength

Definition at line 308 of file qurl.cpp.

Referenced by _host(), and QUrlPrivate::parse().

◆ path

const char* QUrlParseData::path

Definition at line 311 of file qurl.cpp.

Referenced by _hierPart(), and QUrlPrivate::parse().

◆ pathLength

int QUrlParseData::pathLength

Definition at line 312 of file qurl.cpp.

Referenced by _hierPart(), and QUrlPrivate::parse().

◆ port

int QUrlParseData::port

Definition at line 309 of file qurl.cpp.

Referenced by _authority(), and QUrlPrivate::parse().

◆ query

const char* QUrlParseData::query

Definition at line 313 of file qurl.cpp.

Referenced by _query(), and QUrlPrivate::parse().

◆ queryLength

int QUrlParseData::queryLength

Definition at line 314 of file qurl.cpp.

Referenced by _query(), and QUrlPrivate::parse().

◆ scheme

const char* QUrlParseData::scheme

Definition at line 300 of file qurl.cpp.

Referenced by _scheme(), and QUrlPrivate::parse().

◆ schemeLength

int QUrlParseData::schemeLength

Definition at line 301 of file qurl.cpp.

Referenced by _scheme(), and QUrlPrivate::parse().

◆ userInfo

const char* QUrlParseData::userInfo

Definition at line 303 of file qurl.cpp.

Referenced by _userInfo(), and QUrlPrivate::setEncodedUserInfo().

◆ userInfoDelimIndex

int QUrlParseData::userInfoDelimIndex

Definition at line 304 of file qurl.cpp.

Referenced by _userInfo(), QUrlPrivate::parse(), and QUrlPrivate::setEncodedUserInfo().

◆ userInfoLength

int QUrlParseData::userInfoLength

Definition at line 305 of file qurl.cpp.

Referenced by _userInfo(), and QUrlPrivate::setEncodedUserInfo().


The documentation for this struct was generated from the following file: