C# Class JumpType, chronojump

Inheritance: EventType
Afficher le fichier Open project: GNOME/chronojump Class Usage Examples

Protected Properties

Свойство Type Description
fixedValue double
hasWeight bool
isRepetitive bool
jumpsLimited bool
startIn bool
unlimited bool

Méthodes publiques

Méthode 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 méthode

public FindIfIsPredefined ( ) : bool
Résultat bool

JumpType() public méthode

public JumpType ( ) : System
Résultat System

JumpType() public méthode

public JumpType ( string name ) : System
name string
Résultat System

JumpType() public méthode

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
Résultat System

Property Details

fixedValue protected_oe property

protected double fixedValue
Résultat double

hasWeight protected_oe property

protected bool hasWeight
Résultat bool

isRepetitive protected_oe property

protected bool isRepetitive
Résultat bool

jumpsLimited protected_oe property

protected bool jumpsLimited
Résultat bool

startIn protected_oe property

protected bool startIn
Résultat bool

unlimited protected_oe property

protected bool unlimited
Résultat bool