Home
last modified time | relevance | path

Searched refs:QStack (Results 1 – 25 of 1825) sorted by relevance

12345678910>>...73

/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/tools/
H A Dqstack.h54 class QStack : public QVector<T> in QT_MODULE()
57 inline QStack() {} in QT_MODULE()
58 inline ~QStack() {} in QT_MODULE()
59 … inline void swap(QStack<T> &other) { QVector<T>::swap(other); } // prevent QVector<->QStack swaps in QT_MODULE()
67 inline T QStack<T>::pop() in pop()
72 inline T &QStack<T>::top() in top()
76 inline const T &QStack<T>::top() const in top()
/dports/databases/akonadi/akonadi-21.12.3/src/server/
H A Dhandlerhelper.h78 const QStack<Collection> &ancestors = QStack<Collection>(),
79 … const QStack<CollectionAttribute::List> &ancestorAttributes = QStack<CollectionAttribute::List>(),
86 const QStack<Collection> &ancestors,
87 …const QStack<CollectionAttribute::List> &_ancestorsAttributes = QStack<CollectionAttribute::List>(…
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqstack.h49 class QStack : public QVector<T>
53 …inline void swap(QStack<T> &other) noexcept { QVector<T>::swap(other); } // prevent QVector<->QSta… in swap()
61 inline T QStack<T>::pop() in pop()
66 inline T &QStack<T>::top() in top()
70 inline const T &QStack<T>::top() const in top()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqstack.h49 class QStack : public QVector<T>
53 …inline void swap(QStack<T> &other) noexcept { QVector<T>::swap(other); } // prevent QVector<->QSta… in swap()
61 inline T QStack<T>::pop() in pop()
66 inline T &QStack<T>::top() in top()
70 inline const T &QStack<T>::top() const in top()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqstack.h49 class QStack : public QVector<T>
53 …inline void swap(QStack<T> &other) noexcept { QVector<T>::swap(other); } // prevent QVector<->QSta… in swap()
61 inline T QStack<T>::pop() in pop()
66 inline T &QStack<T>::top() in top()
70 inline const T &QStack<T>::top() const in top()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqstack.h49 class QStack : public QVector<T>
53 …inline void swap(QStack<T> &other) noexcept { QVector<T>::swap(other); } // prevent QVector<->QSta… in swap()
61 inline T QStack<T>::pop() in pop()
66 inline T &QStack<T>::top() in top()
70 inline const T &QStack<T>::top() const in top()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqstack.h49 class QStack : public QVector<T>
53 …inline void swap(QStack<T> &other) noexcept { QVector<T>::swap(other); } // prevent QVector<->QSta… in swap()
61 inline T QStack<T>::pop() in pop()
66 inline T &QStack<T>::top() in top()
70 inline const T &QStack<T>::top() const in top()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqstack.h49 class QStack : public QVector<T>
53 …inline void swap(QStack<T> &other) noexcept { QVector<T>::swap(other); } // prevent QVector<->QSta… in swap()
61 inline T QStack<T>::pop() in pop()
66 inline T &QStack<T>::top() in top()
70 inline const T &QStack<T>::top() const in top()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqstack.h49 class QStack : public QVector<T>
53 …inline void swap(QStack<T> &other) noexcept { QVector<T>::swap(other); } // prevent QVector<->QSta… in swap()
61 inline T QStack<T>::pop() in pop()
66 inline T &QStack<T>::top() in top()
70 inline const T &QStack<T>::top() const in top()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqstack.h49 class QStack : public QVector<T>
53 …inline void swap(QStack<T> &other) noexcept { QVector<T>::swap(other); } // prevent QVector<->QSta… in swap()
61 inline T QStack<T>::pop() in pop()
66 inline T &QStack<T>::top() in top()
70 inline const T &QStack<T>::top() const in top()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqstack.h49 class QStack : public QVector<T>
53 …inline void swap(QStack<T> &other) noexcept { QVector<T>::swap(other); } // prevent QVector<->QSta… in swap()
61 inline T QStack<T>::pop() in pop()
66 inline T &QStack<T>::top() in top()
70 inline const T &QStack<T>::top() const in top()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqstack.h49 class QStack : public QVector<T>
53 …inline void swap(QStack<T> &other) noexcept { QVector<T>::swap(other); } // prevent QVector<->QSta… in swap()
61 inline T QStack<T>::pop() in pop()
66 inline T &QStack<T>::top() in top()
70 inline const T &QStack<T>::top() const in top()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqstack.h49 class QStack : public QVector<T>
53 …inline void swap(QStack<T> &other) noexcept { QVector<T>::swap(other); } // prevent QVector<->QSta… in swap()
61 inline T QStack<T>::pop() in pop()
66 inline T &QStack<T>::top() in top()
70 inline const T &QStack<T>::top() const in top()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqstack.h49 class QStack : public QVector<T>
53 …inline void swap(QStack<T> &other) noexcept { QVector<T>::swap(other); } // prevent QVector<->QSta… in swap()
61 inline T QStack<T>::pop() in pop()
66 inline T &QStack<T>::top() in top()
70 inline const T &QStack<T>::top() const in top()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqstack.h49 class QStack : public QVector<T>
53 …inline void swap(QStack<T> &other) noexcept { QVector<T>::swap(other); } // prevent QVector<->QSta… in swap()
61 inline T QStack<T>::pop() in pop()
66 inline T &QStack<T>::top() in top()
70 inline const T &QStack<T>::top() const in top()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqstack.h49 class QStack : public QVector<T>
53 …inline void swap(QStack<T> &other) noexcept { QVector<T>::swap(other); } // prevent QVector<->QSta… in swap()
61 inline T QStack<T>::pop() in pop()
66 inline T &QStack<T>::top() in top()
70 inline const T &QStack<T>::top() const in top()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqstack.h49 class QStack : public QVector<T>
53 …inline void swap(QStack<T> &other) noexcept { QVector<T>::swap(other); } // prevent QVector<->QSta… in swap()
61 inline T QStack<T>::pop() in pop()
66 inline T &QStack<T>::top() in top()
70 inline const T &QStack<T>::top() const in top()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqstack.h49 class QStack : public QVector<T>
53 …inline void swap(QStack<T> &other) noexcept { QVector<T>::swap(other); } // prevent QVector<->QSta… in swap()
61 inline T QStack<T>::pop() in pop()
66 inline T &QStack<T>::top() in top()
70 inline const T &QStack<T>::top() const in top()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqstack.h49 class QStack : public QVector<T>
53 …inline void swap(QStack<T> &other) noexcept { QVector<T>::swap(other); } // prevent QVector<->QSta… in swap()
61 inline T QStack<T>::pop() in pop()
66 inline T &QStack<T>::top() in top()
70 inline const T &QStack<T>::top() const in top()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqstack.h49 class QStack : public QVector<T>
53 …inline void swap(QStack<T> &other) noexcept { QVector<T>::swap(other); } // prevent QVector<->QSta… in swap()
61 inline T QStack<T>::pop() in pop()
66 inline T &QStack<T>::top() in top()
70 inline const T &QStack<T>::top() const in top()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqstack.h49 class QStack : public QVector<T>
53 …inline void swap(QStack<T> &other) noexcept { QVector<T>::swap(other); } // prevent QVector<->QSta… in swap()
61 inline T QStack<T>::pop() in pop()
66 inline T &QStack<T>::top() in top()
70 inline const T &QStack<T>::top() const in top()
/dports/www/cutelyst/cutelyst-3.2.0/Cutelyst/
H A Dcomponent_p.h34 QStack<Component *> beforeRoles;
35 QStack<Component *> aroundRoles;
36 QStack<Component *> afterRoles;
37 QStack<Component *> roles;
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/qmuparser/
H A Dqmuparserbase.h46 template <class T> class QStack; variable
263 …void ApplyRemainingOprt(QStack<token_type> &a_stOpt, QStack<token_type> &a_stVal) co…
264 void ApplyBinOprt(QStack<token_type> &a_stOpt, QStack<token_type> &a_stVal) const;
265 void ApplyIfElse(QStack<token_type> &a_stOpt, QStack<token_type> &a_stVal) const;
266 …void ApplyFunc(QStack<token_type> &a_stOpt, QStack<token_type> &a_stVal, int iArgCou…
279 …void StackDump(const QStack<token_type > &a_stVal, const QStack<token_type > &a_stOp…
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/parser/
H A Dqparsercontext_p.h196 QStack<QXmlName> tagStack;
248 QStack<Expression::Ptr> typeswitchSource;
260 QStack<NamespaceResolver::Ptr> resolvers;
275 QStack<bool> scanOnlyStack;
277 QStack<OrderBy::Stability> orderStability;
405 QStack<bool> isBackwardsCompat;
424 QStack<bool> m_isParsingWithParam;
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/parser/
H A Dqparsercontext_p.h193 QStack<QXmlName> tagStack;
252 QStack<Expression::Ptr> typeswitchSource;
264 QStack<NamespaceResolver::Ptr> resolvers;
279 QStack<bool> scanOnlyStack;
281 QStack<OrderBy::Stability> orderStability;
409 QStack<bool> isBackwardsCompat;
428 QStack<bool> m_isParsingWithParam;

12345678910>>...73