Class TScreen

DescriptionHierarchyFieldsMethodsProperties

Unit

screenunit

Declaration

type TScreen = class(TObject)

Description

Hierarchy

TScreen > TObject

Fields

 NameDescription
Private fBpp  
Private fFarClip  
Private fFullScreen  
Private fHeight  
Private fSurface  
Private fTitle  
Private fWidth  

Methods

Overview

Public constructor Create(aTitle:string; aWidth, aHeight, aBpp:integer; aFullscreen:boolean; afarclip:single=450);
Public destructor Destroy; override;
Public procedure Finalize;
Public function Initialize:boolean;
Public function IsActive:boolean;
Private procedure InitGL;
Private function InitSdl:boolean;
Private function SetUpWindow( width : integer; height : integer ; afarclip:single) : Boolean;

Description

Public constructor Create(aTitle:string; aWidth, aHeight, aBpp:integer; aFullscreen:boolean; afarclip:single=450);

 

Public destructor Destroy; override;

 

Public procedure Finalize;

 

Private procedure InitGL;

 

Public function Initialize:boolean;

 

Private function InitSdl:boolean;

 

Public function IsActive:boolean;

 

Private function SetUpWindow( width : integer; height : integer ; afarclip:single) : Boolean;

 

Properties

Overview

Public property Bpp: integer;
Public property Height: integer;
Public property Surface: PSDL_Surface;
Public property Title: string;
Public property Width: integer;

Description

Public property Bpp: integer;

 

Public property Height: integer;

 

Public property Surface: PSDL_Surface;

 

Public property Title: string;

 

Public property Width: integer;

 


Generated by PasDoc 0.8.8 on 2005-03-14 21:03:49