git » swiftpm » main » tree

[main] / Sources / c_borogove / iinclude / borogove / Participant.h

// Generated by Haxe 4.3.3
#ifndef INCLUDED_borogove_Participant
#define INCLUDED_borogove_Participant

#ifndef HXCPP_H
#include <hxcpp.h>
#endif

HX_DECLARE_CLASS1(borogove,Client)
HX_DECLARE_CLASS1(borogove,EventEmitter)
HX_DECLARE_CLASS1(borogove,JID)
HX_DECLARE_CLASS1(borogove,Participant)
HX_DECLARE_CLASS1(thenshim,Thenable)

namespace borogove{


class HXCPP_CLASS_ATTRIBUTES Participant_obj : public ::hx::Object
{
	public:
		typedef ::hx::Object super;
		typedef Participant_obj OBJ_;
		Participant_obj();

	public:
		enum { _hx_ClassId = 0x09ded66e };

		void __construct(::String displayName,::String photoUri,::String placeholderUri,bool isSelf, ::borogove::JID jid);
		inline void *operator new(size_t inSize, bool inContainer=true,const char *inName="borogove.Participant")
			{ return ::hx::Object::operator new(inSize,inContainer,inName); }
		inline void *operator new(size_t inSize, int extra)
			{ return ::hx::Object::operator new(inSize+extra,true,"borogove.Participant"); }
		static ::hx::ObjectPtr< Participant_obj > __new(::String displayName,::String photoUri,::String placeholderUri,bool isSelf, ::borogove::JID jid);
		static ::hx::ObjectPtr< Participant_obj > __alloc(::hx::Ctx *_hx_ctx,::String displayName,::String photoUri,::String placeholderUri,bool isSelf, ::borogove::JID jid);
		static void * _hx_vtable;
		static Dynamic __CreateEmpty();
		static Dynamic __Create(::hx::DynamicArray inArgs);
		//~Participant_obj();

		HX_DO_RTTI_ALL;
		::hx::Val __Field(const ::String &inString, ::hx::PropertyAccess inCallProp);
		::hx::Val __SetField(const ::String &inString,const ::hx::Val &inValue, ::hx::PropertyAccess inCallProp);
		void __GetFields(Array< ::String> &outFields);
		static void __register();
		void __Mark(HX_MARK_PARAMS);
		void __Visit(HX_VISIT_PARAMS);
		bool _hx_isInstanceOf(int inClassId);
		::String __ToString() const { return HX_("Participant",93,9f,1c,5f); }

		static void __boot();
		static  ::Dynamic __meta__;
		::String displayName;
		::String displayName__fromC();
		::Dynamic displayName__fromC_dyn();

		::String photoUri;
		::String photoUri__fromC();
		::Dynamic photoUri__fromC_dyn();

		::String placeholderUri;
		::String placeholderUri__fromC();
		::Dynamic placeholderUri__fromC_dyn();

		bool isSelf;
		bool isSelf__fromC();
		::Dynamic isSelf__fromC_dyn();

		 ::borogove::JID jid;
		::Dynamic profile( ::borogove::Client client);
		::Dynamic profile_dyn();

		void profile__fromC( ::borogove::Client client,::cpp::Function< void  (void*,void*) > handler,void* handler__context);

};

} // end namespace borogove

#endif /* INCLUDED_borogove_Participant */