Searched refs:GxSoundCue (Results 1 – 8 of 8) sorted by relevance
242 GxSoundCue::GxSoundCue() in GxSoundCue() function in kmldom::GxSoundCue247 GxSoundCue::~GxSoundCue() {} in ~GxSoundCue()249 void GxSoundCue::AddElement(const ElementPtr& element) { in AddElement()260 void GxSoundCue::Serialize(Serializer& serializer) const { in Serialize()268 void GxSoundCue::Accept(Visitor* visitor) { in Accept()
284 class GxSoundCue : public GxTourPrimitive {286 virtual ~GxSoundCue();318 GxSoundCue();323 LIBKML_DISALLOW_EVIL_CONSTRUCTORS(GxSoundCue);
493 GxSoundCue* KmlFactory::CreateGxSoundCue() const { in CreateGxSoundCue()494 return new GxSoundCue(); in CreateGxSoundCue()
133 GxSoundCue* CreateGxSoundCue() const;
139 class GxSoundCue; variable256 typedef boost::intrusive_ptr<GxSoundCue> GxSoundCuePtr;
233 return ElementCast<GxSoundCue>(element); in AsGxSoundCue()
166 SWIG_INTRUSIVE_PTR_DERIVED(GxSoundCue, kmldom::GxTourPrimitive,167 kmldom::GxSoundCue)
1730 %nodefaultctor GxSoundCue;1731 class GxSoundCue : public GxTourPrimitive {