ASPiK SDK
|
Custom structure for passing messages and data to and from the plugin core object. See the Custom View tutorial project for more informaiton. More...
#include <customviews.h>
Public Member Functions | |
CustomViewMessage (const CustomViewMessage &initMessage) | |
CustomViewMessage & | operator= (const CustomViewMessage &viewMessage) |
Public Attributes | |
unsigned int | message = MESSAGE_HIDE_CONTROL |
message to send/receive | |
bool | visible = true |
simple show/hide flag | |
bool | showAlternateGraphic = false |
flag to show another graphic | |
double | controlAlpha = 1.0 |
transparency: 0 = invisible (100% transparent) and 1 = solidly visible (0% transparent) | |
Custom structure for passing messages and data to and from the plugin core object. See the Custom View tutorial project for more informaiton.