![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Macros | |
| #define | MY_EXPORT |
| [3] | |
Typedefs | |
| typedef void(* | MyPrototype) () |
| [0] | |
| typedef int(* | AvgFunction) (int, int) |
| [1] | |
Functions | |
| if (myFunction) myFunction() | |
| if (avg) return avg(5 | |
| MY_EXPORT int | avg (int a, int b) |
| [2] | |
Variables | |
| QLibrary | myLib ("mylib") |
| [0] | |
| MyPrototype | myFunction = (MyPrototype) myLib.resolve("mysymbol") |
| [0] | |
| AvgFunction | avg = (AvgFunction) library->resolve("avg") |
| else | return |
| #define MY_EXPORT |
| typedef int(* AvgFunction) (int, int) |
| typedef void(* MyPrototype)() |
| MY_EXPORT int avg | ( | int | a, |
| int | b | ||
| ) |
| if | ( | avg | ) |
| if | ( | myFunction | ) |
| AvgFunction avg = (AvgFunction) library->resolve("avg") |
Definition at line 25 of file src_corelib_plugin_qlibrary.cpp.
Referenced by load_glyph_image_to_texture().
| void myFunction = (MyPrototype) myLib.resolve("mysymbol") |
[0]
[1]
Definition at line 7 of file src_corelib_plugin_qlibrary.cpp.
Referenced by wrapInFunction().
| QLibrary myLib("mylib") | ( | "mylib" | ) |
[0]
| SSL_CTX int(*) DEFINEFUNC3 void DUMMYARG SSL const unsigned char unsigned return(void, SSL_CTX_set_alpn_select_cb, SSL_CTX *s, s, int(*cb)(SSL *ssl, const unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg), cb, void *arg, arg, return, DUMMYARG) DEFINEFUNC3(void |
Definition at line 29 of file src_corelib_plugin_qlibrary.cpp.
Referenced by QScrollBar::contextMenuEvent(), QWin32PrintEngine::drawTextItem(), QMenuBar::event(), QQuickContext2D::shear(), and QQuickContext2D::translate().