#include <qv4global_p.h>
Definition at line 194 of file qv4global_p.h.
◆ Type
◆ PropertyAttributes() [1/3]
QV4::PropertyAttributes::PropertyAttributes |
( |
| ) |
|
|
inline |
◆ PropertyAttributes() [2/3]
QV4::PropertyAttributes::PropertyAttributes |
( |
PropertyFlag | f | ) |
|
|
inline |
◆ PropertyAttributes() [3/3]
QV4::PropertyAttributes::PropertyAttributes |
( |
PropertyFlags | f | ) |
|
|
inline |
◆ all()
uint QV4::PropertyAttributes::all |
( |
| ) |
const |
|
inline |
◆ clear()
void QV4::PropertyAttributes::clear |
( |
| ) |
|
|
inline |
◆ clearConfigurable()
void QV4::PropertyAttributes::clearConfigurable |
( |
| ) |
|
|
inline |
◆ clearEnumerable()
void QV4::PropertyAttributes::clearEnumerable |
( |
| ) |
|
|
inline |
◆ clearType()
void QV4::PropertyAttributes::clearType |
( |
| ) |
|
|
inline |
◆ clearWritable()
void QV4::PropertyAttributes::clearWritable |
( |
| ) |
|
|
inline |
◆ hasConfigurable()
bool QV4::PropertyAttributes::hasConfigurable |
( |
| ) |
const |
|
inline |
◆ hasEnumerable()
bool QV4::PropertyAttributes::hasEnumerable |
( |
| ) |
const |
|
inline |
◆ hasType()
bool QV4::PropertyAttributes::hasType |
( |
| ) |
const |
|
inline |
◆ hasWritable()
bool QV4::PropertyAttributes::hasWritable |
( |
| ) |
const |
|
inline |
◆ isAccessor()
bool QV4::PropertyAttributes::isAccessor |
( |
| ) |
const |
|
inline |
◆ isConfigurable()
bool QV4::PropertyAttributes::isConfigurable |
( |
| ) |
const |
|
inline |
◆ isData()
bool QV4::PropertyAttributes::isData |
( |
| ) |
const |
|
inline |
◆ isEmpty()
bool QV4::PropertyAttributes::isEmpty |
( |
| ) |
const |
|
inline |
◆ isEnumerable()
bool QV4::PropertyAttributes::isEnumerable |
( |
| ) |
const |
|
inline |
◆ isGeneric()
bool QV4::PropertyAttributes::isGeneric |
( |
| ) |
const |
|
inline |
◆ isWritable()
bool QV4::PropertyAttributes::isWritable |
( |
| ) |
const |
|
inline |
◆ operator!=()
◆ operator==()
◆ resolve()
void QV4::PropertyAttributes::resolve |
( |
| ) |
|
|
inline |
◆ setConfigurable()
void QV4::PropertyAttributes::setConfigurable |
( |
bool | b | ) |
|
|
inline |
◆ setEnumerable()
void QV4::PropertyAttributes::setEnumerable |
( |
bool | b | ) |
|
|
inline |
◆ setType()
void QV4::PropertyAttributes::setType |
( |
Type | t | ) |
|
|
inline |
◆ setWritable()
void QV4::PropertyAttributes::setWritable |
( |
bool | b | ) |
|
|
inline |
◆ type()
Type QV4::PropertyAttributes::type |
( |
| ) |
const |
|
inline |
◆ [union]
◆ configurable_set
uchar QV4::PropertyAttributes::configurable_set |
◆ enumerable_set
uchar QV4::PropertyAttributes::enumerable_set |
◆ m_all
uchar QV4::PropertyAttributes::m_all |
◆ m_configurable
uchar QV4::PropertyAttributes::m_configurable |
◆ m_enumerable
uchar QV4::PropertyAttributes::m_enumerable |
◆ m_flags
uchar QV4::PropertyAttributes::m_flags |
◆ m_mask
uchar QV4::PropertyAttributes::m_mask |
◆ m_type
uchar QV4::PropertyAttributes::m_type |
◆ m_writable
uchar QV4::PropertyAttributes::m_writable |
◆ type_set
uchar QV4::PropertyAttributes::type_set |
◆ writable_set
uchar QV4::PropertyAttributes::writable_set |
The documentation for this struct was generated from the following file: