![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
This is the complete list of members for QPolygon, including all inherited members.
| append(parameter_type t) | QList< QPoint > | inline |
| assign(qsizetype n, parameter_type t) | QList< QPoint > | inline |
| at(qsizetype i) const noexcept | QList< QPoint > | inline |
| back() | QList< QPoint > | inline |
| begin() | QList< QPoint > | inline |
| boundingRect() const | QPolygon | |
| capacity() const | QList< QPoint > | inline |
| cbegin() const noexcept | QList< QPoint > | inline |
| cend() const noexcept | QList< QPoint > | inline |
| clear() | QList< QPoint > | inline |
| const_pointer typedef | QList< QPoint > | |
| const_reference typedef | QList< QPoint > | |
| const_reverse_iterator typedef | QList< QPoint > | |
| constBegin() const noexcept | QList< QPoint > | inline |
| constData() const noexcept | QList< QPoint > | inline |
| constEnd() const noexcept | QList< QPoint > | inline |
| constFirst() const noexcept | QList< QPoint > | inline |
| ConstIterator typedef | QList< QPoint > | |
| constLast() const noexcept | QList< QPoint > | inline |
| contains(const AT &t) const noexcept | QListSpecialMethodsBase< QPoint > | inline |
| containsPoint(const QPoint &pt, Qt::FillRule fillRule) const | QPolygon | |
| count() const noexcept | QList< QPoint > | inline |
| crbegin() const noexcept | QList< QPoint > | inline |
| crend() const noexcept | QList< QPoint > | inline |
| data() | QList< QPoint > | inline |
| data_ptr() & | QList< QPoint > | inline |
| detach() | QList< QPoint > | inline |
| difference_type typedef | QList< QPoint > | |
| emplace(const_iterator before, Args &&... args) | QList< QPoint > | inline |
| emplace_back(Args &&... args) | QList< QPoint > | inline |
| emplaceBack(Args &&... args) | QList< QPoint > | inline |
| emplaceFront(Args &&... args) | QList< QPoint > | inline |
| empty() const noexcept | QList< QPoint > | inline |
| end() | QList< QPoint > | inline |
| endsWith(parameter_type t) const | QList< QPoint > | inline |
| erase(const_iterator begin, const_iterator end) | QList< QPoint > | |
| fill(parameter_type t, qsizetype size=-1) | QList< QPoint > | inline |
| first() | QList< QPoint > | inline |
| fromList(const QList< QPoint > &list) noexcept | QList< QPoint > | inlinestatic |
| fromReadOnlyData(const QPoint(&t)[N]) noexcept | QList< QPoint > | inlinestatic |
| fromVector(const QList< QPoint > &vector) noexcept | QList< QPoint > | inlinestatic |
| front() | QList< QPoint > | inline |
| indexOf(const AT &t, qsizetype from=0) const noexcept | QListSpecialMethodsBase< QPoint > | |
| insert(qsizetype i, parameter_type t) | QList< QPoint > | inline |
| intersected(const QPolygon &r) const | QPolygon | |
| intersects(const QPolygon &r) const | QPolygon | |
| isDetached() const noexcept | QList< QPoint > | inline |
| isEmpty() const noexcept | QList< QPoint > | inline |
| isSharedWith(const QList< QPoint > &other) const | QList< QPoint > | inline |
| Iterator typedef | QList< QPoint > | |
| last() | QList< QPoint > | inline |
| lastIndexOf(const AT &t, qsizetype from=-1) const noexcept | QListSpecialMethodsBase< QPoint > | |
| length() const noexcept | QList< QPoint > | inline |
| max_size() const noexcept | QList< QPoint > | inline |
| maxSize() | QList< QPoint > | inlinestatic |
| mid(qsizetype pos, qsizetype len=-1) const | QList< QPoint > | inline |
| move(qsizetype from, qsizetype to) | QList< QPoint > | inline |
| operator QVariant() const | QPolygon | |
| operator!=(const QList &other) const | QList< QPoint > | inline |
| operator+(const QList< QPoint > &l) const & | QList< QPoint > | inline |
| operator+=(const QList< QPoint > &l) | QList< QPoint > | inline |
| operator<(const QList &other) const noexcept(noexcept(std::lexicographical_compare< typename QList< U >::const_iterator, typename QList::const_iterator >(std::declval< QList< U > >().begin(), std::declval< QList< U > >().end(), other.begin(), other.end()))) | QList< QPoint > | inline |
| operator<<(QDataStream &stream, const QPolygon &polygon) | QPolygon | related |
| QList< QPoint >::operator<<(parameter_type t) | QList< QPoint > | inline |
| operator<=(const QList &other) const noexcept(noexcept(other< std::declval< QList< U > >())) | QList< QPoint > | inline |
| operator=(std::initializer_list< QPoint > args) | QList< QPoint > | inline |
| operator==(const QList &other) const | QList< QPoint > | inline |
| operator>(const QList &other) const noexcept(noexcept(other< std::declval< QList< U > >())) | QList< QPoint > | inline |
| operator>=(const QList &other) const noexcept(noexcept(std::declval< QList< U > >()< other)) | QList< QPoint > | inline |
| operator>>(QDataStream &stream, QPolygon &polygon) | QPolygon | related |
| operator[](qsizetype i) | QList< QPoint > | inline |
| parameter_type typedef | QList< QPoint > | |
| point(int i, int *x, int *y) const | QPolygon | |
| point(int i) const | QPolygon | inline |
| pointer typedef | QList< QPoint > | |
| pop_back() noexcept | QList< QPoint > | inline |
| pop_front() noexcept | QList< QPoint > | inline |
| prepend(rvalue_ref t) | QList< QPoint > | inline |
| push_back(parameter_type t) | QList< QPoint > | inline |
| push_front(rvalue_ref t) | QList< QPoint > | inline |
| putPoints(int index, int nPoints, const int *points) | QPolygon | |
| putPoints(int index, int nPoints, int firstx, int firsty,...) | QPolygon | |
| putPoints(int index, int nPoints, const QPolygon &from, int fromIndex=0) | QPolygon | |
| QList(DataPointer dd) noexcept | QList< QPoint > | inline |
| QListSpecialMethods()=default | QListSpecialMethods< QPoint > | protected |
| QListSpecialMethodsBase()=default | QListSpecialMethodsBase< QPoint > | protected |
| QPolygon()=default | QPolygon | |
| QPolygon(const QList< QPoint > &v) | QPolygon | inline |
| QPolygon(QList< QPoint > &&v) noexcept | QPolygon | inline |
| QPolygon(const QRect &r, bool closed=false) | QPolygon | |
| QPolygon(int nPoints, const int *points) | QPolygon | |
| rbegin() | QList< QPoint > | inline |
| reference typedef | QList< QPoint > | |
| remove(qsizetype i, qsizetype n=1) | QList< QPoint > | inline |
| removeAll(const AT &t) | QList< QPoint > | inline |
| removeAt(qsizetype i) | QList< QPoint > | inline |
| removeFirst() noexcept | QList< QPoint > | inline |
| removeIf(Predicate pred) | QList< QPoint > | inline |
| removeLast() noexcept | QList< QPoint > | inline |
| removeOne(const AT &t) | QList< QPoint > | inline |
| rend() | QList< QPoint > | inline |
| replace(qsizetype i, parameter_type t) | QList< QPoint > | inline |
| reserve(qsizetype size) | QList< QPoint > | |
| resize(qsizetype size) | QList< QPoint > | inline |
| resizeForOverwrite(qsizetype size) | QList< QPoint > | inline |
| reverse_iterator typedef | QList< QPoint > | |
| rvalue_ref typedef | QList< QPoint > | |
| Self typedef | QListSpecialMethodsBase< QPoint > | protected |
| self() | QListSpecialMethodsBase< QPoint > | inlineprotected |
| setPoint(int index, int x, int y) | QPolygon | |
| setPoint(int index, const QPoint &p) | QPolygon | inline |
| setPoints(int nPoints, const int *points) | QPolygon | |
| setPoints(int nPoints, int firstx, int firsty,...) | QPolygon | |
| shrink_to_fit() | QList< QPoint > | inline |
| size() const noexcept | QList< QPoint > | inline |
| size_type typedef | QList< QPoint > | |
| sliced(qsizetype pos) const | QList< QPoint > | inline |
| squeeze() | QList< QPoint > | inline |
| startsWith(parameter_type t) const | QList< QPoint > | inline |
| subtracted(const QPolygon &r) const | QPolygon | |
| swap(QPolygon &other) noexcept | QPolygon | inline |
| QList< QPoint >::swap(QList &other) noexcept | QList< QPoint > | inline |
| swapItemsAt(qsizetype i, qsizetype j) | QList< QPoint > | inline |
| takeAt(qsizetype i) | QList< QPoint > | inline |
| takeFirst() | QList< QPoint > | inline |
| takeLast() | QList< QPoint > | inline |
| toList() const noexcept | QList< QPoint > | inline |
| toPolygonF() const | QPolygon | inline |
| toVector() const noexcept | QList< QPoint > | inline |
| translate(int dx, int dy) | QPolygon | |
| translate(const QPoint &offset) | QPolygon | inline |
| translated(int dx, int dy) const | QPolygon | |
| translated(const QPoint &offset) const | QPolygon | inline |
| Type typedef | QList< QPoint > | |
| united(const QPolygon &r) const | QPolygon | |
| value(qsizetype i) const | QList< QPoint > | inline |
| value_type typedef | QList< QPoint > |