enum CCL::IPlugInView::ViewStyles

Overview

#include <ipluginview.h>

enum ViewStyles
{
    kSizable            = 1 < <0,
    kCanScale           = 1 < <1,
    kUnitIsPixels       = 1 < <2,
    kSystemScalingAware = 1 < <3,
    kWantsExtendedInput = 1 < <4,
};

Detailed Documentation

Enum Values

kSizable

view is sizable within given limits

kCanScale

view supports content scaling

kUnitIsPixels

view coordinates are in pixels instead of points

kSystemScalingAware

view is ready for system scaling

kWantsExtendedInput

view wants extended input events via onViewEvent()