Qt 4.8
Public Functions | Properties | List of all members
QDeclarativeJS::NameId Class Reference

#include <qdeclarativejsengine_p.h>

Public Functions

const QString asString () const
 
 NameId (const QChar *u, int s)
 
bool operator!= (const NameId &other) const
 
bool operator< (const NameId &other) const
 
bool operator== (const NameId &other) const
 

Properties

QString _text
 

Detailed Description

Definition at line 65 of file qdeclarativejsengine_p.h.

Constructors and Destructors

◆ NameId()

QDeclarativeJS::NameId::NameId ( const QChar u,
int  s 
)
inline

Definition at line 70 of file qdeclarativejsengine_p.h.

71  : _text(u, s)
72  { }

Functions

◆ asString()

const QString QDeclarativeJS::NameId::asString ( ) const
inline

◆ operator!=()

bool QDeclarativeJS::NameId::operator!= ( const NameId other) const
inline

Definition at line 80 of file qdeclarativejsengine_p.h.

81  { return _text != other._text; }

◆ operator<()

bool QDeclarativeJS::NameId::operator< ( const NameId other) const
inline

Definition at line 83 of file qdeclarativejsengine_p.h.

84  { return _text < other._text; }

◆ operator==()

bool QDeclarativeJS::NameId::operator== ( const NameId other) const
inline

Definition at line 77 of file qdeclarativejsengine_p.h.

78  { return _text == other._text; }

Properties

◆ _text

QString QDeclarativeJS::NameId::_text
private

Definition at line 67 of file qdeclarativejsengine_p.h.

Referenced by operator!=(), operator<(), and operator==().


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