![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\inmodule QtQmlCompiler More...
#include <qqmlsa.h>
Classes | |
| class | Methods |
| \inmodule QtQmlCompiler More... | |
Public Member Functions | |
| Method () | |
| Constructs a new Method object. | |
| Method (const Method &) | |
| Creates a copy of other. | |
| Method (Method &&) noexcept | |
| Move-constructs a Method instance. | |
| Method & | operator= (const Method &) |
| Assigns other to this Method instance. | |
| Method & | operator= (Method &&) noexcept |
| Move-assigns other to this Method instance. | |
| ~Method () | |
| Destroys the Method. | |
| QString | methodName () const |
| Returns the name of the this method. | |
| QQmlSA::SourceLocation | sourceLocation () const |
| Returns the location in the QML code where this method is defined. | |
| MethodType | methodType () const |
| Returns the type of this method. | |
Friends | |
| bool | operator== (const Method &lhs, const Method &rhs) |
Returns true if lhs and rhs are equal, and false otherwise. | |
| bool | operator!= (const Method &lhs, const Method &rhs) |
Returns true if lhs and rhs are not equal, and false otherwise. | |
| Method::Method | ( | ) |
Constructs a new Method object.
Definition at line 593 of file qqmlsa.cpp.
| Method::Method | ( | const Method & | other | ) |
Creates a copy of other.
Definition at line 598 of file qqmlsa.cpp.
|
noexcept |
Move-constructs a Method instance.
Definition at line 603 of file qqmlsa.cpp.
|
default |
Destroys the Method.
| QString Method::methodName | ( | ) | const |
Returns the name of the this method.
Definition at line 642 of file qqmlsa.cpp.
| MethodType Method::methodType | ( | ) | const |
Returns the type of this method.
Definition at line 651 of file qqmlsa.cpp.
Assigns other to this Method instance.
Definition at line 611 of file qqmlsa.cpp.
Move-assigns other to this Method instance.
Definition at line 624 of file qqmlsa.cpp.
| QQmlSA::SourceLocation Method::sourceLocation | ( | ) | const |
Returns the location in the QML code where this method is defined.
Definition at line 669 of file qqmlsa.cpp.