Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | Properties | List of all members
DeltaVAppValues.InfoLine Class Reference

Public Member Functions

string GetValue (DeltaVStageInfo stage, DeltaVSituationOptions situation)
 
 InfoLine (string name, string appName, string stageName, Func< DeltaVStageInfo, DeltaVSituationOptions, string > value)
 
 InfoLine (string name, string appName, string stageName, Func< DeltaVStageInfo, DeltaVSituationOptions, string > value, string valueSuffix)
 
 InfoLine (string name, string appName, string stageName, Func< DeltaVStageInfo, DeltaVSituationOptions, string > value, bool enabled)
 
 InfoLine (string name, string appName, string stageName, Func< DeltaVStageInfo, DeltaVSituationOptions, string > value, string valueSuffix, bool enabled)
 

Public Attributes

string displayAppName
 < the string thats the key for the name More...
 
string displayStageName
 < The string thats displayed in the app More...
 
Func< DeltaVStageInfo,
DeltaVSituationOptions, string > 
infoValue
 < The string thats displayed in the stagegroup More...
 
string name
 
string valueSuffix = ""
 

Properties

bool Enabled [get, set]
 

Constructor & Destructor Documentation

DeltaVAppValues.InfoLine.InfoLine ( string  name,
string  appName,
string  stageName,
Func< DeltaVStageInfo, DeltaVSituationOptions, string >  value 
)
inline
DeltaVAppValues.InfoLine.InfoLine ( string  name,
string  appName,
string  stageName,
Func< DeltaVStageInfo, DeltaVSituationOptions, string >  value,
string  valueSuffix 
)
inline
DeltaVAppValues.InfoLine.InfoLine ( string  name,
string  appName,
string  stageName,
Func< DeltaVStageInfo, DeltaVSituationOptions, string >  value,
bool  enabled 
)
inline
DeltaVAppValues.InfoLine.InfoLine ( string  name,
string  appName,
string  stageName,
Func< DeltaVStageInfo, DeltaVSituationOptions, string >  value,
string  valueSuffix,
bool  enabled 
)
inline

Member Function Documentation

string DeltaVAppValues.InfoLine.GetValue ( DeltaVStageInfo  stage,
DeltaVSituationOptions  situation 
)
inline

Member Data Documentation

string DeltaVAppValues.InfoLine.displayAppName

< the string thats the key for the name

string DeltaVAppValues.InfoLine.displayStageName

< The string thats displayed in the app

Func<DeltaVStageInfo, DeltaVSituationOptions, string> DeltaVAppValues.InfoLine.infoValue

< The string thats displayed in the stagegroup

string DeltaVAppValues.InfoLine.name
string DeltaVAppValues.InfoLine.valueSuffix = ""

Property Documentation

bool DeltaVAppValues.InfoLine.Enabled
getset

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