Exposing a custom SDK class to the scripting environment
![xordium](https://secure.gravatar.com/avatar/11fcc121a5264fc4c97679863d6039fb?&r=pg&s=100&d=https%3A%2F%2Fvanillicon.com%2F11fcc121a5264fc4c97679863d6039fb_100.png)
Is it possible to expose a class to the scripting environment?
You currently have no notifications.
Is it possible to expose a class to the scripting environment?
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2025 Daz Productions Inc. All Rights Reserved.
Comments
Yes, exposing your own classes to script is possible.
- Making a C++ object available to Scripts Written in QtScript
- Making C++ Class Member Functions Available in QtScript
- Making C++ Class Properties Available in QtScript
- Reacting to C++ Objects Signals in Scripts
-Rob
This was exactly what I was looking for!