Rebel Fork Framework
Urho3D::AbstractConnection Member List

This is the complete list of members for Urho3D::AbstractConnection, including all inherited members.

AbstractConnection(Context *context) (defined in Urho3D::AbstractConnection)Urho3D::AbstractConnectioninline
AcquireObjectID()Urho3D::IDFamily< AbstractConnection >inline
AddRef()Urho3D::RefCounted
blockEvents_Urho3D::Objectprivate
Cast()Urho3D::Objectinline
Cast() constUrho3D::Objectinline
context_Urho3D::Objectprotected
EraseEventHandler(ea::intrusive_list< EventHandler >::iterator handlerIter)Urho3D::Objectprivate
eventHandlers_Urho3D::Objectprivate
FindEventHandler(StringHash eventType)Urho3D::Objectprivate
FindEventHandler(StringHash eventType) constUrho3D::Objectinlineprivate
FindSpecificEventHandler(Object *sender)Urho3D::Objectprivate
FindSpecificEventHandler(Object *sender) constUrho3D::Objectinlineprivate
FindSpecificEventHandler(Object *sender, StringHash eventType)Urho3D::Objectprivate
FindSpecificEventHandler(Object *sender, StringHash eventType) constUrho3D::Objectinlineprivate
GetBlockEvents() constUrho3D::Objectinline
GetCategory() constUrho3D::Object
GetContext() constUrho3D::Objectinline
GetEventDataMap() constUrho3D::Object
GetEventHandler() constUrho3D::Object
GetEventSender() constUrho3D::Object
GetGlobalVar(StringHash key) constUrho3D::Object
GetGlobalVars() constUrho3D::Object
GetLocalTime() const =0Urho3D::AbstractConnectionpure virtual
GetLocalTimeOfLatestRoundtrip() const =0Urho3D::AbstractConnectionpure virtual
GetMessageLogLevel(NetworkMessageId messageId) const (defined in Urho3D::AbstractConnection)Urho3D::AbstractConnectioninline
GetNextFreeObjectID()Urho3D::IDFamily< AbstractConnection >inlinestatic
GetObjectID() constUrho3D::IDFamily< AbstractConnection >inline
GetPing() const =0Urho3D::AbstractConnectionpure virtual
GetSubsystem(StringHash type) constUrho3D::Object
GetSubsystem() constUrho3D::Object
GetSubsystems() constUrho3D::Objectprivate
GetType() const =0Urho3D::Objectpure virtual
GetTypeInfo() const =0Urho3D::Objectpure virtual
GetTypeInfoStatic()Urho3D::Objectinlinestatic
GetTypeName() const =0Urho3D::Objectpure virtual
HasEventHandlers() constUrho3D::Objectinline
HasScriptObject() constUrho3D::RefCountedinline
HasSubscribedToEvent(StringHash eventType) constUrho3D::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constUrho3D::Object
IDFamily()Urho3D::IDFamily< AbstractConnection >inline
indexAllocatorUrho3D::IDFamily< AbstractConnection >privatestatic
IsClockSynchronized() const =0Urho3D::AbstractConnectionpure virtual
IsInstanceOf(StringHash type) constUrho3D::Object
IsInstanceOf(const TypeInfo *typeInfo) constUrho3D::Object
IsInstanceOf() constUrho3D::Objectinline
IsScriptStrongRef() constUrho3D::RefCountedinline
LocalToRemoteTime(unsigned time) const =0Urho3D::AbstractConnectionpure virtual
msg_Urho3D::AbstractConnectionprotected
Object(Context *context)Urho3D::Objectexplicit
objectId_Urho3D::IDFamily< AbstractConnection >private
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Urho3D::Objectvirtual
OnMessageReceived(NetworkMessageId messageId, MemoryBuffer &messageData) const (defined in Urho3D::AbstractConnection)Urho3D::AbstractConnectioninline
OnMessageReceived(NetworkMessageId messageId, const T &message) const (defined in Urho3D::AbstractConnection)Urho3D::AbstractConnectioninline
operator=(const RefCounted &rhs)=deleteUrho3D::RefCounted
refCount_Urho3D::RefCountedprivate
RefCounted()Urho3D::RefCounted
RefCounted(const RefCounted &rhs)=deleteUrho3D::RefCounted
RefCountPtr() constUrho3D::RefCountedinline
Refs() constUrho3D::RefCounted
ReleaseObjectID()Urho3D::IDFamily< AbstractConnection >inline
ReleaseRef()Urho3D::RefCounted
RemoteToLocalTime(unsigned time) const =0Urho3D::AbstractConnectionpure virtual
RemoveEventSender(Object *sender)Urho3D::Objectprivate
SendEvent(StringHash eventType)Urho3D::Object
SendEvent(StringHash eventType, VariantMap &eventData)Urho3D::Object
SendEvent(StringHash eventType, const Args &... args)Urho3D::Objectinline
SendEvent(StringHash eventType, const VariantMap &eventData)Urho3D::Object
SendGeneratedMessage(NetworkMessageId messageId, PacketTypeFlags messageType, T generator) (defined in Urho3D::AbstractConnection)Urho3D::AbstractConnectioninline
SendLoggedMessage(NetworkMessageId messageId, const unsigned char *data, unsigned numBytes, PacketTypeFlags packetType=PacketType::ReliableOrdered, ea::string_view debugInfo={})Urho3D::AbstractConnectioninline
SendMessage(NetworkMessageId messageId, const unsigned char *data=nullptr, unsigned numBytes=0, PacketTypeFlags packetType=PacketType::ReliableOrdered, ea::string_view debugInfo={}) (defined in Urho3D::AbstractConnection)Urho3D::AbstractConnectioninline
SendMessage(NetworkMessageId messageId, const VectorBuffer &msg, PacketTypeFlags packetType=PacketType::ReliableOrdered, ea::string_view debugInfo={}) (defined in Urho3D::AbstractConnection)Urho3D::AbstractConnectioninline
SendMessageInternal(NetworkMessageId messageId, const unsigned char *data, unsigned numBytes, PacketTypeFlags packetType=PacketType::ReliableOrdered)=0Urho3D::AbstractConnectionpure virtual
SendSerializedMessage(NetworkMessageId messageId, const T &message, PacketTypeFlags messageType=PacketType::ReliableOrdered) (defined in Urho3D::AbstractConnection)Urho3D::AbstractConnectioninline
SerializeInBlock(Archive &archive)Urho3D::Objectvirtual
SetBlockEvents(bool block)Urho3D::Objectinline
SetGlobalVar(StringHash key, const Variant &value)Urho3D::Object
SubscribeToEvent(StringHash eventType, T handler)Urho3D::Objectinline
SubscribeToEvent(Object *sender, StringHash eventType, T handler)Urho3D::Objectinline
SubscribeToEventManual(StringHash eventType, EventHandler *handler)Urho3D::Object
SubscribeToEventManual(Object *sender, StringHash eventType, EventHandler *handler)Urho3D::Object
ToString() const =0Urho3D::AbstractConnectionpure virtual
UnsubscribeFromAllEvents()Urho3D::Object
UnsubscribeFromAllEventsExcept(const ea::vector< StringHash > &exceptions)Urho3D::Object
UnsubscribeFromAllEventsExcept(const ea::vector< Object * > &exceptions)Urho3D::Object
UnsubscribeFromEvent(StringHash eventType)Urho3D::Object
UnsubscribeFromEvent(Object *sender, StringHash eventType)Urho3D::Object
UnsubscribeFromEvents(Object *sender)Urho3D::Object
URHO3D_OBJECT(AbstractConnection, Object) (defined in Urho3D::AbstractConnection)Urho3D::AbstractConnectionprivate
WeakRefs() constUrho3D::RefCounted
~IDFamily()Urho3D::IDFamily< AbstractConnection >inline
~Object() overrideUrho3D::Object
~RefCounted()Urho3D::RefCountedvirtual