ASPiK SDK
|
Information about a GUI update message; this is for sending GUI control information from the plugin core. It is not the optimal way to intelligently link or combine controls - use a sub-controller for that. This can be abused too, and create dangerous code. Make sure to see the example code before using this. More...
#include <pluginstructures.h>
Public Member Functions | |
GUIUpdateData & | operator= (const GUIUpdateData &data) |
Public Attributes | |
uint32_t | guiUpdateCode = -1 |
unused | |
std::vector< GUIParameter > | guiParameters |
list of updates | |
void * | customData = nullptr |
unused | |
bool | useCustomData = false |
unused | |
Information about a GUI update message; this is for sending GUI control information from the plugin core. It is not the optimal way to intelligently link or combine controls - use a sub-controller for that. This can be abused too, and create dangerous code. Make sure to see the example code before using this.