Methods Class

class QQmlSA :: Method ::Methods

Holds multiple method name to method associations. 更多...

公共函数

方法 ()
方法 (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:: 方法 ()

Constructs a new Methods object.

Methods:: 方法 (const QQmlSA::Method::Methods & other )

创建副本为 other .

[noexcept] Methods:: ~Methods ()

Destroys the Methods instance.

QMultiHash < QString , QQmlSA::Method > ::const_iterator Methods:: begin () const

Returns an iterator to the beginning of the methods.

QMultiHash < QString , QQmlSA::Method > ::const_iterator Methods:: constBegin () const

Returns an iterator to the beginning of the methods.

QMultiHash < QString , QQmlSA::Method > ::const_iterator Methods:: constEnd () const

Returns an iterator to the end of the methods.

QMultiHash < QString , QQmlSA::Method > ::const_iterator Methods:: end () const

Returns an iterator to the end of the methods.