| AddRef() | Dviglo::RefCounted | |
| alphaPassIndex | Dviglo::Technique | static |
| asyncLoadState_ | Dviglo::Resource | private |
| basePassIndex | Dviglo::Technique | static |
| BeginLoad(Deserializer &source) override | Dviglo::Technique | virtual |
| blockEvents_ | Dviglo::Object | private |
| Cast() | Dviglo::Object | inline |
| Cast() const | Dviglo::Object | inline |
| Clone(const String &cloneName=String::EMPTY) const | Dviglo::Technique | |
| cloneTechniques_ | Dviglo::Technique | private |
| CloneWithDefines(const String &vsDefines, const String &psDefines) | Dviglo::Technique | |
| context_ | Dviglo::Object | protected |
| CreatePass(const String &name) | Dviglo::Technique | |
| deferredPassIndex | Dviglo::Technique | static |
| desktopSupport_ | Dviglo::Technique | private |
| EndLoad() | Dviglo::Resource | 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 | |
| GetMemoryUse() const | Dviglo::Resource | inline |
| GetName() const | Dviglo::Resource | inline |
| GetNameHash() const | Dviglo::Resource | inline |
| GetNumPasses() const | Dviglo::Technique | |
| GetPass(unsigned passIndex) const | Dviglo::Technique | inline |
| GetPass(const String &name) const | Dviglo::Technique | |
| GetPasses() const | Dviglo::Technique | |
| GetPassIndex(const String &passName) | Dviglo::Technique | static |
| GetPassNames() const | Dviglo::Technique | |
| GetSubsystem(StringHash type) const | Dviglo::Object | |
| GetSubsystem() const | Dviglo::Object | |
| GetSupportedPass(unsigned passIndex) const | Dviglo::Technique | inline |
| GetSupportedPass(const String &name) const | Dviglo::Technique | |
| 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 | |
| HasEventHandlers() const | Dviglo::Object | inline |
| HasPass(unsigned passIndex) const | Dviglo::Technique | inline |
| HasPass(const String &name) const | Dviglo::Technique | |
| HasSubscribedToEvent(StringHash eventType) const | Dviglo::Object | |
| HasSubscribedToEvent(Object *sender, StringHash eventType) const | Dviglo::Object | |
| IsDesktop() const | Dviglo::Technique | inline |
| isDesktop_ | Dviglo::Technique | private |
| IsInstanceOf(StringHash type) const | Dviglo::Object | |
| IsInstanceOf(const TypeInfo *typeInfo) const | Dviglo::Object | |
| IsInstanceOf() const | Dviglo::Object | inline |
| IsSupported() const | Dviglo::Technique | inline |
| lightPassIndex | Dviglo::Technique | static |
| litAlphaPassIndex | Dviglo::Technique | static |
| litBasePassIndex | Dviglo::Technique | static |
| Load(Deserializer &source) | Dviglo::Resource | |
| LoadFile(const String &fileName) | Dviglo::Resource | |
| materialPassIndex | Dviglo::Technique | static |
| 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 | |
| passes_ | Dviglo::Technique | private |
| passIndices | Dviglo::Technique | privatestatic |
| 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::Technique | static |
| ReleaseRef() | Dviglo::RefCounted | |
| ReleaseShaders() | Dviglo::Technique | |
| RemoveEventSender(Object *sender) | Dviglo::Object | private |
| RemovePass(const String &name) | Dviglo::Technique | |
| Renderer (defined in Dviglo::Technique) | Dviglo::Technique | friend |
| 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 | |
| SetIsDesktop(bool enable) | Dviglo::Technique | |
| SetMemoryUse(unsigned size) | Dviglo::Resource | |
| SetName(const String &name) | Dviglo::Resource | |
| shadowPassIndex | Dviglo::Technique | static |
| 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 | |
| Technique(Context *context) | Dviglo::Technique | explicit |
| 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(Technique, Resource) (defined in Dviglo::Technique) | Dviglo::Technique | private |
| useTimer_ | Dviglo::Resource | private |
| WeakRefs() const | Dviglo::RefCounted | |
| ~Object() override | Dviglo::Object | |
| ~RefCounted() | Dviglo::RefCounted | virtual |
| ~Technique() override | Dviglo::Technique | |