AddRef() | Dviglo::RefCounted | |
Apply() | Dviglo::ConstantBuffer | |
blockEvents_ | Dviglo::Object | private |
Cast() | Dviglo::Object | inline |
Cast() const | Dviglo::Object | inline |
ClearDataLost() | Dviglo::GPUObject | |
ConstantBuffer(Context *context) | Dviglo::ConstantBuffer | explicit |
context_ | Dviglo::Object | protected |
dataLost_ | Dviglo::GPUObject | protected |
dataPending_ | Dviglo::GPUObject | protected |
dirty_ | Dviglo::ConstantBuffer | 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 | |
GetSize() const | Dviglo::ConstantBuffer | 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 |
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 | |
IsDataLost() const | Dviglo::GPUObject | inline |
IsDirty() const | Dviglo::ConstantBuffer | inline |
IsInstanceOf(StringHash type) const | Dviglo::Object | |
IsInstanceOf(const TypeInfo *typeInfo) const | Dviglo::Object | |
IsInstanceOf() const | Dviglo::Object | inline |
Object(Context *context) | Dviglo::Object | explicit |
object_ | Dviglo::GPUObject | protected |
OnDeviceLost() | Dviglo::GPUObject | virtual |
OnDeviceReset() override | Dviglo::ConstantBuffer | 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::ConstantBuffer | 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 |
SetGlobalVar(StringHash key, const Variant &value) | Dviglo::Object | |
SetParameter(unsigned offset, unsigned size, const void *data) | Dviglo::ConstantBuffer | |
SetSize(unsigned size) | Dviglo::ConstantBuffer | |
SetVector3ArrayParameter(unsigned offset, unsigned rows, const void *data) | Dviglo::ConstantBuffer | |
shadowData_ | Dviglo::ConstantBuffer | private |
size_ | Dviglo::ConstantBuffer | 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 | |
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(ConstantBuffer, Object) (defined in Dviglo::ConstantBuffer) | Dviglo::ConstantBuffer | private |
WeakRefs() const | Dviglo::RefCounted | |
~ConstantBuffer() override | Dviglo::ConstantBuffer | |
~GPUObject() | Dviglo::GPUObject | virtual |
~Object() override | Dviglo::Object | |
~RefCounted() | Dviglo::RefCounted | virtual |