VSTGUI 4.10
Graphical User Interface Framework not only for VST plugins
UIAttributes Member List

This is the complete list of members for UIAttributes, including all inherited members.

boolToString(bool value)UIAttributesstatic
doubleToString(double value, uint32_t precision=6)UIAttributesstatic
forget() overrideReferenceCounted< T >inlinevirtual
getAttributeValue(const std::string &name) constUIAttributes
getBooleanAttribute(const std::string &name, bool &value) constUIAttributes
getDoubleAttribute(const std::string &name, double &value) constUIAttributes
getIntegerAttribute(const std::string &name, int32_t &value) constUIAttributes
getNbReference() constReferenceCounted< T >inlinevirtual
getPointAttribute(const std::string &name, CPoint &p) constUIAttributes
getRectAttribute(const std::string &name, CRect &r) constUIAttributes
getStringArrayAttribute(const std::string &name, StringArray &values) constUIAttributes
hasAttribute(const std::string &name) constUIAttributes
integerToString(int32_t value)UIAttributesstatic
operator=(const ReferenceCounted &)ReferenceCounted< T >inline
pointToString(CPoint p)UIAttributesstatic
rectToString(CRect r, uint32_t precision=6)UIAttributesstatic
ReferenceCounted()=defaultReferenceCounted< T >
ReferenceCounted(const ReferenceCounted &)ReferenceCounted< T >inline
remember() overrideReferenceCounted< T >inlinevirtual
removeAll()UIAttributesinline
removeAttribute(const std::string &name)UIAttributes
restore(InputStream &stream)UIAttributes
setAttribute(const std::string &name, const std::string &value)UIAttributes
setAttribute(const std::string &name, std::string &&value)UIAttributes
setAttribute(std::string &&name, std::string &&value)UIAttributes
setBooleanAttribute(const std::string &name, bool value)UIAttributes
setDoubleAttribute(const std::string &name, double value)UIAttributes
setIntegerAttribute(const std::string &name, int32_t value)UIAttributes
setPointAttribute(const std::string &name, const CPoint &p)UIAttributes
setRectAttribute(const std::string &name, const CRect &r)UIAttributes
setStringArrayAttribute(const std::string &name, const StringArray &values)UIAttributes
store(OutputStream &stream) constUIAttributes
StringArray typedefUIAttributes
stringArrayToString(const StringArray &values)UIAttributesstatic
stringToBool(const std::string &str, bool &value)UIAttributesstatic
stringToDouble(const std::string &str, double &value)UIAttributesstatic
stringToInteger(const std::string &str, int32_t &value)UIAttributesstatic
stringToPoint(const std::string &str, CPoint &p)UIAttributesstatic
stringToRect(const std::string &str, CRect &r)UIAttributesstatic
stringToStringArray(const std::string &str, StringArray &values)UIAttributesstatic
UIAttributes(UTF8StringPtr *attributes=nullptr)UIAttributesexplicit
UIAttributes(size_t reserve)UIAttributesexplicit
~ReferenceCounted() noexcept=defaultReferenceCounted< T >virtual
~UIAttributes() noexcept override=defaultUIAttributes