Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QOpenGLTimeMonitorPrivate Class Reference
+ Inheritance diagram for QOpenGLTimeMonitorPrivate:
+ Collaboration diagram for QOpenGLTimeMonitorPrivate:

Public Member Functions

 QOpenGLTimeMonitorPrivate ()
 
 ~QOpenGLTimeMonitorPrivate ()
 
bool create ()
 
void destroy ()
 
void recordSample ()
 
bool isResultAvailable () const
 
QList< GLuint64samples () const
 
QList< GLuint64intervals () const
 
void reset ()
 
 QOpenGLTimeMonitorPrivate ()
 
 ~QOpenGLTimeMonitorPrivate ()
 
bool create ()
 
void destroy ()
 
void recordSample ()
 
bool isResultAvailable () const
 
QList< GLuint64samples () const
 
QList< GLuint64intervals () const
 
void reset ()
 
- Public Member Functions inherited from QObjectPrivate
void ensureExtraData ()
 
void setObjectNameWithoutBindings (const QString &name)
 
 QObjectPrivate (decltype(QObjectPrivateVersion) version=QObjectPrivateVersion)
 
virtual ~QObjectPrivate ()
 
void deleteChildren ()
 
void clearBindingStorage ()
 
void setParent_helper (QObject *)
 
void moveToThread_helper ()
 
void setThreadData_helper (QThreadData *currentData, QThreadData *targetData, QBindingStatus *status)
 
QObjectList receiverList (const char *signal) const
 
void ensureConnectionData ()
 
void addConnection (int signal, Connection *c)
 
int signalIndex (const char *signalName, const QMetaObject **meta=nullptr) const
 
bool isSignalConnected (uint signalIdx, bool checkDeclarative=true) const
 
bool maybeSignalConnected (uint signalIndex) const
 
bool isDeclarativeSignalConnected (uint signalIdx) const
 
void connectNotify (const QMetaMethod &signal)
 
void disconnectNotify (const QMetaMethod &signal)
 
void reinitBindingStorageAfterThreadMove ()
 
virtual std::string flagsForDumping () const
 
virtual void writeToDebugStream (QDebug &) const
 
QtPrivate::QPropertyAdaptorSlotObjectgetPropertyAdaptorSlotObject (const QMetaProperty &property)
 
- Public Member Functions inherited from QObjectData
 QObjectData ()=default
 
virtual ~QObjectData ()=0
 
const QMetaObjectdynamicMetaObject () const
 

Public Attributes

QList< GLuinttimers
 
QList< GLuint64timeSamples
 
QOpenGLContextcontext
 
QOpenGLQueryHelpercore
 
QExtTimerQueryHelperext
 
int requestedSampleCount
 
int currentSample
 
bool timerQueryActive
 
- Public Attributes inherited from QObjectPrivate
ExtraDataextraData
 
QAtomicPointer< QThreadDatathreadData
 
QAtomicPointer< ConnectionDataconnections
 
union { 
 
   QObject *   currentChildBeingDeleted 
 
   QAbstractDeclarativeData *   declarativeData 
 
};  
 
QAtomicPointer< QtSharedPointer::ExternalRefCountDatasharedRefcount
 
- Public Attributes inherited from QObjectData
QObjectq_ptr
 
QObjectparent
 
QObjectList children
 
uint isWidget: 1
 
uint blockSig: 1
 
uint wasDeleted: 1
 
uint isDeletingChildren: 1
 
uint sendChildEvents: 1
 
uint receiveChildEvents: 1
 
uint isWindow: 1
 
uint deleteLaterCalled: 1
 
uint isQuickItem: 1
 
uint willBeWidget: 1
 
uint wasWidget: 1
 
uint receiveParentEvents: 1
 
uint unused: 20
 
QAtomicInt postedEvents
 
QDynamicMetaObjectDatametaObject
 
QBindingStorage bindingStorage
 

Additional Inherited Members

- Public Types inherited from QObjectPrivate
typedef void(* StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **)
 
using ConnectionDataPointer = QExplicitlySharedDataPointer<ConnectionData>
 
- Static Public Member Functions inherited from QObjectPrivate
static bool removeConnection (Connection *c)
 
static QObjectPrivateget (QObject *o)
 
static const QObjectPrivateget (const QObject *o)
 
template<typename Func1, typename Func2>
static QMetaObject::Connection connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection)
 
template<typename Func1, typename Func2>
static bool disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot)
 
static QMetaObject::Connection connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject)
 
static QMetaObject::Connection connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type)
 
static QMetaObject::Connection connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type)
 
static bool disconnect (const QObject *sender, int signal_index, void **slot)
 
static bool disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot)
 

Detailed Description

Definition at line 428 of file qopengltimerquery.cpp.

Constructor & Destructor Documentation

◆ QOpenGLTimeMonitorPrivate() [1/2]

QOpenGLTimeMonitorPrivate::QOpenGLTimeMonitorPrivate ( )
inline

Definition at line 431 of file qopengltimerquery.cpp.

References QOpenGLTimeMonitorPrivate(), currentSample, ext, requestedSampleCount, and timerQueryActive.

Referenced by QOpenGLTimeMonitorPrivate().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ~QOpenGLTimeMonitorPrivate() [1/2]

QOpenGLTimeMonitorPrivate::~QOpenGLTimeMonitorPrivate ( )
inline

Definition at line 444 of file qopengltimerquery.cpp.

References ext.

◆ QOpenGLTimeMonitorPrivate() [2/2]

QOpenGLTimeMonitorPrivate::QOpenGLTimeMonitorPrivate ( )
inline

Definition at line 431 of file qopengltimerquery.cpp.

◆ ~QOpenGLTimeMonitorPrivate() [2/2]

QOpenGLTimeMonitorPrivate::~QOpenGLTimeMonitorPrivate ( )
inline

Definition at line 444 of file qopengltimerquery.cpp.

Member Function Documentation

◆ create() [1/2]

bool QOpenGLTimeMonitorPrivate::create ( )

Definition at line 470 of file qopengltimerquery.cpp.

◆ create() [2/2]

bool QOpenGLTimeMonitorPrivate::create ( )

◆ destroy() [1/2]

void QOpenGLTimeMonitorPrivate::destroy ( )

Definition at line 515 of file qopengltimerquery.cpp.

References ext.

◆ destroy() [2/2]

void QOpenGLTimeMonitorPrivate::destroy ( )

◆ intervals() [1/2]

QList< GLuint64 > QOpenGLTimeMonitorPrivate::intervals ( ) const

Definition at line 578 of file qopengltimerquery.cpp.

References ext, and timerQueryActive.

◆ intervals() [2/2]

QList< GLuint64 > QOpenGLTimeMonitorPrivate::intervals ( ) const

◆ isResultAvailable() [1/2]

bool QOpenGLTimeMonitorPrivate::isResultAvailable ( ) const

Definition at line 553 of file qopengltimerquery.cpp.

◆ isResultAvailable() [2/2]

bool QOpenGLTimeMonitorPrivate::isResultAvailable ( ) const

◆ recordSample() [1/2]

void QOpenGLTimeMonitorPrivate::recordSample ( )

Definition at line 529 of file qopengltimerquery.cpp.

References currentSample, ext, and timerQueryActive.

◆ recordSample() [2/2]

void QOpenGLTimeMonitorPrivate::recordSample ( )

◆ reset() [1/2]

void QOpenGLTimeMonitorPrivate::reset ( )

Definition at line 602 of file qopengltimerquery.cpp.

References currentSample.

◆ reset() [2/2]

void QOpenGLTimeMonitorPrivate::reset ( )

◆ samples() [1/2]

QList< GLuint64 > QOpenGLTimeMonitorPrivate::samples ( ) const

Definition at line 563 of file qopengltimerquery.cpp.

References ext.

◆ samples() [2/2]

QList< GLuint64 > QOpenGLTimeMonitorPrivate::samples ( ) const

Member Data Documentation

◆ context

◆ core

QOpenGLQueryHelper * QOpenGLTimeMonitorPrivate::core

Definition at line 462 of file qopengltimerquery.cpp.

◆ currentSample

int QOpenGLTimeMonitorPrivate::currentSample

Definition at line 466 of file qopengltimerquery.cpp.

Referenced by QOpenGLTimeMonitorPrivate(), recordSample(), and reset().

◆ ext

QExtTimerQueryHelper * QOpenGLTimeMonitorPrivate::ext

◆ requestedSampleCount

int QOpenGLTimeMonitorPrivate::requestedSampleCount

Definition at line 465 of file qopengltimerquery.cpp.

Referenced by QOpenGLTimeMonitorPrivate().

◆ timerQueryActive

bool QOpenGLTimeMonitorPrivate::timerQueryActive
mutable

Definition at line 467 of file qopengltimerquery.cpp.

Referenced by QOpenGLTimeMonitorPrivate(), intervals(), and recordSample().

◆ timers

QList< GLuint > QOpenGLTimeMonitorPrivate::timers

Definition at line 458 of file qopengltimerquery.cpp.

◆ timeSamples

QList< GLuint64 > QOpenGLTimeMonitorPrivate::timeSamples
mutable

Definition at line 459 of file qopengltimerquery.cpp.


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