SANDAL2
A SDL2 Wrapper in C
Public Attributes | List of all members
ListWindow Struct Reference

list of windows More...

#include <Window.h>

Collaboration diagram for ListWindow:
Collaboration graph
[legend]

Public Attributes

Windowfirst
 
Windowlast
 
Windowcurrent
 
WindowcurrentDisplay
 
unsigned count
 

Detailed Description

list of windows

Member Data Documentation

◆ count

unsigned ListWindow::count

number of windows currently opened in the list

◆ current

Window* ListWindow::current

current Window of the list

◆ currentDisplay

Window* ListWindow::currentDisplay

current Window displaied of the list

◆ first

Window* ListWindow::first

First Window of the list

◆ last

Window* ListWindow::last

Last Window of the list


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