Show / Hide Table of Contents

Class TimerSettings

Local settings for a specific PomodoroTimer.

Inheritance
System.Object
TimerSettings
Namespace: AdrianMiasik.Components.Core.Settings
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public class TimerSettings

Fields

| Improve this Doc View Source

m_alarmSoundIndex

Declaration
public int m_alarmSoundIndex
Field Value
Type Description
System.Int32
| Improve this Doc View Source

m_format

The current timer format.

Declaration
public DigitFormat.SupportedFormats m_format
Field Value
Type Description
DigitFormat.SupportedFormats
| Improve this Doc View Source

m_longBreaks

Enable timer long breaks? If True, the user will be able to accumulate tomatoes/pomodoro and long breaks. (Work/Break/Long Break) If False, the user will not be able to user long breaks. (Work/Break): The way the timer worked on version 1.6.0. or lower).

Declaration
public bool m_longBreaks
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

m_pomodoroCount

How many pomodoro / tomatoes does the user need to unlock the long break? According to the Pomodoro Technique, default is 4.

Declaration
public int m_pomodoroCount
Field Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX