VSTGUI 4.10
Graphical User Interface Framework not only for VST plugins
|
#include <value.h>
Public Types | |
using | StringType = UTF8String |
using | StringList = std::vector<StringType> |
Public Member Functions | |
virtual bool | updateStringList (const StringList &newStrings)=0 |
![]() | |
virtual | ~Interface () noexcept |
Interface ()=default | |
Interface (const Interface &)=delete | |
Interface (Interface &&)=delete | |
Interface & | operator= (const Interface &)=delete |
Interface & | operator= (Interface &&)=delete |
template<typename T> | |
const auto | dynamicCast () const |
template<typename T> | |
auto | dynamicCast () |
using StringList = std::vector<StringType> |
using StringType = UTF8String |
|
pure virtual |