ASPiK SDK
VSTGUI::Standalone::WindowStyle Struct Reference

#include <iwindow.h>

Public Member Functions

WindowStyleborder ()
 
WindowStyleclose ()
 
WindowStylesize ()
 
WindowStyletransparent ()
 
WindowStylemovableByWindowBackground ()
 
WindowStylecentered ()
 
bool hasBorder () const
 
bool canClose () const
 
bool canSize () const
 
bool isTransparent () const
 
bool isMovableByWindowBackground () const
 
bool isCentered () const
 

Detailed Description

Window style

Defines window style and behaviour.

Border: Adds border and title bar. If transparent is set, this is ignored.

Close: Adds a closebox if bordered and allows standard ways of closing the window.

Size: Allows user resizing.

Transparent: Window has no background and no operating system style window frame.

MovableByWindowBackground: User can move the window by its background.

Centered: Window will initially shown centered on screen.


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