![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cjs_object.h>
Public Types | |
| enum | Type { Number = 0 , String = 1 } |
Public Attributes | |
| const char * | pName |
| Type | eType |
| double | number |
| const char * | pStr |
Definition at line 15 of file cjs_object.h.
| enum JSConstSpec::Type |
| Enumerator | |
|---|---|
| Number | |
| String | |
Definition at line 16 of file cjs_object.h.
| Type JSConstSpec::eType |
Definition at line 19 of file cjs_object.h.
| double JSConstSpec::number |
Definition at line 20 of file cjs_object.h.
| const char* JSConstSpec::pName |
Definition at line 18 of file cjs_object.h.
| const char* JSConstSpec::pStr |
Definition at line 21 of file cjs_object.h.