C# Class JumpType, chronojump

Inheritance: EventType
ファイルを表示 Open project: GNOME/chronojump Class Usage Examples

Protected Properties

Property Type Description
fixedValue double
hasWeight bool
isRepetitive bool
jumpsLimited bool
startIn bool
unlimited bool

Public Methods

Method Description
FindIfIsPredefined ( ) : bool
JumpType ( ) : System
JumpType ( string name ) : System
JumpType ( string name, bool startIn, bool hasWeight, bool isRepetitive, bool jumpsLimited, double fixedValue, bool unlimited, string description, string imageFileName ) : System

Method Details

FindIfIsPredefined() public method

public FindIfIsPredefined ( ) : bool
return bool

JumpType() public method

public JumpType ( ) : System
return System

JumpType() public method

public JumpType ( string name ) : System
name string
return System

JumpType() public method

public JumpType ( string name, bool startIn, bool hasWeight, bool isRepetitive, bool jumpsLimited, double fixedValue, bool unlimited, string description, string imageFileName ) : System
name string
startIn bool
hasWeight bool
isRepetitive bool
jumpsLimited bool
fixedValue double
unlimited bool
description string
imageFileName string
return System

Property Details

fixedValue protected_oe property

protected double fixedValue
return double

hasWeight protected_oe property

protected bool hasWeight
return bool

isRepetitive protected_oe property

protected bool isRepetitive
return bool

jumpsLimited protected_oe property

protected bool jumpsLimited
return bool

startIn protected_oe property

protected bool startIn
return bool

unlimited protected_oe property

protected bool unlimited
return bool