![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlprofilereventlocation_p.h>
Public Member Functions | |
| QQmlProfilerEventLocation () | |
| QQmlProfilerEventLocation (const QString &file, int lineNumber, int columnNumber) | |
| void | clear () |
| bool | isValid () const |
| QString | filename () const |
| int | line () const |
| int | column () const |
Friends | |
| QDataStream & | operator>> (QDataStream &stream, QQmlProfilerEventLocation &location) |
| QDataStream & | operator<< (QDataStream &stream, const QQmlProfilerEventLocation &location) |
| size_t | qHash (const QQmlProfilerEventLocation &key, size_t seed=0) noexcept |
Definition at line 26 of file qqmlprofilereventlocation_p.h.
|
inline |
Definition at line 29 of file qqmlprofilereventlocation_p.h.
|
inline |
Definition at line 30 of file qqmlprofilereventlocation_p.h.
|
inline |
Definition at line 34 of file qqmlprofilereventlocation_p.h.
|
inline |
Definition at line 47 of file qqmlprofilereventlocation_p.h.
|
inline |
Definition at line 45 of file qqmlprofilereventlocation_p.h.
|
inline |
Definition at line 40 of file qqmlprofilereventlocation_p.h.
|
inline |
Definition at line 46 of file qqmlprofilereventlocation_p.h.
|
friend |
Definition at line 16 of file qqmlprofilereventlocation.cpp.
|
friend |
Definition at line 11 of file qqmlprofilereventlocation.cpp.
|
friend |
Definition at line 53 of file qqmlprofilereventlocation_p.h.