VSTGUI  4.10
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IStringListValue Class Referenceabstract
+ Inheritance diagram for IStringListValue:

Public Types

using StringType = UTF8String
 
using StringList = std::vector< StringType >
 

Public Member Functions

virtual bool updateStringList (const StringList &newStrings)=0
 
- Public Member Functions inherited from Interface
virtual ~Interface () noexcept
 
 Interface ()=default
 
 Interface (const Interface &)=delete
 
 Interface (Interface &&)=delete
 
Interfaceoperator= (const Interface &)=delete
 
Interfaceoperator= (Interface &&)=delete
 
template<typename T >
const auto dynamicCast () const
 
template<typename T >
auto dynamicCast ()
 

Member Typedef Documentation

using StringList = std::vector<StringType>

Member Function Documentation

virtual bool updateStringList ( const StringList newStrings)
pure virtual

The documentation for this class was generated from the following file: