Qt 4.8
|
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 |
const char* QUrlParseData::fragment |
Definition at line 315 of file qurl.cpp.
Referenced by _fragment(), and QUrlPrivate::parse().
int QUrlParseData::fragmentLength |
Definition at line 316 of file qurl.cpp.
Referenced by _fragment(), and QUrlPrivate::parse().
const char* QUrlParseData::host |
Definition at line 307 of file qurl.cpp.
Referenced by _host(), and QUrlPrivate::parse().
int QUrlParseData::hostLength |
Definition at line 308 of file qurl.cpp.
Referenced by _host(), and QUrlPrivate::parse().
const char* QUrlParseData::path |
Definition at line 311 of file qurl.cpp.
Referenced by _hierPart(), and QUrlPrivate::parse().
int QUrlParseData::pathLength |
Definition at line 312 of file qurl.cpp.
Referenced by _hierPart(), and QUrlPrivate::parse().
int QUrlParseData::port |
Definition at line 309 of file qurl.cpp.
Referenced by _authority(), and QUrlPrivate::parse().
const char* QUrlParseData::query |
Definition at line 313 of file qurl.cpp.
Referenced by _query(), and QUrlPrivate::parse().
int QUrlParseData::queryLength |
Definition at line 314 of file qurl.cpp.
Referenced by _query(), and QUrlPrivate::parse().
const char* QUrlParseData::scheme |
Definition at line 300 of file qurl.cpp.
Referenced by _scheme(), and QUrlPrivate::parse().
int QUrlParseData::schemeLength |
Definition at line 301 of file qurl.cpp.
Referenced by _scheme(), and QUrlPrivate::parse().
const char* QUrlParseData::userInfo |
Definition at line 303 of file qurl.cpp.
Referenced by _userInfo(), and QUrlPrivate::setEncodedUserInfo().
int QUrlParseData::userInfoDelimIndex |
Definition at line 304 of file qurl.cpp.
Referenced by _userInfo(), QUrlPrivate::parse(), and QUrlPrivate::setEncodedUserInfo().
int QUrlParseData::userInfoLength |
Definition at line 305 of file qurl.cpp.
Referenced by _userInfo(), and QUrlPrivate::setEncodedUserInfo().