OpenGL specific display window description. More...
#include <opengl1_window_description.h>
Public Member Functions | |
Construction | |
CL_GL1WindowDescription () | |
Constructs a window description with default values. | |
CL_GL1WindowDescription (const CL_DisplayWindowDescription &desc) | |
Constructs a GL1WindowDescription. | |
CL_GL1WindowDescription & | operator= (CL_DisplayWindowDescription &desc) |
virtual | ~CL_GL1WindowDescription () |
Attributes | |
bool | get_doublebuffer () const |
Returns true if only double-buffered visuals are considered. | |
bool | get_stereo () const |
Returns true if only stereo visuals are considered. | |
int | get_buffer_size () const |
Returns the desired color buffer size. | |
int | get_red_size () const |
Returns the minimum required red buffer. | |
int | get_green_size () const |
Returns the minimum required green buffer. | |
int | get_blue_size () const |
Returns the minimum required blue buffer. | |
int | get_alpha_size () const |
Returns the minimum required alpha buffer. | |
int | get_multisampling () const |
Returns the number of samples per pixel. | |
Operations | |
void | set_doublebuffer (bool value) |
Sets if only double-buffered visuals are considered. | |
void | set_stereo (bool value) |
Sets if only stereo visuals are to be considered. | |
void | set_buffer_size (int value) |
Sets the desired color buffer size. | |
void | set_red_size (int value) |
Sets the minimum required red buffer. | |
void | set_green_size (int value) |
Sets the minimum required green buffer. | |
void | set_blue_size (int value) |
Sets the minimum required blue buffer. | |
void | set_alpha_size (int value) |
Sets the minimum required alpha buffer. | |
void | set_multisampling (int value) |
Sets the number of samples per pixel. | |
Attributes | |
const CL_String & | get_title () const |
Returns the window title stored in the description. | |
bool | get_decorations () const |
Returns true if the window shall be created with decorations. | |
CL_Size | get_size () const |
Returns the size of the window stored in description. | |
CL_Rect | get_position () const |
Returns the initial position of the window. | |
bool | get_position_client_area () const |
Returns if the client area is used for the initial position of the window. | |
bool | is_fullscreen () const |
Returns if window should be initially fullscreen. | |
int | get_flipping_buffers () const |
Returns the amount of flipping buffers to be created. | |
int | get_swap_interval () const |
Returns the swap interval to be used for the window. | |
bool | get_allow_resize () const |
Returns true if window should be resizeable. | |
int | get_bpp () const |
Returns the numbers of bytes per pixel in the window. | |
int | get_refresh_rate () const |
Returns the refresh rate of the displaymode. | |
bool | is_layered () const |
Returns true if window is layered (black is transparent). | |
bool | has_caption () const |
Returns true if a title bar is shown. | |
bool | has_sysmenu () const |
Returns true if the window has a window menu on its title bar. | |
bool | has_minimize_button () const |
Returns true if the window has a minimize button. | |
bool | has_maximize_button () const |
Returns true if the window has a maximize button. | |
bool | has_border () const |
Returns true if the window has a border. | |
bool | is_tool_window () const |
Returns true if the window is a tool window. | |
bool | is_dialog () const |
Returns true if the window is a dialog window. | |
bool | is_visible () const |
Returns true if the window is initially visible. | |
bool | is_topmost () const |
Returns true if the window should be placed above all non-topmost windows. | |
bool | get_using_gui_window_cache () const |
Returns true if window from the window cache should be used. (GUI Only). | |
bool | has_drop_shadow () const |
Returns true if the window is drawn with a drop shadow effect. | |
CL_DisplayWindow | get_owner () const |
Returns the window owning this one. | |
bool | get_tablet_context () const |
Returns true if a tablet context is to be created for the window. | |
CL_SharedPtr < CL_DisplayWindowDescriptionData > | get_data (const CL_String &data_name) const |
Returns the object stored in the given data name. | |
int | get_depth_size () const |
Returns the minimum required depth buffer. | |
int | get_stencil_size () const |
Returns the minimum required stencil buffer. | |
int | get_fullscreen_monitor () const |
Returns the index of the monitor to go fullscreen on. See CL_ScreenInfo. | |
Operations | |
void | show_caption (bool value=true) |
Controls if a title bar is shown or not. | |
void | show_sysmenu (bool value=true) |
Sets if the window has a window menu on its title bar. | |
void | show_minimize_button (bool value=true) |
Sets if the window has a minimize button. | |
void | show_maximize_button (bool value=true) |
Sets if the window has a maximize button. | |
void | show_border (bool value=true) |
Sets if the window has a border. DO NOT USE (This function is not implemented and is to be removed in ClanLib 2.4). | |
void | set_decorations (bool decorations) |
Sets if windows should have decorations. | |
void | set_visible (bool value=true) |
Toggles whether the window is created as initially visible. | |
void | set_topmost (bool value=true) |
Sets if the window should be placed above all non-topmost windows. | |
void | set_tool_window (bool value=true) |
Flags the window to be a tool window to the windowing system. | |
void | set_dialog_window (bool value=true) |
Flags the window to be a dialog window to the windowing system. | |
void | set_drop_shadow (bool value=true) |
Enables a drop shadow effect on the window. | |
void | set_owner_window (const CL_DisplayWindow &owner) |
Specifies another window which owns this one. | |
void | set_title (const CL_String &title) |
Sets the title of the window. | |
void | set_size (const CL_Size &size, bool client_area) |
Sets the size of the window (including window frame). | |
void | set_position (const CL_Rect &position, bool client_area) |
Sets the position of the window (including window frame). | |
void | set_fullscreen (bool fullscreen=true, int monitor=0) |
Makes the window initially fullscreen. | |
void | set_flipping_buffers (int num_buffers=2) |
Sets the amount of flipping buffers to be used. | |
void | set_swap_interval (int interval=-1) |
Sets the swap interval to be used for the window. | |
void | set_allow_resize (bool allow_resize) |
Sets if windows should be resizable. | |
void | set_bpp (int bpp) |
Sets the number of bytes per pixel. | |
void | set_refresh_rate (int refresh_rate) |
Set the refresh rate of the displaymode. | |
void | set_tablet_context (bool create) |
Sets to true if a tablet input context should be created for this window. | |
void | set_using_gui_window_cache (bool value) |
Uses a window from the window cache (GUI Only). | |
void | set_layered (bool layered) |
Creates a layered window (complex shaped window). | |
void | set_data (const CL_String &data_name, const CL_SharedPtr< CL_DisplayWindowDescriptionData > &ptr) |
Store object in description. | |
void | set_depth_size (int value) |
Sets the minimum required depth buffer. | |
void | set_stencil_size (int value) |
Sets the minimum required stencil buffer. |
OpenGL specific display window description.
Use this class to setup OpenGL specific settings for a top level window:
CL_GL1WindowDescription desc; dest.set_title("OpenGL window with stereo visual"); desc.set_stereo(true); desc.set_stencil_size(4); CL_GL1Window window(desc);
CL_GL1WindowDescription::CL_GL1WindowDescription | ( | ) |
Constructs a window description with default values.
CL_GL1WindowDescription::CL_GL1WindowDescription | ( | const CL_DisplayWindowDescription & | desc | ) |
Constructs a GL1WindowDescription.
desc | = Display Window Description |
virtual CL_GL1WindowDescription::~CL_GL1WindowDescription | ( | ) | [virtual] |
bool CL_DisplayWindowDescription::get_allow_resize | ( | ) | const [inherited] |
Returns true if window should be resizeable.
int CL_GL1WindowDescription::get_alpha_size | ( | ) | const |
Returns the minimum required alpha buffer.
int CL_GL1WindowDescription::get_blue_size | ( | ) | const |
Returns the minimum required blue buffer.
int CL_DisplayWindowDescription::get_bpp | ( | ) | const [inherited] |
Returns the numbers of bytes per pixel in the window.
int CL_GL1WindowDescription::get_buffer_size | ( | ) | const |
Returns the desired color buffer size.
Ignored in GLX (X11)
In WGL (Windows) it specifies the size of the color buffer, excluding the alpha bitplanes.
CL_SharedPtr<CL_DisplayWindowDescriptionData> CL_DisplayWindowDescription::get_data | ( | const CL_String & | data_name | ) | const [inherited] |
Returns the object stored in the given data name.
bool CL_DisplayWindowDescription::get_decorations | ( | ) | const [inherited] |
Returns true if the window shall be created with decorations.
int CL_DisplayWindowDescription::get_depth_size | ( | ) | const [inherited] |
Returns the minimum required depth buffer.
bool CL_GL1WindowDescription::get_doublebuffer | ( | ) | const |
Returns true if only double-buffered visuals are considered.
If not enabled, only single-buffered visuals are considered.
int CL_DisplayWindowDescription::get_flipping_buffers | ( | ) | const [inherited] |
Returns the amount of flipping buffers to be created.
int CL_DisplayWindowDescription::get_fullscreen_monitor | ( | ) | const [inherited] |
Returns the index of the monitor to go fullscreen on. See CL_ScreenInfo.
int CL_GL1WindowDescription::get_green_size | ( | ) | const |
Returns the minimum required green buffer.
int CL_GL1WindowDescription::get_multisampling | ( | ) | const |
Returns the number of samples per pixel.
CL_DisplayWindow CL_DisplayWindowDescription::get_owner | ( | ) | const [inherited] |
Returns the window owning this one.
CL_Rect CL_DisplayWindowDescription::get_position | ( | ) | const [inherited] |
Returns the initial position of the window.
bool CL_DisplayWindowDescription::get_position_client_area | ( | ) | const [inherited] |
Returns if the client area is used for the initial position of the window.
int CL_GL1WindowDescription::get_red_size | ( | ) | const |
Returns the minimum required red buffer.
int CL_DisplayWindowDescription::get_refresh_rate | ( | ) | const [inherited] |
Returns the refresh rate of the displaymode.
Specifies the frequency, in hertz (cycles per second). This value is also known as the vertical refresh rate.
CL_Size CL_DisplayWindowDescription::get_size | ( | ) | const [inherited] |
Returns the size of the window stored in description.
int CL_DisplayWindowDescription::get_stencil_size | ( | ) | const [inherited] |
Returns the minimum required stencil buffer.
bool CL_GL1WindowDescription::get_stereo | ( | ) | const |
Returns true if only stereo visuals are considered.
If not enabled, only monoscopic visuals are considered.
int CL_DisplayWindowDescription::get_swap_interval | ( | ) | const [inherited] |
Returns the swap interval to be used for the window.
bool CL_DisplayWindowDescription::get_tablet_context | ( | ) | const [inherited] |
Returns true if a tablet context is to be created for the window.
const CL_String& CL_DisplayWindowDescription::get_title | ( | ) | const [inherited] |
Returns the window title stored in the description.
bool CL_DisplayWindowDescription::get_using_gui_window_cache | ( | ) | const [inherited] |
Returns true if window from the window cache should be used. (GUI Only).
This setting is ignored unless the GUI and CL_GUIWindowManagerSystem are used.
bool CL_DisplayWindowDescription::has_border | ( | ) | const [inherited] |
Returns true if the window has a border.
bool CL_DisplayWindowDescription::has_caption | ( | ) | const [inherited] |
Returns true if a title bar is shown.
bool CL_DisplayWindowDescription::has_drop_shadow | ( | ) | const [inherited] |
Returns true if the window is drawn with a drop shadow effect.
bool CL_DisplayWindowDescription::has_maximize_button | ( | ) | const [inherited] |
Returns true if the window has a maximize button.
bool CL_DisplayWindowDescription::has_minimize_button | ( | ) | const [inherited] |
Returns true if the window has a minimize button.
bool CL_DisplayWindowDescription::has_sysmenu | ( | ) | const [inherited] |
Returns true if the window has a window menu on its title bar.
bool CL_DisplayWindowDescription::is_dialog | ( | ) | const [inherited] |
Returns true if the window is a dialog window.
bool CL_DisplayWindowDescription::is_fullscreen | ( | ) | const [inherited] |
Returns if window should be initially fullscreen.
bool CL_DisplayWindowDescription::is_layered | ( | ) | const [inherited] |
Returns true if window is layered (black is transparent).
bool CL_DisplayWindowDescription::is_tool_window | ( | ) | const [inherited] |
Returns true if the window is a tool window.
bool CL_DisplayWindowDescription::is_topmost | ( | ) | const [inherited] |
Returns true if the window should be placed above all non-topmost windows.
bool CL_DisplayWindowDescription::is_visible | ( | ) | const [inherited] |
Returns true if the window is initially visible.
CL_GL1WindowDescription& CL_GL1WindowDescription::operator= | ( | CL_DisplayWindowDescription & | desc | ) |
void CL_DisplayWindowDescription::set_allow_resize | ( | bool | allow_resize | ) | [inherited] |
Sets if windows should be resizable.
void CL_GL1WindowDescription::set_alpha_size | ( | int | value | ) |
Sets the minimum required alpha buffer.
If this value is zero, the smallest available alpha buffer is preferred. Otherwise, the largest available alpha buffer of at least the minimum size is preferred.
void CL_GL1WindowDescription::set_blue_size | ( | int | value | ) |
Sets the minimum required blue buffer.
If this value is zero, the smallest available blue buffer is preferred. Otherwise, the largest available blue buffer of at least the minimum size is preferred.
void CL_DisplayWindowDescription::set_bpp | ( | int | bpp | ) | [inherited] |
Sets the number of bytes per pixel.
void CL_GL1WindowDescription::set_buffer_size | ( | int | value | ) |
Sets the desired color buffer size.
Ignored in GLX (X11)
In WGL (Windows) it specifies the size of the color buffer, excluding the alpha bitplanes.
void CL_DisplayWindowDescription::set_data | ( | const CL_String & | data_name, | |
const CL_SharedPtr< CL_DisplayWindowDescriptionData > & | ptr | |||
) | [inherited] |
Store object in description.
void CL_DisplayWindowDescription::set_decorations | ( | bool | decorations | ) | [inherited] |
Sets if windows should have decorations.
This is identical to show_caption()
void CL_DisplayWindowDescription::set_depth_size | ( | int | value | ) | [inherited] |
Sets the minimum required depth buffer.
If this value is zero, the smallest available depth buffer is preferred. Otherwise, the largest available depth buffer of at least the minimum size is preferred.
void CL_DisplayWindowDescription::set_dialog_window | ( | bool | value = true |
) | [inherited] |
Flags the window to be a dialog window to the windowing system.
void CL_GL1WindowDescription::set_doublebuffer | ( | bool | value | ) |
Sets if only double-buffered visuals are considered.
If not enabled, only single-buffered visuals are considered.
void CL_DisplayWindowDescription::set_drop_shadow | ( | bool | value = true |
) | [inherited] |
Enables a drop shadow effect on the window.
void CL_DisplayWindowDescription::set_flipping_buffers | ( | int | num_buffers = 2 |
) | [inherited] |
Sets the amount of flipping buffers to be used.
void CL_DisplayWindowDescription::set_fullscreen | ( | bool | fullscreen = true , |
|
int | monitor = 0 | |||
) | [inherited] |
Makes the window initially fullscreen.
void CL_GL1WindowDescription::set_green_size | ( | int | value | ) |
Sets the minimum required green buffer.
If this value is zero, the smallest available green buffer is preferred. Otherwise, the largest available green buffer of at least the minimum size is preferred.
void CL_DisplayWindowDescription::set_layered | ( | bool | layered | ) | [inherited] |
Creates a layered window (complex shaped window).
void CL_GL1WindowDescription::set_multisampling | ( | int | value | ) |
Sets the number of samples per pixel.
void CL_DisplayWindowDescription::set_owner_window | ( | const CL_DisplayWindow & | owner | ) | [inherited] |
Specifies another window which owns this one.
void CL_DisplayWindowDescription::set_position | ( | const CL_Rect & | position, | |
bool | client_area | |||
) | [inherited] |
Sets the position of the window (including window frame).
The default position, is centred on the screen. If this is wanted, use set_size() instead
position | = Window position | |
client_area | = false = include the window frame. true = exclude the window frame |
void CL_GL1WindowDescription::set_red_size | ( | int | value | ) |
Sets the minimum required red buffer.
If this value is zero, the smallest available red buffer is preferred. Otherwise, the largest available red buffer of at least the minimum size is preferred.
void CL_DisplayWindowDescription::set_refresh_rate | ( | int | refresh_rate | ) | [inherited] |
Set the refresh rate of the displaymode.
Specifies the frequency, in hertz (cycles per second). This value is also known as the vertical refresh rate.
void CL_DisplayWindowDescription::set_size | ( | const CL_Size & | size, | |
bool | client_area | |||
) | [inherited] |
Sets the size of the window (including window frame).
size | = Window size | |
client_area | = false = include the window frame. true = exclude the window frame |
void CL_DisplayWindowDescription::set_stencil_size | ( | int | value | ) | [inherited] |
Sets the minimum required stencil buffer.
If this value is zero, the smallest available stencil buffer is preferred. Otherwise, the largest available stencil buffer of at least the minimum size is preferred.
void CL_GL1WindowDescription::set_stereo | ( | bool | value | ) |
Sets if only stereo visuals are to be considered.
If not enabled, only monoscopic visuals are considered.
void CL_DisplayWindowDescription::set_swap_interval | ( | int | interval = -1 |
) | [inherited] |
Sets the swap interval to be used for the window.
void CL_DisplayWindowDescription::set_tablet_context | ( | bool | create | ) | [inherited] |
Sets to true if a tablet input context should be created for this window.
void CL_DisplayWindowDescription::set_title | ( | const CL_String & | title | ) | [inherited] |
Sets the title of the window.
void CL_DisplayWindowDescription::set_tool_window | ( | bool | value = true |
) | [inherited] |
Flags the window to be a tool window to the windowing system.
void CL_DisplayWindowDescription::set_topmost | ( | bool | value = true |
) | [inherited] |
Sets if the window should be placed above all non-topmost windows.
void CL_DisplayWindowDescription::set_using_gui_window_cache | ( | bool | value | ) | [inherited] |
Uses a window from the window cache (GUI Only).
Creating a window in Windows XP is slow (about 100 ms). Use cached windows for menus and dialogs to avoid sluggish operation in XP. This setting is ignored unless the GUI and CL_GUIWindowManagerSystem are used.
void CL_DisplayWindowDescription::set_visible | ( | bool | value = true |
) | [inherited] |
Toggles whether the window is created as initially visible.
void CL_DisplayWindowDescription::show_border | ( | bool | value = true |
) | [inherited] |
Sets if the window has a border. DO NOT USE (This function is not implemented and is to be removed in ClanLib 2.4).
void CL_DisplayWindowDescription::show_caption | ( | bool | value = true |
) | [inherited] |
Controls if a title bar is shown or not.
void CL_DisplayWindowDescription::show_maximize_button | ( | bool | value = true |
) | [inherited] |
Sets if the window has a maximize button.
void CL_DisplayWindowDescription::show_minimize_button | ( | bool | value = true |
) | [inherited] |
Sets if the window has a minimize button.
void CL_DisplayWindowDescription::show_sysmenu | ( | bool | value = true |
) | [inherited] |
Sets if the window has a window menu on its title bar.