AddLayer(unsigned index, TmxLayer2D *layer) | Dviglo::TmxFile2D | |
AddLayer(Dviglo::TmxLayer2D *layer) | Dviglo::TmxFile2D | |
AddRef() | Dviglo::RefCounted | |
asyncLoadState_ | Dviglo::Resource | private |
BeginLoad(Deserializer &source) override | Dviglo::TmxFile2D | virtual |
blockEvents_ | Dviglo::Object | private |
Cast() | Dviglo::Object | inline |
Cast() const | Dviglo::Object | inline |
context_ | Dviglo::Object | protected |
edgeOffset_ | Dviglo::TmxFile2D | private |
EndLoad() override | Dviglo::TmxFile2D | virtual |
eventHandlers_ | Dviglo::Object | private |
FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) const | Dviglo::Object | private |
FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) const | Dviglo::Object | private |
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) const | Dviglo::Object | private |
GetAsyncLoadState() const | Dviglo::Resource | inline |
GetBlockEvents() const | Dviglo::Object | inline |
GetCategory() const | Dviglo::Object | |
GetContext() const | Dviglo::Object | inline |
GetEventDataMap() const | Dviglo::Object | |
GetEventHandler() const | Dviglo::Object | |
GetEventSender() const | Dviglo::Object | |
GetGlobalVar(StringHash key) const | Dviglo::Object | |
GetGlobalVars() const | Dviglo::Object | |
GetInfo() const | Dviglo::TmxFile2D | inline |
GetLayer(unsigned index) const | Dviglo::TmxFile2D | |
GetMemoryUse() const | Dviglo::Resource | inline |
GetName() const | Dviglo::Resource | inline |
GetNameHash() const | Dviglo::Resource | inline |
GetNumLayers() const | Dviglo::TmxFile2D | inline |
GetSpriteTextureEdgeOffset() const | Dviglo::TmxFile2D | inline |
GetSubsystem(StringHash type) const | Dviglo::Object | |
GetSubsystem() const | Dviglo::Object | |
GetTileCollisionShapes(unsigned gid) const | Dviglo::TmxFile2D | |
GetTilePropertySet(unsigned gid) const | Dviglo::TmxFile2D | |
GetTileSprite(unsigned gid) const | Dviglo::TmxFile2D | |
GetType() const =0 | Dviglo::Object | pure virtual |
GetTypeInfo() const =0 | Dviglo::Object | pure virtual |
GetTypeInfoStatic() | Dviglo::Object | inlinestatic |
GetTypeName() const =0 | Dviglo::Object | pure virtual |
GetUseTimer() | Dviglo::Resource | |
gidToCollisionShapeMapping_ | Dviglo::TmxFile2D | private |
gidToPropertySetMapping_ | Dviglo::TmxFile2D | private |
gidToSpriteMapping_ | Dviglo::TmxFile2D | private |
HasEventHandlers() const | Dviglo::Object | inline |
HasSubscribedToEvent(StringHash eventType) const | Dviglo::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Dviglo::Object | |
info_ | Dviglo::TmxFile2D | private |
IsInstanceOf(StringHash type) const | Dviglo::Object | |
IsInstanceOf(const TypeInfo *typeInfo) const | Dviglo::Object | |
IsInstanceOf() const | Dviglo::Object | inline |
layers_ | Dviglo::TmxFile2D | private |
Load(Deserializer &source) | Dviglo::Resource | |
LoadFile(const String &fileName) | Dviglo::Resource | |
LoadTileSet(const XMLElement &element) | Dviglo::TmxFile2D | private |
LoadTSXFile(const String &source) | Dviglo::TmxFile2D | private |
loadXMLFile_ | Dviglo::TmxFile2D | private |
memoryUse_ | Dviglo::Resource | private |
name_ | Dviglo::Resource | private |
nameHash_ | Dviglo::Resource | private |
Object(Context *context) | Dviglo::Object | explicit |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Dviglo::Object | virtual |
operator=(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
refCount_ | Dviglo::RefCounted | private |
RefCounted() | Dviglo::RefCounted | |
RefCounted(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
RefCountPtr() | Dviglo::RefCounted | inline |
Refs() const | Dviglo::RefCounted | |
RegisterObject(Context *context) | Dviglo::TmxFile2D | static |
ReleaseRef() | Dviglo::RefCounted | |
RemoveEventSender(Object *sender) | Dviglo::Object | private |
ResetUseTimer() | Dviglo::Resource | |
Resource(Context *context) | Dviglo::Resource | explicit |
Save(Serializer &dest) const | Dviglo::Resource | virtual |
SaveFile(const String &fileName) const | Dviglo::Resource | virtual |
SendEvent(StringHash eventType) | Dviglo::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Dviglo::Object | |
SendEvent(StringHash eventType, Args... args) | Dviglo::Object | inline |
SetAsyncLoadState(AsyncLoadState newState) | Dviglo::Resource | |
SetBlockEvents(bool block) | Dviglo::Object | inline |
SetGlobalVar(StringHash key, const Variant &value) | Dviglo::Object | |
SetInfo(Orientation2D orientation, int width, int height, float tileWidth, float tileHeight) | Dviglo::TmxFile2D | |
SetMemoryUse(unsigned size) | Dviglo::Resource | |
SetName(const String &name) | Dviglo::Resource | |
SetSpriteTextureEdgeOffset(float offset) | Dviglo::TmxFile2D | |
SubscribeToEvent(StringHash eventType, EventHandler *handler) | Dviglo::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Dviglo::Object | |
SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Dviglo::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Dviglo::Object | |
TmxFile2D(Context *context) | Dviglo::TmxFile2D | explicit |
tsxXMLFiles_ | Dviglo::TmxFile2D | private |
UnsubscribeFromAllEvents() | Dviglo::Object | |
UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData) | Dviglo::Object | |
UnsubscribeFromEvent(StringHash eventType) | Dviglo::Object | |
UnsubscribeFromEvent(Object *sender, StringHash eventType) | Dviglo::Object | |
UnsubscribeFromEvents(Object *sender) | Dviglo::Object | |
URHO3D_OBJECT(TmxFile2D, Resource) (defined in Dviglo::TmxFile2D) | Dviglo::TmxFile2D | private |
useTimer_ | Dviglo::Resource | private |
WeakRefs() const | Dviglo::RefCounted | |
~Object() override | Dviglo::Object | |
~RefCounted() | Dviglo::RefCounted | virtual |
~TmxFile2D() override | Dviglo::TmxFile2D | |