Urho3D
Urho3D::SpriteBatchBase Member List

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

AddQuad() (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBaseprotected
AddRef()Urho3D::RefCounted
AddTriangle() (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBaseprotected
blendMode_ (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBase
blockEvents_Urho3D::Objectprivate
camera_ (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBase
Cast()Urho3D::Objectinline
Cast() constUrho3D::Objectinline
compareMode_ (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBase
context_Urho3D::Objectprotected
eventHandlers_Urho3D::Objectprivate
FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) constUrho3D::Objectprivate
FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) constUrho3D::Objectprivate
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) constUrho3D::Objectprivate
Flush() (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBase
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
GetSubsystem(StringHash type) constUrho3D::Object
GetSubsystem() constUrho3D::Object
GetType() const =0Urho3D::Objectpure virtual
GetTypeInfo() const =0Urho3D::Objectpure virtual
GetTypeInfoStatic()Urho3D::Objectinlinestatic
GetTypeName() const =0Urho3D::Objectpure virtual
GetViewportRect() (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBaseprivate
GetVirtualPos(const Vector2 &realPos) (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBase
graphics_ (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBaseprotected
HasEventHandlers() constUrho3D::Objectinline
HasSubscribedToEvent(StringHash eventType) constUrho3D::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constUrho3D::Object
INDICES_PER_QUAD (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBaseinlineprivatestatic
IsInstanceOf(StringHash type) constUrho3D::Object
IsInstanceOf(const TypeInfo *typeInfo) constUrho3D::Object
IsInstanceOf() constUrho3D::Objectinline
MAX_QUADS_IN_PORTION (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBaseinlineprivatestatic
MAX_TRIANGLES_IN_PORTION (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBaseinlineprivatestatic
Object(Context *context)Urho3D::Objectexplicit
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Urho3D::Objectvirtual
operator=(const RefCounted &rhs)=deleteUrho3D::RefCounted
ps_ (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBase
qCurrentPS_ (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBaseprivate
qCurrentTexture_ (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBaseprivate
qCurrentVS_ (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBaseprivate
qIndexBuffer_ (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBaseprivate
qNumVertices_ (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBaseprivate
quad_ (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBaseprotected
qVertexBuffer_ (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBaseprivate
qVertices_ (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBaseprivate
refCount_Urho3D::RefCountedprivate
RefCounted()Urho3D::RefCounted
RefCounted(const RefCounted &rhs)=deleteUrho3D::RefCounted
RefCountPtr()Urho3D::RefCountedinline
Refs() constUrho3D::RefCounted
ReleaseRef()Urho3D::RefCounted
RemoveEventSender(Object *sender)Urho3D::Objectprivate
SendEvent(StringHash eventType)Urho3D::Object
SendEvent(StringHash eventType, VariantMap &eventData)Urho3D::Object
SendEvent(StringHash eventType, Args... args)Urho3D::Objectinline
SetBlockEvents(bool block)Urho3D::Objectinline
SetGlobalVar(StringHash key, const Variant &value)Urho3D::Object
SetShapeColor(u32 color)Urho3D::SpriteBatchBase
SetShapeColor(const Color &color)Urho3D::SpriteBatchBase
SpriteBatchBase(Context *context) (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBase
SubscribeToEvent(StringHash eventType, EventHandler *handler)Urho3D::Object
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler)Urho3D::Object
SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)Urho3D::Object
SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)Urho3D::Object
texture_ (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBase
tNumVertices_ (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBaseprivate
tPixelShader_ (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBaseprivate
triangle_ (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBaseprotected
tVertexBuffer_ (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBaseprivate
tVertexShader_ (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBaseprivate
tVertices_ (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBaseprivate
UnsubscribeFromAllEvents()Urho3D::Object
UnsubscribeFromAllEventsExcept(const Vector< StringHash > &exceptions, bool onlyUserData)Urho3D::Object
UnsubscribeFromEvent(StringHash eventType)Urho3D::Object
UnsubscribeFromEvent(Object *sender, StringHash eventType)Urho3D::Object
UnsubscribeFromEvents(Object *sender)Urho3D::Object
UpdateViewProjMatrix() (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBaseprivate
URHO3D_OBJECT(SpriteBatchBase, Object) (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBaseprivate
v0_ (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBase
v0_ (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBase
v1_ (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBase
v1_ (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBase
v2_ (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBase
v2_ (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBase
v3_ (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBase
VERTICES_PER_QUAD (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBaseinlineprivatestatic
VERTICES_PER_TRIANGLE (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBaseinlineprivatestatic
virtualScreenSize_ (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBase
VirtualScreenUsed() const (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBaseinline
vs_ (defined in Urho3D::SpriteBatchBase)Urho3D::SpriteBatchBase
WeakRefs() constUrho3D::RefCounted
~Object() overrideUrho3D::Object
~RefCounted()Urho3D::RefCountedvirtual