Home
last modified time | relevance | path

Searched refs:GxSoundCue (Results 1 – 8 of 8) sorted by relevance

/dports/science/libkml/libkml-1.3.0/src/kml/dom/
H A Dgx_tour.cc242 GxSoundCue::GxSoundCue() in GxSoundCue() function in kmldom::GxSoundCue
247 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()
H A Dgx_tour.h284 class GxSoundCue : public GxTourPrimitive {
286 virtual ~GxSoundCue();
318 GxSoundCue();
323 LIBKML_DISALLOW_EVIL_CONSTRUCTORS(GxSoundCue);
H A Dkml_factory.cc493 GxSoundCue* KmlFactory::CreateGxSoundCue() const { in CreateGxSoundCue()
494 return new GxSoundCue(); in CreateGxSoundCue()
H A Dkml_factory.h133 GxSoundCue* CreateGxSoundCue() const;
H A Dkml_ptr.h139 class GxSoundCue; variable
256 typedef boost::intrusive_ptr<GxSoundCue> GxSoundCuePtr;
H A Dkml_cast.h233 return ElementCast<GxSoundCue>(element); in AsGxSoundCue()
/dports/science/libkml/libkml-1.3.0/src/swig/
H A Dkmldom.i166 SWIG_INTRUSIVE_PTR_DERIVED(GxSoundCue, kmldom::GxTourPrimitive,
167 kmldom::GxSoundCue)
H A Dlibkml_kmlelements.i1730 %nodefaultctor GxSoundCue;
1731 class GxSoundCue : public GxTourPrimitive {