QQmlSA::Method::Methods Class
class QQmlSA::Method::Methods保存多个方法名到方法的关联。更多
公共函数
Methods() | |
Methods(const QQmlSA::Method::Methods &other) | |
~Methods() | |
QMultiHash<QString, QQmlSA::Method>::const_iterator | begin() const |
QMultiHash<QString, QQmlSA::Method>::const_iterator | constBegin() const |
QMultiHash<QString, QQmlSA::Method>::const_iterator | constEnd() const |
QMultiHash<QString, QQmlSA::Method>::const_iterator | end() const |
成员函数文档
Methods::Methods()
构造一个新的方法对象。
Methods::Methods(const QQmlSA::Method::Methods &other)
创建other 的副本。
[noexcept]
Methods::~Methods()
销毁方法实例。
QMultiHash<QString, QQmlSA::Method>::const_iterator Methods::begin() const
返回方法起始处的迭代器。
QMultiHash<QString, QQmlSA::Method>::const_iterator Methods::constBegin() const
返回方法起始处的迭代器。
QMultiHash<QString, QQmlSA::Method>::const_iterator Methods::constEnd() const
返回方法末尾的迭代器。
QMultiHash<QString, QQmlSA::Method>::const_iterator Methods::end() const
返回方法末尾的迭代器。
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.