Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QPolygon Member List

This is the complete list of members for QPolygon, including all inherited members.

append(parameter_type t)QList< QPoint >inline
append(const_iterator i1, const_iterator i2)QList< QPoint >inline
append(rvalue_ref t)QList< QPoint >inline
append(const QList< QPoint > &l)QList< QPoint >inline
append(QList< QPoint > &&l)QList< QPoint >inline
assign(qsizetype n, parameter_type t)QList< QPoint >inline
assign(InputIterator first, InputIterator last)QList< QPoint >inline
assign(std::initializer_list< QPoint > l)QList< QPoint >inline
at(qsizetype i) const noexceptQList< QPoint >inline
back()QList< QPoint >inline
back() const noexceptQList< QPoint >inline
begin()QList< QPoint >inline
begin() const noexceptQList< QPoint >inline
boundingRect() constQPolygon
capacity() constQList< QPoint >inline
cbegin() const noexceptQList< QPoint >inline
cend() const noexceptQList< QPoint >inline
clear()QList< QPoint >inline
const_pointer typedefQList< QPoint >
const_reference typedefQList< QPoint >
const_reverse_iterator typedefQList< QPoint >
constBegin() const noexceptQList< QPoint >inline
constData() const noexceptQList< QPoint >inline
constEnd() const noexceptQList< QPoint >inline
constFirst() const noexceptQList< QPoint >inline
ConstIterator typedefQList< QPoint >
constLast() const noexceptQList< QPoint >inline
contains(const AT &t) const noexceptQListSpecialMethodsBase< T >inline
containsPoint(const QPoint &pt, Qt::FillRule fillRule) constQPolygon
count() const noexceptQList< QPoint >inline
count(const AT &t) const noexceptQList< QPoint >inline
crbegin() const noexceptQList< QPoint >inline
crend() const noexceptQList< QPoint >inline
data()QList< QPoint >inline
data() const noexceptQList< QPoint >inline
detach()QList< QPoint >inline
difference_type typedefQList< QPoint >
emplace(const_iterator before, Args &&... args)QList< QPoint >inline
emplace(qsizetype i, Args &&... args)QList< QPoint >
emplace_back(Args &&... args)QList< QPoint >inline
emplaceBack(Args &&... args)QList< QPoint >inline
emplaceFront(Args &&... args)QList< QPoint >inline
empty() const noexceptQList< QPoint >inline
end()QList< QPoint >inline
end() const noexceptQList< QPoint >inline
endsWith(parameter_type t) constQList< QPoint >inline
erase(const_iterator begin, const_iterator end)QList< QPoint >
erase(const_iterator pos)QList< QPoint >inline
fill(parameter_type t, qsizetype size=-1)QList< QPoint >inline
first()QList< QPoint >inline
first() const noexceptQList< QPoint >inline
first(qsizetype n) constQList< QPoint >inline
fromList(const QList< QPoint > &list) noexceptQList< QPoint >inlinestatic
fromReadOnlyData(const QPoint(&t)[N]) noexceptQList< QPoint >inlinestatic
fromVector(const QList< QPoint > &vector) noexceptQList< QPoint >inlinestatic
front()QList< QPoint >inline
front() const noexceptQList< QPoint >inline
indexOf(const AT &t, qsizetype from=0) const noexceptQListSpecialMethodsBase< T >
insert(qsizetype i, parameter_type t)QList< QPoint >inline
insert(qsizetype i, qsizetype n, parameter_type t)QList< QPoint >inline
insert(const_iterator before, parameter_type t)QList< QPoint >inline
insert(const_iterator before, qsizetype n, parameter_type t)QList< QPoint >inline
insert(const_iterator before, rvalue_ref t)QList< QPoint >inline
insert(qsizetype i, rvalue_ref t)QList< QPoint >inline
intersected(const QPolygon &r) constQPolygon
intersects(const QPolygon &r) constQPolygon
isDetached() const noexceptQList< QPoint >inline
isEmpty() const noexceptQList< QPoint >inline
isSharedWith(const QList< QPoint > &other) constQList< QPoint >inline
Iterator typedefQList< QPoint >
last()QList< QPoint >inline
last() const noexceptQList< QPoint >inline
last(qsizetype n) constQList< QPoint >inline
lastIndexOf(const AT &t, qsizetype from=-1) const noexceptQListSpecialMethodsBase< T >
length() const noexceptQList< QPoint >inline
max_size() noexceptQList< QPoint >inlinestatic
mid(qsizetype pos, qsizetype len=-1) constQList< QPoint >inline
move(qsizetype from, qsizetype to)QList< QPoint >inline
operator QVariant() constQPolygon
operator!=(const QList &other) constQList< QPoint >inline
operator+(const QList< QPoint > &l) const &QList< QPoint >inline
operator+(const QList< QPoint > &l) &&QList< QPoint >inline
operator+(QList< QPoint > &&l) const &QList< QPoint >inline
operator+(QList< QPoint > &&l) &&QList< QPoint >inline
operator+=(const QList< QPoint > &l)QList< QPoint >inline
operator+=(QList< QPoint > &&l)QList< QPoint >inline
operator+=(parameter_type t)QList< QPoint >inline
operator+=(rvalue_ref t)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)QPolygonrelated
QList< QPoint >::operator<<(parameter_type t)QList< QPoint >inline
QList< QPoint >::operator<<(const QList< QPoint > &l)QList< QPoint >inline
QList< QPoint >::operator<<(QList< QPoint > &&l)QList< QPoint >inline
QList< QPoint >::operator<<(rvalue_ref 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) constQList< 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)QPolygonrelated
operator[](qsizetype i)QList< QPoint >inline
operator[](qsizetype i) const noexceptQList< QPoint >inline
parameter_type typedefQList< QPoint >
point(int i, int *x, int *y) constQPolygon
point(int i) constQPolygoninline
pointer typedefQList< QPoint >
pop_back() noexceptQList< QPoint >inline
pop_front() noexceptQList< QPoint >inline
prepend(rvalue_ref t)QList< QPoint >inline
prepend(parameter_type t)QList< QPoint >inline
push_back(parameter_type t)QList< QPoint >inline
push_back(rvalue_ref t)QList< QPoint >inline
push_front(rvalue_ref t)QList< QPoint >inline
push_front(parameter_type 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) noexceptQList< QPoint >inline
QList()=defaultQList< QPoint >
QList(qsizetype size)QList< QPoint >inlineexplicit
QList(qsizetype size, parameter_type t)QList< QPoint >inline
QList(std::initializer_list< QPoint > args)QList< QPoint >inline
QList(InputIterator i1, InputIterator i2)QList< QPoint >inline
QList(const String &str)QList< QPoint >inlineexplicit
QList(qsizetype size, Qt::Initialization)QList< QPoint >inline
QPolygon()=defaultQPolygon
QPolygon(const QList< QPoint > &v)QPolygoninline
QPolygon(QList< QPoint > &&v) noexceptQPolygoninline
QPolygon(const QRect &r, bool closed=false)QPolygon
QPolygon(int nPoints, const int *points)QPolygon
rbegin()QList< QPoint >inline
rbegin() const noexceptQList< QPoint >inline
reference typedefQList< QPoint >
remove(qsizetype i, qsizetype n=1)QList< QPoint >inline
removeAll(const AT &t)QList< QPoint >inline
removeAt(qsizetype i)QList< QPoint >inline
removeFirst() noexceptQList< QPoint >inline
removeIf(Predicate pred)QList< QPoint >inline
removeLast() noexceptQList< QPoint >inline
removeOne(const AT &t)QList< QPoint >inline
rend()QList< QPoint >inline
rend() const noexceptQList< QPoint >inline
replace(qsizetype i, parameter_type t)QList< QPoint >inline
replace(qsizetype i, rvalue_ref t)QList< QPoint >inline
reserve(qsizetype size)QList< QPoint >
resize(qsizetype size)QList< QPoint >inline
resize(qsizetype size, parameter_type c)QList< QPoint >inline
resizeForOverwrite(qsizetype size)QList< QPoint >inline
reverse_iterator typedefQList< QPoint >
rvalue_ref typedefQList< QPoint >
self()QListSpecialMethodsBase< T >inlineprotected
self() constQListSpecialMethodsBase< T >inlineprotected
Self typedefQListSpecialMethodsBase< T >protected
setPoint(int index, int x, int y)QPolygon
setPoint(int index, const QPoint &p)QPolygoninline
setPoints(int nPoints, const int *points)QPolygon
setPoints(int nPoints, int firstx, int firsty,...)QPolygon
shrink_to_fit()QList< QPoint >inline
size() const noexceptQList< QPoint >inline
size_type typedefQList< QPoint >
sliced(qsizetype pos) constQList< QPoint >inline
sliced(qsizetype pos, qsizetype n) constQList< QPoint >inline
squeeze()QList< QPoint >inline
startsWith(parameter_type t) constQList< QPoint >inline
subtracted(const QPolygon &r) constQPolygon
swap(QPolygon &other) noexceptQPolygoninline
QList< QPoint >::swap(QList &other) noexceptQList< 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 noexceptQList< QPoint >inline
toPolygonF() constQPolygoninline
toVector() const noexceptQList< QPoint >inline
translate(int dx, int dy)QPolygon
translate(const QPoint &offset)QPolygoninline
translated(int dx, int dy) constQPolygon
translated(const QPoint &offset) constQPolygoninline
Type typedefQList< QPoint >
united(const QPolygon &r) constQPolygon
value(qsizetype i) constQList< QPoint >inline
value(qsizetype i, parameter_type defaultValue) constQList< QPoint >inline
value_type typedefQList< QPoint >
~QListSpecialMethods()=defaultQListSpecialMethods< T >protected
~QListSpecialMethodsBase()=defaultQListSpecialMethodsBase< T >protected