25 #ifndef AAX_IDISPLAYDELETGATE_H
26 #define AAX_IDISPLAYDELETGATE_H
128 #endif //AAX_IDISPLAYDELETGATE_H
virtual bool ValueToString(T value, AAX_CString *valueString) const =0
Converts a real parameter value to a string representation.
Various utility definitions for AAX.
Defines the display behavior for a parameter.
Definition: AAX_IDisplayDelegate.h:52
virtual bool StringToValue(const AAX_CString &valueString, T *value) const =0
Converts a string to a real parameter value.
Classes for parameter value string conversion.
Definition: AAX_IDisplayDelegate.h:68
virtual AAX_IDisplayDelegate * Clone() const =0
Constructs and returns a copy of the display delegate.
A generic AAX string class with similar functionality to std::string.
Definition: AAX_CString.h:35
virtual ~AAX_IDisplayDelegateBase()
Virtual destructor.
Definition: AAX_IDisplayDelegate.h:59