Show / Hide Table of Contents

Class OptionPomodoroCount

A SettingsOptionDropdown that changes how many pomodoros are required to unlock our long break. (See SetPomodoroCount(Int32, Int32), also see SettingsPage)

Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
ThemeElement
SettingsOptionDropdown
OptionPomodoroCount
Implements
IColorHook
Inherited Members
SettingsOptionDropdown.m_dropdown
SettingsOptionDropdown.SetDropdownValue(Int32)
SettingsOptionDropdown.ColorUpdate(Theme)
ThemeElement.Timer
ThemeElement.IsInitialized()
ThemeElement.OnDestroy()
Namespace: AdrianMiasik.Components.Specific.Settings
Assembly: Assembly-CSharp.dll
Syntax
public class OptionPomodoroCount : SettingsOptionDropdown, IColorHook

Methods

| Improve this Doc View Source

Initialize(PomodoroTimer, Boolean)

Declaration
public override void Initialize(PomodoroTimer pomodoroTimer, bool updateColors = true)
Parameters
Type Name Description
PomodoroTimer pomodoroTimer
System.Boolean updateColors
Overrides
ThemeElement.Initialize(PomodoroTimer, Boolean)

Implements

IColorHook
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX