C# Class JumpType, chronojump

Inheritance: EventType
Show file 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 property

protected double fixedValue
return double

hasWeight protected property

protected bool hasWeight
return bool

isRepetitive protected property

protected bool isRepetitive
return bool

jumpsLimited protected property

protected bool jumpsLimited
return bool

startIn protected property

protected bool startIn
return bool

unlimited protected property

protected bool unlimited
return bool