Urho3D
Dviglo::Viewport Member List

This is the complete list of members for Dviglo::Viewport, including all inherited members.

AddRef()Dviglo::RefCounted
AllocateView()Dviglo::Viewport
blockEvents_Dviglo::Objectprivate
camera_Dviglo::Viewportprivate
Cast()Dviglo::Objectinline
Cast() constDviglo::Objectinline
context_Dviglo::Objectprotected
cullCamera_Dviglo::Viewportprivate
drawDebug_Dviglo::Viewportprivate
eventHandlers_Dviglo::Objectprivate
FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) constDviglo::Objectprivate
FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) constDviglo::Objectprivate
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) constDviglo::Objectprivate
GetBlockEvents() constDviglo::Objectinline
GetCamera() constDviglo::Viewport
GetCategory() constDviglo::Object
GetContext() constDviglo::Objectinline
GetCullCamera() constDviglo::Viewport
GetDrawDebug() constDviglo::Viewportinline
GetEventDataMap() constDviglo::Object
GetEventHandler() constDviglo::Object
GetEventSender() constDviglo::Object
GetGlobalVar(StringHash key) constDviglo::Object
GetGlobalVars() constDviglo::Object
GetRect() constDviglo::Viewportinline
GetRenderPath() constDviglo::Viewport
GetScene() constDviglo::Viewport
GetScreenRay(int x, int y) constDviglo::Viewport
GetSubsystem(StringHash type) constDviglo::Object
GetSubsystem() constDviglo::Object
GetType() const =0Dviglo::Objectpure virtual
GetTypeInfo() const =0Dviglo::Objectpure virtual
GetTypeInfoStatic()Dviglo::Objectinlinestatic
GetTypeName() const =0Dviglo::Objectpure virtual
GetView() constDviglo::Viewport
HasEventHandlers() constDviglo::Objectinline
HasSubscribedToEvent(StringHash eventType) constDviglo::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constDviglo::Object
IsInstanceOf(StringHash type) constDviglo::Object
IsInstanceOf(const TypeInfo *typeInfo) constDviglo::Object
IsInstanceOf() constDviglo::Objectinline
Object(Context *context)Dviglo::Objectexplicit
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Dviglo::Objectvirtual
operator=(const RefCounted &rhs)=deleteDviglo::RefCounted
rect_Dviglo::Viewportprivate
refCount_Dviglo::RefCountedprivate
RefCounted()Dviglo::RefCounted
RefCounted(const RefCounted &rhs)=deleteDviglo::RefCounted
RefCountPtr()Dviglo::RefCountedinline
Refs() constDviglo::RefCounted
ReleaseRef()Dviglo::RefCounted
RemoveEventSender(Object *sender)Dviglo::Objectprivate
renderPath_Dviglo::Viewportprivate
scene_Dviglo::Viewportprivate
ScreenToWorldPoint(int x, int y, float depth) constDviglo::Viewport
SendEvent(StringHash eventType)Dviglo::Object
SendEvent(StringHash eventType, VariantMap &eventData)Dviglo::Object
SendEvent(StringHash eventType, Args... args)Dviglo::Objectinline
SetBlockEvents(bool block)Dviglo::Objectinline
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::Viewportprivate
view_Dviglo::Viewportprivate
Viewport(Context *context)Dviglo::Viewportexplicit
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() constDviglo::RefCounted
WorldToScreenPoint(const Vector3 &worldPos) constDviglo::Viewport
~Object() overrideDviglo::Object
~RefCounted()Dviglo::RefCountedvirtual
~Viewport() overrideDviglo::Viewport