Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQmlProfilerEventLocation Class Reference

#include <qqmlprofilereventlocation_p.h>

+ Collaboration diagram for QQmlProfilerEventLocation:

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

QDataStreamoperator>> (QDataStream &stream, QQmlProfilerEventLocation &location)
 
QDataStreamoperator<< (QDataStream &stream, const QQmlProfilerEventLocation &location)
 

Detailed Description

Definition at line 25 of file qqmlprofilereventlocation_p.h.

Constructor & Destructor Documentation

◆ QQmlProfilerEventLocation() [1/2]

QQmlProfilerEventLocation::QQmlProfilerEventLocation ( )
inline

Definition at line 28 of file qqmlprofilereventlocation_p.h.

◆ QQmlProfilerEventLocation() [2/2]

QQmlProfilerEventLocation::QQmlProfilerEventLocation ( const QString & file,
int lineNumber,
int columnNumber )
inline

Definition at line 29 of file qqmlprofilereventlocation_p.h.

Member Function Documentation

◆ clear()

void QQmlProfilerEventLocation::clear ( )
inline

Definition at line 33 of file qqmlprofilereventlocation_p.h.

References QString::clear().

+ Here is the call graph for this function:

◆ column()

int QQmlProfilerEventLocation::column ( ) const
inline

Definition at line 46 of file qqmlprofilereventlocation_p.h.

◆ filename()

QString QQmlProfilerEventLocation::filename ( ) const
inline

Definition at line 44 of file qqmlprofilereventlocation_p.h.

◆ isValid()

bool QQmlProfilerEventLocation::isValid ( ) const
inline

Definition at line 39 of file qqmlprofilereventlocation_p.h.

References QString::isEmpty().

+ Here is the call graph for this function:

◆ line()

int QQmlProfilerEventLocation::line ( ) const
inline

Definition at line 45 of file qqmlprofilereventlocation_p.h.

Friends And Related Symbol Documentation

◆ operator<<

QDataStream & operator<< ( QDataStream & stream,
const QQmlProfilerEventLocation & location )
friend

Definition at line 15 of file qqmlprofilereventlocation.cpp.

◆ operator>>

QDataStream & operator>> ( QDataStream & stream,
QQmlProfilerEventLocation & location )
friend

Definition at line 10 of file qqmlprofilereventlocation.cpp.


The documentation for this class was generated from the following file: