![]() |
Qt 6.x
The Qt SDK
|
\inmodule QtQmlCompiler More...
#include <qqmlsa.h>
Classes | |
class | Methods |
\inmodule QtQmlCompiler More... | |
Public Member Functions | |
Method () | |
Method (const Method &) | |
Method (Method &&) noexcept | |
Method & | operator= (const Method &) |
Method & | operator= (Method &&) noexcept |
~Method () | |
QString | methodName () const |
Returns the name of the this method. | |
MethodType | methodType () const |
Returns the type of this method. | |
Friends | |
bool | operator== (const Method &lhs, const Method &rhs) |
bool | operator!= (const Method &lhs, const Method &rhs) |
QQmlSA::Method::Method | ( | ) |
Definition at line 336 of file qqmlsa.cpp.
QQmlSA::Method::Method | ( | const Method & | other | ) |
Definition at line 338 of file qqmlsa.cpp.
|
noexcept |
Definition at line 340 of file qqmlsa.cpp.
References other().
|
default |
QString QQmlSA::Method::methodName | ( | ) | const |
MethodType QQmlSA::Method::methodType | ( | ) | const |
Returns the type of this method.
For example, Signal, Slot, Method or StaticMethod.
Definition at line 380 of file qqmlsa.cpp.
References d.
Definition at line 345 of file qqmlsa.cpp.
References other().
Definition at line 355 of file qqmlsa.cpp.
References other().