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 Sourcem_alarmSoundIndex
Declaration
public int m_alarmSoundIndex
Field Value
Type | Description |
---|---|
System.Int32 |
m_format
The current timer format.
Declaration
public DigitFormat.SupportedFormats m_format
Field Value
Type | Description |
---|---|
DigitFormat.SupportedFormats |
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 |
m_pomodoroCount
How many pomodoro / tomatoes does the user need to unlock the long break?
Declaration
public int m_pomodoroCount
Field Value
Type | Description |
---|---|
System.Int32 |