tbx  0.7.6
Public Member Functions | Protected Attributes | Friends | List of all members
tbx::WindowOpenInfo Class Reference

Class with details of window location on screen. More...

#include <window.h>

Inheritance diagram for tbx::WindowOpenInfo:
tbx::WindowInfo tbx::WindowState

Public Member Functions

WindowHandle window_handle () const
 WIMP window handle of this window.
 
const VisibleAreavisible_area () const
 Visible area of this window.
 
VisibleAreavisible_area ()
 Visible area of this window.
 
WindowHandle window_handle_in_front () const
 WIMP handle of window on top of this window or -1 for none.
 

Protected Attributes

WindowHandle _window_handle
 WIMP window handle.
 
VisibleArea _visible_area
 Position on screen and scroll settings.
 
WindowHandle _window_handle_in_front
 Handle of window in front of this one.
 

Friends

class Window
 

Detailed Description

Class with details of window location on screen.

Used to reposition/scroll window or open it initially


The documentation for this class was generated from the following file: