Defined Methods
Inherited Methods
- QuestPOIFrame:AllowAttributeChanges() - Temporarily allows insecure code to modify the frame's attributes during combat
- enabled = QuestPOIFrame:CanChangeAttribute() - Returns whether secure frame attributes can currently be changed
- canChange = QuestPOIFrame:CanChangeProtectedState() - Returns whether protected properties of the region can be changed by non-secure scripts
- QuestPOIFrame:ClearAllPoints() - Removes all anchor points from the region
- animationGroup = QuestPOIFrame:CreateAnimationGroup(["name" [, "inheritsFrom"]]) - Creates a new AnimationGroup as a child of the region
- fontstring = QuestPOIFrame:CreateFontString(["name" [, "layer" [, "inherits"]]]) - Creates a new [[docs/widgets/FontString|`FontString`]] as a child of the frame
- texture = QuestPOIFrame:CreateTexture(["name" [, "layer" [, "inherits"]]]) - Creates a new [[docs/widgets/Texture|`Texture`]] as a child of the frame
- region = QuestPOIFrame:CreateTitleRegion() - Creates a title region for dragging the frame
- QuestPOIFrame:DisableDrawLayer("layer") - Prevents display of all child objects of the frame on a specified graphics layer
- QuestPOIFrame:EnableDrawLayer("layer") - Allows display of all child objects of the frame on a specified graphics layer
- QuestPOIFrame:EnableJoystick(enable) - Enables or disables joystick interactivity
- QuestPOIFrame:EnableKeyboard(enable) - Enables or disables keyboard interactivity for the frame
- QuestPOIFrame:EnableMouse(enable) - Enables or disables mouse interactivity for the frame
- QuestPOIFrame:EnableMouseWheel(enable) - Enables or disables mouse wheel interactivity for the frame
- alpha = QuestPOIFrame:GetAlpha() - Returns the opacity of the region relative to its parent
- ... = QuestPOIFrame:GetAnimationGroups() - Returns a list of animation groups belonging to the region
- value = QuestPOIFrame:GetAttribute("name") - Returns the value of a secure frame attribute
- backdrop = QuestPOIFrame:GetBackdrop() - Returns information about the frame's backdrop graphic
- red, green, blue, alpha = QuestPOIFrame:GetBackdropBorderColor() - Returns the shading color for the frame's border graphic
- red, green, blue, alpha = QuestPOIFrame:GetBackdropColor() - Returns the shading color for the frame's background graphic
- bottom = QuestPOIFrame:GetBottom() - Returns the distance from the bottom of the screen to the bottom of the region
- left, bottom, width, height = QuestPOIFrame:GetBoundsRect() - Returns the position and dimension of the smallest area enclosing the frame and its children
- x, y = QuestPOIFrame:GetCenter() - Returns the screen coordinates of the region's center
- ... = QuestPOIFrame:GetChildren() - Returns a list of child frames of the frame
- left, right, top, bottom = QuestPOIFrame:GetClampRectInsets() - Returns offsets from the frame's edges used when limiting user movement or resizing of the frame
- depth = QuestPOIFrame:GetDepth() - Returns the 3D depth of the frame (for stereoscopic 3D setups)
- alpha = QuestPOIFrame:GetEffectiveAlpha() - Returns the overall opacity of the frame
- depth = QuestPOIFrame:GetEffectiveDepth() - Returns the overall 3D depth of the frame (for stereoscopic 3D configurations)
- scale = QuestPOIFrame:GetEffectiveScale() - Returns the overall scale factor of the frame
- level = QuestPOIFrame:GetFrameLevel() - Sets the level at which the frame is layered relative to others in its strata
- strata = QuestPOIFrame:GetFrameStrata() - Returns the general layering strata of the frame
- height = QuestPOIFrame:GetHeight() - Returns the height of the region
- left, right, top, bottom = QuestPOIFrame:GetHitRectInsets() - Returns the insets from the frame's edges which determine its mouse-interactable area
- id = QuestPOIFrame:GetID() - Returns the frame's numeric identifier
- left = QuestPOIFrame:GetLeft() - Returns the distance from the left edge of the screen to the left edge of the region
- maxWidth, maxHeight = QuestPOIFrame:GetMaxResize() - Returns the maximum size of the frame for user resizing
- minWidth, minHeight = QuestPOIFrame:GetMinResize() - Returns the minimum size of the frame for user resizing
- name = QuestPOIFrame:GetName() - Returns the widget object's name
- numChildren = QuestPOIFrame:GetNumChildren() - Returns the number of child frames belonging to the frame
- numPoints = QuestPOIFrame:GetNumPoints() - Returns the number of anchor points defined for the region
- numRegions = QuestPOIFrame:GetNumRegions() - Returns the number of non-Frame child regions belonging to the frame
- type = QuestPOIFrame:GetObjectType() - Returns the object's widget type
- parent = QuestPOIFrame:GetParent() - Returns the object's parent object
- point, relativeTo, relativePoint, xOffset, yOffset = QuestPOIFrame:GetPoint(index) - Returns information about one of the region's anchor points
- left, bottom, width, height = QuestPOIFrame:GetRect() - Returns the position and dimensions of the region
- ... = QuestPOIFrame:GetRegions() - Returns a list of non-Frame child regions belonging to the frame
- right = QuestPOIFrame:GetRight() - Returns the distance from the left edge of the screen to the right edge of the region
- scale = QuestPOIFrame:GetScale() - Returns the frame's scale factor
- handler = QuestPOIFrame:GetScript("scriptType") - Returns the widget's handler function for a script
- width, height = QuestPOIFrame:GetSize() - Returns the width and height of the region
- region = QuestPOIFrame:GetTitleRegion() - Returns the frame's TitleRegion object
- top = QuestPOIFrame:GetTop() - Returns the distance from the bottom of the screen to the top of the region
- width = QuestPOIFrame:GetWidth() - Returns the width of the region
- hasScript = QuestPOIFrame:HasScript("scriptType") - Returns whether the widget supports a script handler
- QuestPOIFrame:Hide() - Hides the region
- QuestPOIFrame:HookScript("scriptType", handler) - Securely hooks a script handler
- QuestPOIFrame:IgnoreDepth(enable) - Sets whether the frame's depth property is ignored (for stereoscopic 3D setups)
- enabled = QuestPOIFrame:IsClampedToScreen() - Returns whether the frame's boundaries are limited to those of the screen
- isDragging = QuestPOIFrame:IsDragging() - Returns whether the region is currently being dragged
- registered = QuestPOIFrame:IsEventRegistered("event") - Returns whether the frame is registered for a given [[docs/events|event]]
- enabled = QuestPOIFrame:IsIgnoringDepth() - Returns whether the frame's depth property is ignored (for stereoscopic 3D setups)
- enabled = QuestPOIFrame:IsJoystickEnabled() - Returns whether joystick interactivity is enabled for the frame
- enabled = QuestPOIFrame:IsKeyboardEnabled() - Returns whether keyboard interactivity is enabled for the frame
- enabled = QuestPOIFrame:IsMouseEnabled() - Returns whether mouse interactivity is enabled for the frame
- isOver = QuestPOIFrame:IsMouseOver() - Returns whether the mouse cursor is over the given region
- enabled = QuestPOIFrame:IsMouseWheelEnabled() - Returns whether mouse wheel interactivity is enabled for the frame
- movable = QuestPOIFrame:IsMovable() - Returns whether the frame can be moved by the user
- isType = QuestPOIFrame:IsObjectType("type") - Returns whether the object belongs to a given widget type
- isProtected, explicit = QuestPOIFrame:IsProtected() - Returns whether the region is protected
- enabled = QuestPOIFrame:IsResizable() - Returns whether the frame can be resized by the user
- shown = QuestPOIFrame:IsShown() - Returns whether the region is shown
- enabled = QuestPOIFrame:IsToplevel() - Returns whether the frame is automatically raised to the front when clicked
- enabled = QuestPOIFrame:IsUserPlaced() - Returns whether the frame is flagged for automatic saving and restoration of position and dimensions
- visible = QuestPOIFrame:IsVisible() - Returns whether the region is visible
- QuestPOIFrame:Lower() - Reduces the frame's frame level below all other frames in its strata
- QuestPOIFrame:Raise() - Increases the frame's frame level above all other frames in its strata
- QuestPOIFrame:RegisterAllEvents() - Registers the frame for all events
- QuestPOIFrame:RegisterEvent("event") - Registers the frame for an [[docs/events|event]]
- QuestPOIFrame:RegisterForDrag(...) - Registers the frame for dragging
- QuestPOIFrame:SetAllPoints([region]) or QuestPOIFrame:SetAllPoints(["name"]) - Sets all anchor points of the region to match those of another region
- QuestPOIFrame:SetAlpha(alpha) - Sets the opacity of the region relative to its parent
- QuestPOIFrame:SetAttribute("name", value) - Sets a secure frame attribute
- QuestPOIFrame:SetBackdrop(backdrop) - Sets a backdrop graphic for the frame
- QuestPOIFrame:SetBackdropBorderColor(red, green, blue [, alpha]) - Sets a shading color for the frame's border graphic
- QuestPOIFrame:SetBackdropColor(red, green, blue [, alpha]) - Sets a shading color for the frame's background graphic
- QuestPOIFrame:SetClampRectInsets(left, right, top, bottom) - Sets offsets from the frame's edges used when limiting user movement or resizing of the frame
- QuestPOIFrame:SetClampedToScreen(enable) - Sets whether the frame's boundaries should be limited to those of the screen
- QuestPOIFrame:SetDepth(depth) - Sets the 3D depth of the frame (for stereoscopic 3D configurations)
- QuestPOIFrame:SetFrameLevel(level) - Sets the level at which the frame is layered relative to others in its strata
- QuestPOIFrame:SetFrameStrata("strata") - Sets the general layering strata of the frame
- QuestPOIFrame:SetHeight(height) - Sets the region's height
- QuestPOIFrame:SetHitRectInsets(left, right, top, bottom) - Sets the insets from the frame's edges which determine its mouse-interactable area
- QuestPOIFrame:SetID(id) - Sets a numeric identifier for the frame
- QuestPOIFrame:SetMaxResize(maxWidth, maxHeight) - Sets the maximum size of the frame for user resizing
- QuestPOIFrame:SetMinResize(minWidth, minHeight) - Sets the minimum size of the frame for user resizing
- QuestPOIFrame:SetMovable(enable) - Sets whether the frame can be moved by the user
- QuestPOIFrame:SetParent(frame) or QuestPOIFrame:SetParent("name") - Makes another frame the parent of this region
- QuestPOIFrame:SetPoint("point" [, relativeTo [, "relativePoint" [, xOffset [, yOffset]]]]) - Sets an anchor point for the region
- QuestPOIFrame:SetResizable(enable) - Sets whether the frame can be resized by the user
- QuestPOIFrame:SetScale(scale) - Sets the frame's scale factor
- QuestPOIFrame:SetScript("scriptType", handler) - Sets the widget's handler function for a script
- QuestPOIFrame:SetSize(width, height) - Sets the size of the region to the specified values
- QuestPOIFrame:SetToplevel(enable) - Sets whether the frame should automatically come to the front when clicked
- QuestPOIFrame:SetUserPlaced(enable) - Flags the frame for automatic saving and restoration of position and dimensions
- QuestPOIFrame:SetWidth(width) - Sets the region's width
- QuestPOIFrame:Show() - Shows the region
- QuestPOIFrame:StartMoving() - Begins repositioning the frame via mouse movement
- QuestPOIFrame:StartSizing() - Begins resizing the frame via mouse movement
- QuestPOIFrame:StopAnimating() - Stops any active animations involving the region or its children
- QuestPOIFrame:StopMovingOrSizing() - Ends movement or resizing of the frame initiated with [[docs/widgets/Frame/StartMoving|`:StartMoving()`]] or [[docs/widgets/Frame/StartSizing|`:StartSizing()`]]
- QuestPOIFrame:UnregisterAllEvents() - Unregisters the frame from any [[docs/events|events]] for which it is registered
- QuestPOIFrame:UnregisterEvent("event") - Unregisters the frame for an event
Script Handlers
- OnAttributeChanged(self, "name", value) - Run when a frame attribute is changed
- OnChar(self, "text") - Run for each text character typed in the frame
- OnDisable(self) - Run when the frame is disabled
- OnDragStart(self, "button") - Run when the mouse is dragged starting in the frame
- OnDragStop(self) - Run when the mouse button is released after a drag started in the frame
- OnEnable(self) - Run when the frame is enabled
- OnEnter(self, motion) - Run when the mouse cursor enters the frame's interactive area
- OnEvent(self, "event", ...) - Run whenever an [[docs/events|event]] fires for which the frame is registered
- OnHide(self) - Run when the frame's visbility changes to hidden
- OnKeyDown(self, "key") - Run when a keyboard key is pressed if the frame is keyboard enabled
- OnKeyUp(self, "key") - Run when a keyboard key is released if the frame is keyboard enabled
- OnLeave(self, motion) - Run when the mouse cursor leaves the frame's interactive area
- OnLoad(self) - Run when the frame is created
- OnMouseDown(self, "button") - Run when a mouse button is pressed while the cursor is over the frame
- OnMouseUp(self, "button") - Run when the mouse button is released following a mouse down action in the frame
- OnMouseWheel(self, delta) - Run when the frame receives a mouse wheel scrolling action
- OnReceiveDrag(self) - Run when the mouse button is released after dragging into the frame
- OnShow(self) - Run when the frame becomes visible
- OnSizeChanged(self, width, height) - Run when a frame's size changes
- OnUpdate(self, elapsed) - Run each time the screen is drawn by the game engine