AddRef() | Dviglo::RefCounted | |
blockEvents_ | Dviglo::Object | private |
Cast() | Dviglo::Object | inline |
Cast() const | Dviglo::Object | inline |
ClearDataLost() | Dviglo::GPUObject | |
context_ | Dviglo::Object | protected |
Create() | Dviglo::IndexBuffer | private |
dataLost_ | Dviglo::GPUObject | protected |
dataPending_ | Dviglo::GPUObject | protected |
discardLock_ | Dviglo::IndexBuffer | private |
dynamic_ | Dviglo::IndexBuffer | private |
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 |
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 | |
GetGPUObject() const | Dviglo::GPUObject | inline |
GetGPUObjectName() const | Dviglo::GPUObject | inline |
GetGraphics() const | Dviglo::GPUObject | |
GetIndexCount() const | Dviglo::IndexBuffer | inline |
GetIndexSize() const | Dviglo::IndexBuffer | inline |
GetShadowData() const | Dviglo::IndexBuffer | inline |
GetShadowDataShared() const | Dviglo::IndexBuffer | inline |
GetSubsystem(StringHash type) const | Dviglo::Object | |
GetSubsystem() const | Dviglo::Object | |
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 |
GetUsedVertexRange(unsigned start, unsigned count, unsigned &minVertex, unsigned &vertexCount) | Dviglo::IndexBuffer | |
GPUObject(Graphics *graphics) | Dviglo::GPUObject | explicit |
graphics_ | Dviglo::GPUObject | protected |
HasEventHandlers() const | Dviglo::Object | inline |
HasPendingData() const | Dviglo::GPUObject | inline |
HasSubscribedToEvent(StringHash eventType) const | Dviglo::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Dviglo::Object | |
IndexBuffer(Context *context, bool forceHeadless=false) | Dviglo::IndexBuffer | explicit |
indexCount_ | Dviglo::IndexBuffer | private |
indexSize_ | Dviglo::IndexBuffer | private |
IsDataLost() const | Dviglo::GPUObject | inline |
IsDynamic() const | Dviglo::IndexBuffer | inline |
IsInstanceOf(StringHash type) const | Dviglo::Object | |
IsInstanceOf(const TypeInfo *typeInfo) const | Dviglo::Object | |
IsInstanceOf() const | Dviglo::Object | inline |
IsLocked() const | Dviglo::IndexBuffer | inline |
IsShadowed() const | Dviglo::IndexBuffer | inline |
Lock(unsigned start, unsigned count, bool discard=false) | Dviglo::IndexBuffer | |
lockCount_ | Dviglo::IndexBuffer | private |
lockScratchData_ | Dviglo::IndexBuffer | private |
lockStart_ | Dviglo::IndexBuffer | private |
lockState_ | Dviglo::IndexBuffer | private |
MapBuffer(unsigned start, unsigned count, bool discard) | Dviglo::IndexBuffer | private |
Object(Context *context) | Dviglo::Object | explicit |
object_ | Dviglo::GPUObject | protected |
OnDeviceLost() override | Dviglo::IndexBuffer | virtual |
OnDeviceReset() override | Dviglo::IndexBuffer | virtual |
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 | |
Release() override | Dviglo::IndexBuffer | virtual |
ReleaseRef() | Dviglo::RefCounted | |
RemoveEventSender(Object *sender) | Dviglo::Object | private |
SendEvent(StringHash eventType) | Dviglo::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Dviglo::Object | |
SendEvent(StringHash eventType, Args... args) | Dviglo::Object | inline |
SetBlockEvents(bool block) | Dviglo::Object | inline |
SetData(const void *data) | Dviglo::IndexBuffer | |
SetDataRange(const void *data, unsigned start, unsigned count, bool discard=false) | Dviglo::IndexBuffer | |
SetGlobalVar(StringHash key, const Variant &value) | Dviglo::Object | |
SetShadowed(bool enable) | Dviglo::IndexBuffer | |
SetSize(unsigned indexCount, bool largeIndices, bool dynamic=false) | Dviglo::IndexBuffer | |
shadowData_ | Dviglo::IndexBuffer | private |
shadowed_ | Dviglo::IndexBuffer | private |
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 | |
Unlock() | Dviglo::IndexBuffer | |
UnmapBuffer() | Dviglo::IndexBuffer | 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 | |
UpdateToGPU() | Dviglo::IndexBuffer | private |
URHO3D_OBJECT(IndexBuffer, Object) (defined in Dviglo::IndexBuffer) | Dviglo::IndexBuffer | private |
WeakRefs() const | Dviglo::RefCounted | |
~GPUObject() | Dviglo::GPUObject | virtual |
~IndexBuffer() override | Dviglo::IndexBuffer | |
~Object() override | Dviglo::Object | |
~RefCounted() | Dviglo::RefCounted | virtual |