VSTGUI 4.10
Graphical User Interface Framework not only for VST plugins
Deprecated List
Member CControl::CheckDefaultValueFunc
Function to check if the button state is the state to set the control value to its default value. The default implementation uses the kDefaultValueModifier (see above). Use this to change this to double click per example. But consider to change this to the same behaviour as the host you are running in for best user experience.
Member CControl::kDefaultValueModifier
default value modifier key, per default is the control key
Member CSlider::getOffset () const
use getBackgroundOffset
Member CSlider::setOffset (const CPoint &val)
use setBackgroundOffset
Member CView::doDrag (IDataPackage *source, const CPoint &offset=CPoint(0, 0), CBitmap *dragBitmap=nullptr)
start a drag operation. See CDropSource to create the source data package
Member CView::hitTest (const CPoint &where, const CButtonState &buttons)
check if where hits this view * * the default behaviour is to return true if where is inside the view size of this view, but if you set a hit test path * the path is checked if the point lies in its boundaries.
Member CView::onWheel (const CPoint &where, const float &distance, const CButtonState &buttons) final
never called anymore, please use onMouseWheelEvent instead
Member CView::onWheel (const CPoint &where, const CMouseWheelAxis &axis, const float &distance, const CButtonState &buttons)
please use onMouseWheelEvent instead
Class OwningPointer< I >
Member VSTGUI::String::free (UTF8StringBuffer buffer)
Frees an UTF8StringBuffer. If buffer is a nullptr it does nothing.
Member VSTGUI::String::newWithString (UTF8StringPtr string)
Allocates a new UTF8StringBuffer with enough size for string and copy the string into it. Returns nullptr if string is a nullptr.