Documentation of IME 3.2.0
Main Page
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
ime
Window
ime::Window Member List
This is the complete list of members for
ime::Window
, including all inherited members.
close
()
ime::Window
Engine
ime::Window
friend
getClearColour
() const
ime::Window
getFrameRateLimit
() const
ime::Window
getFullScreenSize
()
ime::Window
static
getIcon
() const
ime::Window
getMaxSize
() const
ime::Window
getMinSize
() const
ime::Window
getPosition
() const
ime::Window
getRelativeMousePosition
() const
ime::Window
getSize
() const
ime::Window
getStyle
() const
ime::Window
getTitle
() const
ime::Window
hasMaxBound
() const
ime::Window
hasMinBound
() const
ime::Window
isEventListenerSuspended
(int id) const
ime::Window
isFullScreen
() const
ime::Window
isMouseCursorGrabbed
() const
ime::Window
isMouseCursorVisible
() const
ime::Window
isOpen
() const
ime::Window
isVerticalSyncEnabled
() const
ime::Window
isVisible
() const
ime::Window
onClose
(const Callback<> &callback, bool oneTime=false)
ime::Window
onFullScreenToggle
(const Callback< bool > &callback, bool oneTime=false)
ime::Window
onGainFocus
(const Callback<> &callback, bool oneTime=false)
ime::Window
onLoseFocus
(const Callback<> &callback, bool oneTime=false)
ime::Window
onMouseEnter
(const Callback<> &callback, bool oneTime=false)
ime::Window
onMouseExit
(const Callback<> &callback, bool oneTime=false)
ime::Window
onResize
(const Callback< Vector2u > &callback, bool oneTime=false)
ime::Window
operator=
(const Window &)=delete
ime::Window
operator=
(Window &&)=delete
ime::Window
removeEventListener
(int id)
ime::Window
setClearColour
(const Colour &colour)
ime::Window
setDefaultOnCloseHandlerEnable
(bool enable)
ime::Window
setFrameRateLimit
(unsigned int limit)
ime::Window
setFullScreen
(bool fullScreen)
ime::Window
setIcon
(const std::string &filename)
ime::Window
setMaxSize
(const Vector2u &size)
ime::Window
setMinSize
(const Vector2u &size)
ime::Window
setMouseCursorGrabbed
(bool grabbed)
ime::Window
setMouseCursorVisible
(bool visible)
ime::Window
setPosition
(const Vector2i &position)
ime::Window
setRelativeMousePosition
(const Vector2i &position)
ime::Window
setSize
(const Vector2u &size)
ime::Window
setStyle
(Uint32 windowStyle)
ime::Window
setTitle
(const std::string &title)
ime::Window
setVerticalSyncEnable
(bool vSyncEnable)
ime::Window
setVisible
(bool visible)
ime::Window
suspendedEventListener
(int id, bool suspend)
ime::Window
takeScreenshot
()
ime::Window
takeScreenshot
(const std::string &filename)
ime::Window
toggleFullScreen
()
ime::Window
Window
(const Window &)=delete
ime::Window
Window
(Window &&)=delete
ime::Window