Qt 4.8
Public Functions | Properties | Friends | List of all members
QDeclarativeDebugContextReference Class Reference

#include <qdeclarativeenginedebug_p.h>

Public Functions

QList< QDeclarativeDebugContextReferencecontexts () const
 
int debugId () const
 
QString name () const
 
QList< QDeclarativeDebugObjectReferenceobjects () const
 
QDeclarativeDebugContextReferenceoperator= (const QDeclarativeDebugContextReference &)
 
 QDeclarativeDebugContextReference ()
 
 QDeclarativeDebugContextReference (const QDeclarativeDebugContextReference &)
 

Properties

QList< QDeclarativeDebugContextReferencem_contexts
 
int m_debugId
 
QString m_name
 
QList< QDeclarativeDebugObjectReferencem_objects
 

Friends

class QDeclarativeEngineDebugPrivate
 

Detailed Description

Definition at line 273 of file qdeclarativeenginedebug_p.h.

Constructors and Destructors

◆ QDeclarativeDebugContextReference() [1/2]

QDeclarativeDebugContextReference::QDeclarativeDebugContextReference ( )

Definition at line 950 of file qdeclarativeenginedebug.cpp.

◆ QDeclarativeDebugContextReference() [2/2]

QDeclarativeDebugContextReference::QDeclarativeDebugContextReference ( const QDeclarativeDebugContextReference o)

Functions

◆ contexts()

QList< QDeclarativeDebugContextReference > QDeclarativeDebugContextReference::contexts ( ) const

Definition at line 982 of file qdeclarativeenginedebug.cpp.

983 {
984  return m_contexts;
985 }
QList< QDeclarativeDebugContextReference > m_contexts

◆ debugId()

int QDeclarativeDebugContextReference::debugId ( ) const

Definition at line 967 of file qdeclarativeenginedebug.cpp.

◆ name()

QString QDeclarativeDebugContextReference::name ( ) const

Definition at line 972 of file qdeclarativeenginedebug.cpp.

973 {
974  return m_name;
975 }

◆ objects()

QList< QDeclarativeDebugObjectReference > QDeclarativeDebugContextReference::objects ( ) const

Definition at line 977 of file qdeclarativeenginedebug.cpp.

978 {
979  return m_objects;
980 }
QList< QDeclarativeDebugObjectReference > m_objects

◆ operator=()

QDeclarativeDebugContextReference & QDeclarativeDebugContextReference::operator= ( const QDeclarativeDebugContextReference o)

Definition at line 960 of file qdeclarativeenginedebug.cpp.

961 {
964  return *this;
965 }
QList< QDeclarativeDebugContextReference > m_contexts
QList< QDeclarativeDebugObjectReference > m_objects

Friends and Related Functions

◆ QDeclarativeEngineDebugPrivate

Definition at line 287 of file qdeclarativeenginedebug_p.h.

Properties

◆ m_contexts

QList<QDeclarativeDebugContextReference> QDeclarativeDebugContextReference::m_contexts
private

◆ m_debugId

int QDeclarativeDebugContextReference::m_debugId
private

◆ m_name

QString QDeclarativeDebugContextReference::m_name
private

◆ m_objects

QList<QDeclarativeDebugObjectReference> QDeclarativeDebugContextReference::m_objects
private

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