Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

DeusEx.QuotesWindow

Extends
CreditsScrollWindow

Core.Object
|   
+-- Extension.ExtensionObject
   |   
   +-- Extension.Window
      |   
      +-- Extension.TabGroupWindow
         |   
         +-- Extension.ModalWindow
            |   
            +-- DeusEx.DeusExBaseWindow
               |   
               +-- DeusEx.CreditsScrollWindow
                  |   
                  +-- DeusEx.QuotesWindow

Variables Summary
boolbClearStack
TextureTeamPhotoTextures[6]
Inherited Variables from DeusEx.CreditsScrollWindow
bBold, blankLineHeight, bLoadIntro, bRenderingEnabled, bScrolling, colHeader, colText, currentScrollSpeed, fontHeader, fontText, maxScrollSpeed, maxTextWidth, maxTileWidth, minScrollSpeed, savedSongSection, ScrollMusicString, scrollSpeed, speedAdjustment, textName, winFadeBottom, winFadeTop, winScroll
Inherited Variables from DeusEx.DeusExBaseWindow
colBlack, colBlue, colCyan, colDarkBlue, colDarkCyan, colDarkGreen, colDarkRed, colGreen, colGrey, colLightBlue, colRed, colWhite, player, root, ScreenType

Enumerations Summary
Inherited Enumerations from DeusEx.DeusExBaseWindow
EScreenType

Functions Summary
function CreateControls ()))
function CreateLogo ()))
function DeleteAllLogos ()))
function DeleteLogo ()))
event DestroyWindow ()))
function FinishedScrolling ()))
function ProcessFinished ()))
function ProcessQuoteLine (String parseText))
function ProcessTextTag (DeusExTextParser parser))
function SetClearStack (bool bNewClearStack))
eventbool VirtualKeyPressed (EInputKey key, bool bRepeat))
Inherited Functions from DeusEx.CreditsScrollWindow
ConfigurationChanged, CreateControls, DestroyWindow, FinishedScrolling, InitWindow, MouseButtonReleased, PrintAlignText, PrintGraphic, PrintHeader, PrintLn, PrintPicture, PrintText, ProcessFinished, ProcessText, ProcessTextTag, SetLoadIntro, StartMusic, StopMusic, StopRendering, Tick, VirtualKeyPressed
Inherited Functions from DeusEx.DeusExBaseWindow
CanPushScreen, CanStack, InitWindow, RefreshWindow


Variables Detail

bClearStack Source code

var bool bClearStack;

TeamPhotoTextures[6] Source code

var Texture TeamPhotoTextures[6];


Functions Detail

CreateControls Source code

function CreateControls ( ) )

CreateLogo Source code

function CreateLogo ( ) )

DeleteAllLogos Source code

function DeleteAllLogos ( ) )

DeleteLogo Source code

function DeleteLogo ( ) )

DestroyWindow Source code

event DestroyWindow ( ) )

FinishedScrolling Source code

function FinishedScrolling ( ) )

ProcessFinished Source code

function ProcessFinished ( ) )

ProcessQuoteLine Source code

function ProcessQuoteLine ( String parseText) )

ProcessTextTag Source code

function ProcessTextTag ( DeusExTextParser parser) )

SetClearStack Source code

function SetClearStack ( bool bNewClearStack) )

VirtualKeyPressed Source code

event bool VirtualKeyPressed ( EInputKey key, bool bRepeat) )


Defaultproperties

defaultproperties
{
     TeamPhotoTextures(0)=Texture'DeusExUI.UserInterface.TeamBack_1'
     TeamPhotoTextures(1)=Texture'DeusExUI.UserInterface.TeamBack_2'
     TeamPhotoTextures(2)=Texture'DeusExUI.UserInterface.TeamBack_3'
     ScrollMusicString="Quotes_Music.Quotes_Music"
     textName=DeusExQuotes
     colHeader=(R=192,B=192)
     colText=(R=128,G=255,B=128)
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mon 8/11/2021 16:31:14.709 - Created with UnCodeX