This is the complete list of members for
GeoIpRecord, including all inherited members.
| _city | GeoIpRecord | [private] |
| _country | GeoIpRecord | [private] |
| _countryCode | GeoIpRecord | [private] |
| _ip | GeoIpRecord | [private] |
| _latitude | GeoIpRecord | [private] |
| _longitude | GeoIpRecord | [private] |
| _region | GeoIpRecord | [private] |
| city() const | GeoIpRecord | [inline] |
| country() const | GeoIpRecord | [inline] |
| countryCode() const | GeoIpRecord | [inline] |
| GeoIpRecord() | GeoIpRecord | |
| GeoIpRecord(const QHostAddress &ip, float latitude, float longitude, const QString &country, const QString &countryCode) | GeoIpRecord | |
| GeoIpRecord(const QHostAddress &ip, float latitude, float longitude, const QString &city, const QString ®ion, const QString &country, const QString &countryCode) | GeoIpRecord | |
| ip() const | GeoIpRecord | [inline] |
| isValid() const | GeoIpRecord | |
| latitude() const | GeoIpRecord | [inline] |
| longitude() const | GeoIpRecord | [inline] |
| region() const | GeoIpRecord | [inline] |
| toString() const | GeoIpRecord | |