Home
last modified time | relevance | path

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

/dports/science/libkml/libkml-1.3.0/src/kml/dom/
H A Dgx_tour.cc78 GxPlaylist::GxPlaylist() { in GxPlaylist() function in kmldom::GxPlaylist
82 GxPlaylist::~GxPlaylist() {} in ~GxPlaylist()
84 void GxPlaylist::add_gx_tourprimitive( in add_gx_tourprimitive()
89 size_t GxPlaylist::get_gx_tourprimitive_array_size() const { in get_gx_tourprimitive_array_size()
94 GxPlaylist::get_gx_tourprimitive_array_at(size_t index) const{ in get_gx_tourprimitive_array_at()
98 void GxPlaylist::AddElement(const ElementPtr& element) { in AddElement()
106 void GxPlaylist::Serialize(Serializer& serializer) const { in Serialize()
114 void GxPlaylist::Accept(Visitor* visitor) { in Accept()
118 void GxPlaylist::AcceptChildren(VisitorDriver* driver) { in AcceptChildren()
H A Dgx_tour.h87 class GxPlaylist : public Object {
89 virtual ~GxPlaylist();
109 GxPlaylist();
115 LIBKML_DISALLOW_EVIL_CONSTRUCTORS(GxPlaylist);
H A Dkml_factory.cc481 GxPlaylist* KmlFactory::CreateGxPlaylist() const { in CreateGxPlaylist()
482 return new GxPlaylist(); in CreateGxPlaylist()
H A Dkml_factory.h130 GxPlaylist* CreateGxPlaylist() const;
H A Dkml_ptr.h136 class GxPlaylist; variable
253 typedef boost::intrusive_ptr<GxPlaylist> GxPlaylistPtr;
H A Dkml_cast.h219 return ElementCast<GxPlaylist>(element); in AsGxPlaylist()
/dports/science/libkml/libkml-1.3.0/src/swig/
H A Dkmldom.i165 SWIG_INTRUSIVE_PTR_DERIVED(GxPlaylist, kmldom::Object, kmldom::GxPlaylist)
H A Dlibkml_kmlelements.i1658 %nodefaultctor GxPlaylist;
1659 class GxPlaylist : public Object {