VSTGUI  4.9
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Deprecated List
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::onWheel (const CPoint &where, const float &distance, const CButtonState &buttons) final
never called anymore please override the method below for wheel handling
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.