C# Class CM3D2.SubScreen.Plugin.SubScreen.SubScreenParam

Datei anzeigen Open project: insightst185/CM3D2.SubScreen.Plugin

Public Properties

Property Type Description
DefMatchPattern string
XmlFileName string
XmlFormat string
autoPreset bool
bEnabled bool>.Dictionary
bVVisible Dictionary>
bVisible bool>.Dictionary
fValue Dictionary>
fVdef Dictionary>
fVmax Dictionary>
fVmin Dictionary>
sDescription string>.Dictionary
sKey List
sLabel Dictionary>
sMatchPattern Dictionary>
sPropName string[]>.Dictionary
sType string>.Dictionary
sVType Dictionary>
sub_position bool
toggleKey KeyCode

Public Methods

Method Description
Init ( ) : bool
IsButton ( string key ) : bool
IsCheck ( string key ) : bool
IsToggle ( string key ) : bool
SubScreenParam ( ) : System
ValCount ( string key ) : int

Private Methods

Method Description
loadXML ( ) : bool

Method Details

Init() public method

public Init ( ) : bool
return bool

IsButton() public method

public IsButton ( string key ) : bool
key string
return bool

IsCheck() public method

public IsCheck ( string key ) : bool
key string
return bool

IsToggle() public method

public IsToggle ( string key ) : bool
key string
return bool

SubScreenParam() public method

public SubScreenParam ( ) : System
return System

ValCount() public method

public ValCount ( string key ) : int
key string
return int

Property Details

DefMatchPattern public_oe property

public string DefMatchPattern
return string

XmlFileName public_oe property

public string XmlFileName
return string

XmlFormat public_oe property

public string XmlFormat
return string

autoPreset public_oe property

public bool autoPreset
return bool

bEnabled public_oe property

public Dictionary bEnabled
return bool>.Dictionary

bVVisible public_oe property

public Dictionary> bVVisible
return Dictionary>

bVisible public_oe property

public Dictionary bVisible
return bool>.Dictionary

fValue public_oe property

public Dictionary> fValue
return Dictionary>

fVdef public_oe property

public Dictionary> fVdef
return Dictionary>

fVmax public_oe property

public Dictionary> fVmax
return Dictionary>

fVmin public_oe property

public Dictionary> fVmin
return Dictionary>

sDescription public_oe property

public Dictionary sDescription
return string>.Dictionary

sKey public_oe property

public List sKey
return List

sLabel public_oe property

public Dictionary> sLabel
return Dictionary>

sMatchPattern public_oe property

public Dictionary> sMatchPattern
return Dictionary>

sPropName public_oe property

public Dictionary sPropName
return string[]>.Dictionary

sType public_oe property

public Dictionary sType
return string>.Dictionary

sVType public_oe property

public Dictionary> sVType
return Dictionary>

sub_position public_oe property

public bool sub_position
return bool

toggleKey public_oe property

public KeyCode toggleKey
return KeyCode