Method Class

class QQmlSA ::Method

Represents a QML method. 更多...

头: #include <Method>
Status: Technical Preview

公共类型

class 方法

公共函数

QString methodName () const
QQmlSA::MethodType methodType () const

详细描述

成员函数文档编制

QString Method:: methodName () const

Returns the name of the this method.

QQmlSA::MethodType Method:: methodType () const

Returns the type of this method. For example, Signal, Slot, Method or StaticMethod.