NAME
Qt::Network::Template::T000
PUBLIC METHODS
- QHash<QString,QVariant>()
- QHash<QString,QVariant>(QHash<QString,QVariant> & other)
- ~QHash<QString,QVariant>()
- int capacity()
- void clear()
- bool contains(const QString & key)
- int count(const QString & key)
- void detach()
- bool isDetached()
- bool isEmpty()
- const QString key(const QVariant & value)
- const QString key(const QVariant & value, const QString & defaultKey)
- bool operator!=(QHash<QString,QVariant> & other)
- QHash<QString,QVariant> & operator=(const QHash<QString,QVariant> & other)
- bool operator==(QHash<QString,QVariant> & other)
- const QVariant operator[](const QString & key)
- int remove(const QString & key)
- void reserve(int size)
- void setSharable(bool sharable)
- int size()
- void squeeze()
- QVariant take(const QString & key)
- const QVariant value(const QString & key)
- const QVariant value(const QString & key, const QVariant & defaultValue)
- QList<QVariant> values()
- QList<QVariant> values(const QString & key)
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/artistic.html
NAME
Qt::Network::Template::T001
PUBLIC METHODS
- QList<QNetworkConfiguration>()
- QList<QNetworkConfiguration>(const QList<QNetworkConfiguration> & l)
- ~QList<QNetworkConfiguration>()
- void append(const QNetworkConfiguration & t)
- void append(const QList<QNetworkConfiguration> & t)
- const QNetworkConfiguration & at(int i)
- void clear()
- QBool contains(const QNetworkConfiguration & t)
- int count(const QNetworkConfiguration & t)
- void detach()
- int indexOf(const QNetworkConfiguration & t, int from)
- int indexOf(const QNetworkConfiguration & t, int from = 0)
- void insert(int i, const QNetworkConfiguration & t)
- bool isDetached()
- bool isEmpty()
- int lastIndexOf(const QNetworkConfiguration & t, int from)
- int lastIndexOf(const QNetworkConfiguration & t, int from = -1)
- void move(int from, int to)
- bool operator!=(const QList<QNetworkConfiguration> & l)
- QList<QNetworkConfiguration> operator=(const QList<QNetworkConfiguration> & l)
- bool operator==(const QList<QNetworkConfiguration> & l)
- QNetworkConfiguration & operator[](int i)
- void prepend(const QNetworkConfiguration & t)
- int removeAll(const QNetworkConfiguration & t)
- void removeAt(int i)
- bool removeOne(const QNetworkConfiguration & t)
- void replace(int i, const QNetworkConfiguration & t)
- void reserve(int size)
- void setSharable(bool shrable)
- int size()
- void swap(int i, int j)
- QNetworkConfiguration takeAt(int i)
- QNetworkConfiguration takeFirst()
- QNetworkConfiguration takeLast()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/artistic.html
NAME
Qt::Network::Template::T002
PUBLIC METHODS
- QPair<QByteArray,QByteArray>()
- QPair<QByteArray,QByteArray>(const QByteArray & t1, const QByteArray & t2)
- ~QPair<QByteArray,QByteArray>()
- QPair<QByteArray,QByteArray> & operator=(const QPair<QByteArray,QByteArray> & other)
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/artistic.html
NAME
Qt::Network::Template::T003
PUBLIC METHODS
- QList<QPair<QByteArray,QByteArray> >()
- QList<QPair<QByteArray,QByteArray> >(const QList<QPair<QByteArray,QByteArray> > & l)
- ~QList<QPair<QByteArray,QByteArray> >()
- void append(const QPair<QByteArray,QByteArray> & t)
- void append(const QList<QPair<QByteArray,QByteArray> > & t)
- const QPair<QByteArray,QByteArray> & at(int i)
- void clear()
- QBool contains(const QPair<QByteArray,QByteArray> & t)
- int count(const QPair<QByteArray,QByteArray> & t)
- void detach()
- int indexOf(const QPair<QByteArray,QByteArray> & t, int from)
- int indexOf(const QPair<QByteArray,QByteArray> & t, int from = 0)
- void insert(int i, const QPair<QByteArray,QByteArray> & t)
- bool isDetached()
- bool isEmpty()
- int lastIndexOf(const QPair<QByteArray,QByteArray> & t, int from)
- int lastIndexOf(const QPair<QByteArray,QByteArray> & t, int from = -1)
- void move(int from, int to)
- bool operator!=(const QList<QPair<QByteArray,QByteArray> > & l)
- QList<QPair<QByteArray,QByteArray> > operator=(const QList<QPair<QByteArray,QByteArray> > & l)
- bool operator==(const QList<QPair<QByteArray,QByteArray> > & l)
- QPair<QByteArray,QByteArray> & operator[](int i)
- void prepend(const QPair<QByteArray,QByteArray> & t)
- int removeAll(const QPair<QByteArray,QByteArray> & t)
- void removeAt(int i)
- bool removeOne(const QPair<QByteArray,QByteArray> & t)
- void replace(int i, const QPair<QByteArray,QByteArray> & t)
- void reserve(int size)
- void setSharable(bool shrable)
- int size()
- void swap(int i, int j)
- QPair<QByteArray,QByteArray> takeAt(int i)
- QPair<QByteArray,QByteArray> takeFirst()
- QPair<QByteArray,QByteArray> takeLast()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/artistic.html
NAME
Qt::Network::Template::T004
PUBLIC METHODS
- QHash<QNetworkRequest::Attribute,QVariant>()
- QHash<QNetworkRequest::Attribute,QVariant>(QHash<QNetworkRequest::Attribute,QVariant> & other)
- ~QHash<QNetworkRequest::Attribute,QVariant>()
- int capacity()
- void clear()
- bool contains(const QNetworkRequest::Attribute & key)
- int count(const QNetworkRequest::Attribute & key)
- void detach()
- bool isDetached()
- bool isEmpty()
- const QNetworkRequest::Attribute key(const QVariant & value)
- const QNetworkRequest::Attribute key(const QVariant & value, const QNetworkRequest::Attribute & defaultKey)
- bool operator!=(QHash<QNetworkRequest::Attribute,QVariant> & other)
- QHash<QNetworkRequest::Attribute,QVariant> & operator=(const QHash<QNetworkRequest::Attribute,QVariant> & other)
- bool operator==(QHash<QNetworkRequest::Attribute,QVariant> & other)
- const QVariant operator[](const QNetworkRequest::Attribute & key)
- int remove(const QNetworkRequest::Attribute & key)
- void reserve(int size)
- void setSharable(bool sharable)
- int size()
- void squeeze()
- QVariant take(const QNetworkRequest::Attribute & key)
- const QVariant value(const QNetworkRequest::Attribute & key)
- const QVariant value(const QNetworkRequest::Attribute & key, const QVariant & defaultValue)
- QList<QVariant> values()
- QList<QVariant> values(const QNetworkRequest::Attribute & key)
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/artistic.html
NAME
Qt::Network::Template::T005
PUBLIC METHODS
- QList<QSslError>()
- QList<QSslError>(const QList<QSslError> & l)
- ~QList<QSslError>()
- void append(const QSslError & t)
- void append(const QList<QSslError> & t)
- const QSslError & at(int i)
- void clear()
- QBool contains(const QSslError & t)
- int count(const QSslError & t)
- void detach()
- int indexOf(const QSslError & t, int from)
- int indexOf(const QSslError & t, int from = 0)
- void insert(int i, const QSslError & t)
- bool isDetached()
- bool isEmpty()
- int lastIndexOf(const QSslError & t, int from)
- int lastIndexOf(const QSslError & t, int from = -1)
- void move(int from, int to)
- bool operator!=(const QList<QSslError> & l)
- QList<QSslError> operator=(const QList<QSslError> & l)
- bool operator==(const QList<QSslError> & l)
- QSslError & operator[](int i)
- void prepend(const QSslError & t)
- int removeAll(const QSslError & t)
- void removeAt(int i)
- bool removeOne(const QSslError & t)
- void replace(int i, const QSslError & t)
- void reserve(int size)
- void setSharable(bool shrable)
- int size()
- void swap(int i, int j)
- QSslError takeAt(int i)
- QSslError takeFirst()
- QSslError takeLast()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/artistic.html
NAME
Qt::Network::Template::T006
PUBLIC METHODS
- QList<QSslCertificate>()
- QList<QSslCertificate>(const QList<QSslCertificate> & l)
- ~QList<QSslCertificate>()
- void append(const QSslCertificate & t)
- void append(const QList<QSslCertificate> & t)
- const QSslCertificate & at(int i)
- void clear()
- QBool contains(const QSslCertificate & t)
- int count(const QSslCertificate & t)
- void detach()
- int indexOf(const QSslCertificate & t, int from)
- int indexOf(const QSslCertificate & t, int from = 0)
- void insert(int i, const QSslCertificate & t)
- bool isDetached()
- bool isEmpty()
- int lastIndexOf(const QSslCertificate & t, int from)
- int lastIndexOf(const QSslCertificate & t, int from = -1)
- void move(int from, int to)
- bool operator!=(const QList<QSslCertificate> & l)
- QList<QSslCertificate> operator=(const QList<QSslCertificate> & l)
- bool operator==(const QList<QSslCertificate> & l)
- QSslCertificate & operator[](int i)
- void prepend(const QSslCertificate & t)
- int removeAll(const QSslCertificate & t)
- void removeAt(int i)
- bool removeOne(const QSslCertificate & t)
- void replace(int i, const QSslCertificate & t)
- void reserve(int size)
- void setSharable(bool shrable)
- int size()
- void swap(int i, int j)
- QSslCertificate takeAt(int i)
- QSslCertificate takeFirst()
- QSslCertificate takeLast()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/artistic.html
NAME
Qt::Network::Template::T007
PUBLIC METHODS
- QList<QSslCipher>()
- QList<QSslCipher>(const QList<QSslCipher> & l)
- ~QList<QSslCipher>()
- void append(const QSslCipher & t)
- void append(const QList<QSslCipher> & t)
- const QSslCipher & at(int i)
- void clear()
- QBool contains(const QSslCipher & t)
- int count(const QSslCipher & t)
- void detach()
- int indexOf(const QSslCipher & t, int from)
- int indexOf(const QSslCipher & t, int from = 0)
- void insert(int i, const QSslCipher & t)
- bool isDetached()
- bool isEmpty()
- int lastIndexOf(const QSslCipher & t, int from)
- int lastIndexOf(const QSslCipher & t, int from = -1)
- void move(int from, int to)
- bool operator!=(const QList<QSslCipher> & l)
- QList<QSslCipher> operator=(const QList<QSslCipher> & l)
- bool operator==(const QList<QSslCipher> & l)
- QSslCipher & operator[](int i)
- void prepend(const QSslCipher & t)
- int removeAll(const QSslCipher & t)
- void removeAt(int i)
- bool removeOne(const QSslCipher & t)
- void replace(int i, const QSslCipher & t)
- void reserve(int size)
- void setSharable(bool shrable)
- int size()
- void swap(int i, int j)
- QSslCipher takeAt(int i)
- QSslCipher takeFirst()
- QSslCipher takeLast()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/artistic.html
NAME
Qt::Network::Template::T008
PUBLIC METHODS
- QList<QByteArray>()
- QList<QByteArray>(const QList<QByteArray> & l)
- ~QList<QByteArray>()
- void append(const QByteArray & t)
- void append(const QList<QByteArray> & t)
- const QByteArray & at(int i)
- void clear()
- QBool contains(const QByteArray & t)
- int count(const QByteArray & t)
- void detach()
- int indexOf(const QByteArray & t, int from)
- int indexOf(const QByteArray & t, int from = 0)
- void insert(int i, const QByteArray & t)
- bool isDetached()
- bool isEmpty()
- int lastIndexOf(const QByteArray & t, int from)
- int lastIndexOf(const QByteArray & t, int from = -1)
- void move(int from, int to)
- bool operator!=(const QList<QByteArray> & l)
- QList<QByteArray> operator=(const QList<QByteArray> & l)
- bool operator==(const QList<QByteArray> & l)
- QByteArray & operator[](int i)
- void prepend(const QByteArray & t)
- int removeAll(const QByteArray & t)
- void removeAt(int i)
- bool removeOne(const QByteArray & t)
- void replace(int i, const QByteArray & t)
- void reserve(int size)
- void setSharable(bool shrable)
- int size()
- void swap(int i, int j)
- QByteArray takeAt(int i)
- QByteArray takeFirst()
- QByteArray takeLast()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/artistic.html
NAME
Qt::Network::Template::T009
PUBLIC METHODS
- QList<QNetworkCookie>()
- QList<QNetworkCookie>(const QList<QNetworkCookie> & l)
- ~QList<QNetworkCookie>()
- void append(const QNetworkCookie & t)
- void append(const QList<QNetworkCookie> & t)
- const QNetworkCookie & at(int i)
- void clear()
- QBool contains(const QNetworkCookie & t)
- int count(const QNetworkCookie & t)
- void detach()
- int indexOf(const QNetworkCookie & t, int from)
- int indexOf(const QNetworkCookie & t, int from = 0)
- void insert(int i, const QNetworkCookie & t)
- bool isDetached()
- bool isEmpty()
- int lastIndexOf(const QNetworkCookie & t, int from)
- int lastIndexOf(const QNetworkCookie & t, int from = -1)
- void move(int from, int to)
- bool operator!=(const QList<QNetworkCookie> & l)
- QList<QNetworkCookie> operator=(const QList<QNetworkCookie> & l)
- bool operator==(const QList<QNetworkCookie> & l)
- QNetworkCookie & operator[](int i)
- void prepend(const QNetworkCookie & t)
- int removeAll(const QNetworkCookie & t)
- void removeAt(int i)
- bool removeOne(const QNetworkCookie & t)
- void replace(int i, const QNetworkCookie & t)
- void reserve(int size)
- void setSharable(bool shrable)
- int size()
- void swap(int i, int j)
- QNetworkCookie takeAt(int i)
- QNetworkCookie takeFirst()
- QNetworkCookie takeLast()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/artistic.html
NAME
Qt::Network::Template::T010
PUBLIC METHODS
- QList<QHostAddress>()
- QList<QHostAddress>(const QList<QHostAddress> & l)
- ~QList<QHostAddress>()
- void append(const QHostAddress & t)
- void append(const QList<QHostAddress> & t)
- const QHostAddress & at(int i)
- void clear()
- QBool contains(const QHostAddress & t)
- int count(const QHostAddress & t)
- void detach()
- int indexOf(const QHostAddress & t, int from)
- int indexOf(const QHostAddress & t, int from = 0)
- void insert(int i, const QHostAddress & t)
- bool isDetached()
- bool isEmpty()
- int lastIndexOf(const QHostAddress & t, int from)
- int lastIndexOf(const QHostAddress & t, int from = -1)
- void move(int from, int to)
- bool operator!=(const QList<QHostAddress> & l)
- QList<QHostAddress> operator=(const QList<QHostAddress> & l)
- bool operator==(const QList<QHostAddress> & l)
- QHostAddress & operator[](int i)
- void prepend(const QHostAddress & t)
- int removeAll(const QHostAddress & t)
- void removeAt(int i)
- bool removeOne(const QHostAddress & t)
- void replace(int i, const QHostAddress & t)
- void reserve(int size)
- void setSharable(bool shrable)
- int size()
- void swap(int i, int j)
- QHostAddress takeAt(int i)
- QHostAddress takeFirst()
- QHostAddress takeLast()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/artistic.html
NAME
Qt::Network::Template::T011
PUBLIC METHODS
- QPair<QString,QString>()
- QPair<QString,QString>(const QString & t1, const QString & t2)
- ~QPair<QString,QString>()
- QPair<QString,QString> & operator=(const QPair<QString,QString> & other)
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/artistic.html
NAME
Qt::Network::Template::T012
PUBLIC METHODS
- QList<QPair<QString,QString> >()
- QList<QPair<QString,QString> >(const QList<QPair<QString,QString> > & l)
- ~QList<QPair<QString,QString> >()
- void append(const QPair<QString,QString> & t)
- void append(const QList<QPair<QString,QString> > & t)
- const QPair<QString,QString> & at(int i)
- void clear()
- QBool contains(const QPair<QString,QString> & t)
- int count(const QPair<QString,QString> & t)
- void detach()
- int indexOf(const QPair<QString,QString> & t, int from)
- int indexOf(const QPair<QString,QString> & t, int from = 0)
- void insert(int i, const QPair<QString,QString> & t)
- bool isDetached()
- bool isEmpty()
- int lastIndexOf(const QPair<QString,QString> & t, int from)
- int lastIndexOf(const QPair<QString,QString> & t, int from = -1)
- void move(int from, int to)
- bool operator!=(const QList<QPair<QString,QString> > & l)
- QList<QPair<QString,QString> > operator=(const QList<QPair<QString,QString> > & l)
- bool operator==(const QList<QPair<QString,QString> > & l)
- QPair<QString,QString> & operator[](int i)
- void prepend(const QPair<QString,QString> & t)
- int removeAll(const QPair<QString,QString> & t)
- void removeAt(int i)
- bool removeOne(const QPair<QString,QString> & t)
- void replace(int i, const QPair<QString,QString> & t)
- void reserve(int size)
- void setSharable(bool shrable)
- int size()
- void swap(int i, int j)
- QPair<QString,QString> takeAt(int i)
- QPair<QString,QString> takeFirst()
- QPair<QString,QString> takeLast()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/artistic.html
NAME
Qt::Network::Template::T013
PUBLIC METHODS
- QList<QVariant>()
- QList<QVariant>(const QList<QVariant> & l)
- ~QList<QVariant>()
- void append(const QVariant & t)
- void append(const QList<QVariant> & t)
- const QVariant & at(int i)
- void clear()
- QBool contains(const QVariant & t)
- int count(const QVariant & t)
- void detach()
- int indexOf(const QVariant & t, int from)
- int indexOf(const QVariant & t, int from = 0)
- void insert(int i, const QVariant & t)
- bool isDetached()
- bool isEmpty()
- int lastIndexOf(const QVariant & t, int from)
- int lastIndexOf(const QVariant & t, int from = -1)
- void move(int from, int to)
- bool operator!=(const QList<QVariant> & l)
- QList<QVariant> operator=(const QList<QVariant> & l)
- bool operator==(const QList<QVariant> & l)
- QVariant & operator[](int i)
- void prepend(const QVariant & t)
- int removeAll(const QVariant & t)
- void removeAt(int i)
- bool removeOne(const QVariant & t)
- void replace(int i, const QVariant & t)
- void reserve(int size)
- void setSharable(bool shrable)
- int size()
- void swap(int i, int j)
- QVariant takeAt(int i)
- QVariant takeFirst()
- QVariant takeLast()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/artistic.html
NAME
Qt::Network::Template::T014
PUBLIC METHODS
- QMap<QString,QVariant>()
- QMap<QString,QVariant>(const QMap<QString,QVariant> & other)
- ~QMap<QString,QVariant>()
- void clear()
- bool contains(const QString & key)
- int count(const QString & key)
- void detach()
- bool isDetached()
- bool isEmpty()
- const QString key(const QVariant & value)
- const QString key(const QVariant & value, const QString & defaultKey)
- bool operator!=(const QMap<QString,QVariant> & other)
- QMap<QString,QVariant> & operator=(const QMap<QString,QVariant> & other)
- bool operator==(const QMap<QString,QVariant> & other)
- const QVariant operator[](const QString & key)
- int remove(const QString & key)
- void setInsertInOrder(bool ordered)
- void setSharable(bool sharable)
- int size()
- QVariant take(const QString & key)
- const QVariant value(const QString & key)
- const QVariant value(const QString & key, const QVariant & defaultValue)
- QList<QVariant> values()
- QList<QVariant> values(const QString & key)
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/artistic.html
NAME
Qt::Network::Template::T015
PUBLIC METHODS
- QList<QNetworkAddressEntry>()
- QList<QNetworkAddressEntry>(const QList<QNetworkAddressEntry> & l)
- ~QList<QNetworkAddressEntry>()
- void append(const QNetworkAddressEntry & t)
- void append(const QList<QNetworkAddressEntry> & t)
- const QNetworkAddressEntry & at(int i)
- void clear()
- QBool contains(const QNetworkAddressEntry & t)
- int count(const QNetworkAddressEntry & t)
- void detach()
- int indexOf(const QNetworkAddressEntry & t, int from)
- int indexOf(const QNetworkAddressEntry & t, int from = 0)
- void insert(int i, const QNetworkAddressEntry & t)
- bool isDetached()
- bool isEmpty()
- int lastIndexOf(const QNetworkAddressEntry & t, int from)
- int lastIndexOf(const QNetworkAddressEntry & t, int from = -1)
- void move(int from, int to)
- bool operator!=(const QList<QNetworkAddressEntry> & l)
- QList<QNetworkAddressEntry> operator=(const QList<QNetworkAddressEntry> & l)
- bool operator==(const QList<QNetworkAddressEntry> & l)
- QNetworkAddressEntry & operator[](int i)
- void prepend(const QNetworkAddressEntry & t)
- int removeAll(const QNetworkAddressEntry & t)
- void removeAt(int i)
- bool removeOne(const QNetworkAddressEntry & t)
- void replace(int i, const QNetworkAddressEntry & t)
- void reserve(int size)
- void setSharable(bool shrable)
- int size()
- void swap(int i, int j)
- QNetworkAddressEntry takeAt(int i)
- QNetworkAddressEntry takeFirst()
- QNetworkAddressEntry takeLast()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/artistic.html
NAME
Qt::Network::Template::T016
PUBLIC METHODS
- QList<QNetworkInterface>()
- QList<QNetworkInterface>(const QList<QNetworkInterface> & l)
- ~QList<QNetworkInterface>()
- void append(const QNetworkInterface & t)
- void append(const QList<QNetworkInterface> & t)
- const QNetworkInterface & at(int i)
- void clear()
- void detach()
- void insert(int i, const QNetworkInterface & t)
- bool isDetached()
- bool isEmpty()
- void move(int from, int to)
- QList<QNetworkInterface> operator=(const QList<QNetworkInterface> & l)
- QNetworkInterface & operator[](int i)
- void prepend(const QNetworkInterface & t)
- void removeAt(int i)
- void replace(int i, const QNetworkInterface & t)
- void reserve(int size)
- void setSharable(bool shrable)
- int size()
- void swap(int i, int j)
- QNetworkInterface takeAt(int i)
- QNetworkInterface takeFirst()
- QNetworkInterface takeLast()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/artistic.html
NAME
Qt::Network::Template::T017
PUBLIC METHODS
- QList<QNetworkProxy>()
- QList<QNetworkProxy>(const QList<QNetworkProxy> & l)
- ~QList<QNetworkProxy>()
- void append(const QNetworkProxy & t)
- void append(const QList<QNetworkProxy> & t)
- const QNetworkProxy & at(int i)
- void clear()
- QBool contains(const QNetworkProxy & t)
- int count(const QNetworkProxy & t)
- void detach()
- int indexOf(const QNetworkProxy & t, int from)
- int indexOf(const QNetworkProxy & t, int from = 0)
- void insert(int i, const QNetworkProxy & t)
- bool isDetached()
- bool isEmpty()
- int lastIndexOf(const QNetworkProxy & t, int from)
- int lastIndexOf(const QNetworkProxy & t, int from = -1)
- void move(int from, int to)
- bool operator!=(const QList<QNetworkProxy> & l)
- QList<QNetworkProxy> operator=(const QList<QNetworkProxy> & l)
- bool operator==(const QList<QNetworkProxy> & l)
- QNetworkProxy & operator[](int i)
- void prepend(const QNetworkProxy & t)
- int removeAll(const QNetworkProxy & t)
- void removeAt(int i)
- bool removeOne(const QNetworkProxy & t)
- void replace(int i, const QNetworkProxy & t)
- void reserve(int size)
- void setSharable(bool shrable)
- int size()
- void swap(int i, int j)
- QNetworkProxy takeAt(int i)
- QNetworkProxy takeFirst()
- QNetworkProxy takeLast()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/artistic.html
NAME
Qt::Network::Template::T018
PUBLIC METHODS
- QPair<QHostAddress,int>()
- QPair<QHostAddress,int>(const QHostAddress & t1, const int & t2)
- ~QPair<QHostAddress,int>()
- QPair<QHostAddress,int> & operator=(const QPair<QHostAddress,int> & other)
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.