| VSTGUI
    4.10
    Graphical User Interface Framework not only for VST plugins | 
Window style. More...
| Public Member Functions | |
| WindowStyle ()=default | |
| WindowStyle & | operator+= (WindowStyle toAdd) | 
| WindowStyle & | operator-= (WindowStyle toRemove) | 
| WindowStyle & | border () | 
| WindowStyle & | close () | 
| WindowStyle & | size () | 
| WindowStyle & | transparent () | 
| WindowStyle & | movableByWindowBackground () | 
| WindowStyle & | centered () | 
| bool | hasBorder () const | 
| bool | canClose () const | 
| bool | canSize () const | 
| bool | isTransparent () const | 
| bool | isMovableByWindowBackground () const | 
| bool | isCentered () const | 
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.
| 
 | default | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline |