24#include <VCardSoundValue.h>
26#include <VCardValue.h>
30SoundValue::SoundValue()
35SoundValue::SoundValue(
const SoundValue & x)
40SoundValue::SoundValue(
const TQCString & s)
46SoundValue::operator = (SoundValue & x)
48 if (*
this == x)
return *
this;
50 Value::operator = (x);
55SoundValue::operator = (
const TQCString & s)
57 Value::operator = (s);
62SoundValue::operator == (SoundValue & x)
68SoundValue::~SoundValue()
78SoundValue::_assemble()