![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4compileddata_p.h>
Public Types | |
enum | Type { Regular , Getter , Setter } |
Public Attributes | |
quint32_le | name |
quint32_le | type |
quint32_le | function |
Definition at line 451 of file qv4compileddata_p.h.
Enumerator | |
---|---|
Regular | |
Getter | |
Setter |
Definition at line 452 of file qv4compileddata_p.h.
quint32_le QV4::CompiledData::Method::function |
Definition at line 460 of file qv4compileddata_p.h.
quint32_le QV4::CompiledData::Method::name |
Definition at line 458 of file qv4compileddata_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
quint32_le QV4::CompiledData::Method::type |
Definition at line 459 of file qv4compileddata_p.h.