Einhugur Framework for C++

Window Class

Object
   Window

class Window implements

IContainerControl

Constructors

Window
Window

Properties

_window

Methods

Close
Controls
CreateOffScreenImage
GetAlpha
GetControlHandle
GetHeightReturns the height of the Window.
GetLeftReturns that left coordinate of the Window relative to the screen.
GetTopReturns that top coordinate of the Window relative to the screen.
GetVisibleReturns true if the Window is visible.
GetWidthReturns the width of the Window.
GetWindowRef
HandleContextMenuClick
HandleMouseLeave
HandleMouseMove
HandleOpen
HandleResize
Hide
InvokeClose
InvokeResized
IsActive
LocalToScreenCoordinate
Release (Inherited)Decreases reference count by one and deletes the object if the reference count reached zero.
Retain (Inherited)Increases the reference count by one.
Select
SetAlpha
SetBounds
SetCloseBox
SetCollapseBox
SetHeight
SetMaxSizeSets the maximum size of the Window.
SetMetal
SetMinSizeSets the minimum size of the Window.
SetResizable
SetTitle
SetWidth
SetZoomBox
Show
ShowModal

Events

ActivateEventThis event is fired when the Window gets activated.
CloseEvent
ContextMenuClickEvent
DeactivateEvent
EnableMenusEvent
MenuClickEvent
MouseEnterEvent
MouseLeaveEvent
MouseMoveEvent
OpenEvent
ResizedEvent
ResizeEvent