openshot-audio  0.1.7
Classes | Macros | Typedefs | Functions
juce_Value.h File Reference

Go to the source code of this file.

Classes

class  Value
 
class  Value::Listener
 
class  Value::ValueSource
 

Macros

#define JUCE_VALUE_H_INCLUDED
 

Typedefs

typedef Value::Listener ValueListener
 

Functions

OutputStream &JUCE_CALLTYPE operator<< (OutputStream &, const Value &)
 

Macro Definition Documentation

#define JUCE_VALUE_H_INCLUDED

Typedef Documentation

This typedef is just for compatibility with old code - newer code should use the Value::Listener class directly.

Function Documentation

OutputStream& JUCE_CALLTYPE operator<< ( OutputStream ,
const Value  
)

Writes a Value to an OutputStream as a UTF8 string.