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

DeusEx.PersonaNavBarWindow

Extends
PersonaNavBarBaseWindow

Core.Object
|   
+-- Extension.ExtensionObject
   |   
   +-- Extension.Window
      |   
      +-- DeusEx.PersonaBaseWindow
         |   
         +-- DeusEx.PersonaNavBarBaseWindow
            |   
            +-- DeusEx.PersonaNavBarWindow

Variables Summary
StringAugsButtonLabel
PersonaNavButtonWindowbtnAugs
PersonaNavButtonWindowbtnCons
PersonaNavButtonWindowbtnGoals
PersonaNavButtonWindowbtnHealth
PersonaNavButtonWindowbtnImages
PersonaNavButtonWindowbtnInventory
PersonaNavButtonWindowbtnLogs
PersonaNavButtonWindowbtnSkills
StringConsButtonLabel
StringGoalsButtonLabel
StringHealthButtonLabel
StringImagesButtonLabel
StringInventoryButtonLabel
StringLogsButtonLabel
StringSkillsButtonLabel
Inherited Variables from DeusEx.PersonaNavBarBaseWindow
backgroundOffsetX, backgroundOffsetY, btnExit, ExitButtonLabel, root, texBackgrounds[3], texBorders[3], winNavButtons, winNavExit
Inherited Variables from DeusEx.PersonaBaseWindow
backgroundDrawStyle, bDrawBorder, borderDrawStyle, colBackground, colBorder, colHeaderText, colText, player

Functions Summary
functionbool ButtonActivated (Window buttonPressed ))
function CreateButtons ()))
Inherited Functions from DeusEx.PersonaNavBarBaseWindow
ButtonActivated, CreateButtons, CreateButtonWindows, CreateNavButton, DrawBackground, DrawBorder, InitWindow
Inherited Functions from DeusEx.PersonaBaseWindow
DrawBackground, DrawBorder, DrawWindow, InitWindow, StyleChanged


Variables Detail

AugsButtonLabel Source code

var localized String AugsButtonLabel;

btnAugs Source code

var PersonaNavButtonWindow btnAugs;

btnCons Source code

var PersonaNavButtonWindow btnCons;

btnGoals Source code

var PersonaNavButtonWindow btnGoals;

btnHealth Source code

var PersonaNavButtonWindow btnHealth;

btnImages Source code

var PersonaNavButtonWindow btnImages;

btnInventory Source code

var PersonaNavButtonWindow btnInventory;

btnLogs Source code

var PersonaNavButtonWindow btnLogs;

btnSkills Source code

var PersonaNavButtonWindow btnSkills;

ConsButtonLabel Source code

var localized String ConsButtonLabel;

GoalsButtonLabel Source code

var localized String GoalsButtonLabel;

HealthButtonLabel Source code

var localized String HealthButtonLabel;

ImagesButtonLabel Source code

var localized String ImagesButtonLabel;

InventoryButtonLabel Source code

var localized String InventoryButtonLabel;

LogsButtonLabel Source code

var localized String LogsButtonLabel;

SkillsButtonLabel Source code

var localized String SkillsButtonLabel;


Functions Detail

ButtonActivated Source code

function bool ButtonActivated ( Window buttonPressed ) )

CreateButtons Source code

function CreateButtons ( ) )


Defaultproperties

defaultproperties
{
     InventoryButtonLabel="|&Inventory"
     HealthButtonLabel="|&Health"
     AugsButtonLabel="|&Augs"
     SkillsButtonLabel="|&Skills"
     GoalsButtonLabel="|&Goals/Notes"
     ConsButtonLabel="|&Conversations"
     ImagesButtonLabel="I|&mages"
     LogsButtonLabel="|&Logs"
}

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