![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <wasmbinary.h>
Public Types | |
| enum class | Type { INVALID , STATIC , SHARED } |
Public Member Functions | |
| WasmBinary (QString filepath) | |
Public Attributes | |
| Type | type |
| QList< QString > | dependencies |
Definition at line 10 of file wasmbinary.h.
|
strong |
| Enumerator | |
|---|---|
| INVALID | |
| STATIC | |
| SHARED | |
Definition at line 13 of file wasmbinary.h.
| WasmBinary::WasmBinary | ( | QString | filepath | ) |
Definition at line 10 of file wasmbinary.cpp.
Definition at line 16 of file wasmbinary.h.
| Type WasmBinary::type |
Definition at line 15 of file wasmbinary.h.
Referenced by WasmBinary(), and main().