AddRef() | Dviglo::RefCounted | |
AllocateView() | Dviglo::Viewport | |
blockEvents_ | Dviglo::Object | private |
camera_ | Dviglo::Viewport | private |
Cast() | Dviglo::Object | inline |
Cast() const | Dviglo::Object | inline |
context_ | Dviglo::Object | protected |
cullCamera_ | Dviglo::Viewport | private |
drawDebug_ | Dviglo::Viewport | 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 |
GetCamera() const | Dviglo::Viewport | |
GetCategory() const | Dviglo::Object | |
GetContext() const | Dviglo::Object | inline |
GetCullCamera() const | Dviglo::Viewport | |
GetDrawDebug() const | Dviglo::Viewport | inline |
GetEventDataMap() const | Dviglo::Object | |
GetEventHandler() const | Dviglo::Object | |
GetEventSender() const | Dviglo::Object | |
GetGlobalVar(StringHash key) const | Dviglo::Object | |
GetGlobalVars() const | Dviglo::Object | |
GetRect() const | Dviglo::Viewport | inline |
GetRenderPath() const | Dviglo::Viewport | |
GetScene() const | Dviglo::Viewport | |
GetScreenRay(int x, int y) const | Dviglo::Viewport | |
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 |
GetView() const | Dviglo::Viewport | |
HasEventHandlers() const | Dviglo::Object | inline |
HasSubscribedToEvent(StringHash eventType) const | Dviglo::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Dviglo::Object | |
IsInstanceOf(StringHash type) const | Dviglo::Object | |
IsInstanceOf(const TypeInfo *typeInfo) const | Dviglo::Object | |
IsInstanceOf() const | Dviglo::Object | inline |
Object(Context *context) | Dviglo::Object | explicit |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Dviglo::Object | virtual |
operator=(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
rect_ | Dviglo::Viewport | private |
refCount_ | Dviglo::RefCounted | private |
RefCounted() | Dviglo::RefCounted | |
RefCounted(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
RefCountPtr() | Dviglo::RefCounted | inline |
Refs() const | Dviglo::RefCounted | |
ReleaseRef() | Dviglo::RefCounted | |
RemoveEventSender(Object *sender) | Dviglo::Object | private |
renderPath_ | Dviglo::Viewport | private |
scene_ | Dviglo::Viewport | private |
ScreenToWorldPoint(int x, int y, float depth) const | Dviglo::Viewport | |
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 |
SetCamera(Camera *camera) | Dviglo::Viewport | |
SetCullCamera(Camera *camera) | Dviglo::Viewport | |
SetDrawDebug(bool enable) | Dviglo::Viewport | |
SetGlobalVar(StringHash key, const Variant &value) | Dviglo::Object | |
SetRect(const IntRect &rect) | Dviglo::Viewport | |
SetRenderPath(RenderPath *renderPath) | Dviglo::Viewport | |
SetRenderPath(XMLFile *file) | Dviglo::Viewport | |
SetScene(Scene *scene) | Dviglo::Viewport | |
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(Viewport, Object) (defined in Dviglo::Viewport) | Dviglo::Viewport | private |
view_ | Dviglo::Viewport | private |
Viewport(Context *context) | Dviglo::Viewport | explicit |
Viewport(Context *context, Scene *scene, Camera *camera, RenderPath *renderPath=nullptr) | Dviglo::Viewport | |
Viewport(Context *context, Scene *scene, Camera *camera, const IntRect &rect, RenderPath *renderPath=nullptr) | Dviglo::Viewport | |
WeakRefs() const | Dviglo::RefCounted | |
WorldToScreenPoint(const Vector3 &worldPos) const | Dviglo::Viewport | |
~Object() override | Dviglo::Object | |
~RefCounted() | Dviglo::RefCounted | virtual |
~Viewport() override | Dviglo::Viewport | |