Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
JSConstSpec Struct Reference

#include <cjs_object.h>

+ Collaboration diagram for JSConstSpec:

Public Types

enum  Type { Number = 0 , String = 1 }
 

Public Attributes

const char * pName
 
Type eType
 
double number
 
const char * pStr
 

Detailed Description

Definition at line 16 of file cjs_object.h.

Member Enumeration Documentation

◆ Type

Enumerator
Number 
String 

Definition at line 17 of file cjs_object.h.

Member Data Documentation

◆ eType

Type JSConstSpec::eType

Definition at line 20 of file cjs_object.h.

◆ number

double JSConstSpec::number

Definition at line 21 of file cjs_object.h.

◆ pName

const char* JSConstSpec::pName

Definition at line 19 of file cjs_object.h.

◆ pStr

const char* JSConstSpec::pStr

Definition at line 22 of file cjs_object.h.


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