Package

de.sciss.mellite

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. final case class Gain(decibels: Float, normalized: Boolean) extends Writable with Product with Serializable

    Permalink
  2. trait Veto[-Tx] extends AnyRef

    Permalink

    A trait representing an object that has an objection to a particular action.

    A trait representing an object that has an objection to a particular action. This objection is manifested through a human readable vetoMessage which would generally also be displayed in the GUI when calling tryResolveVeto.

    For example, if trying to close a window that is in dirty state, calling tryResolveVeto will display the veto message in a dialog to the user, and the user can confirm the closure, which would result in a true return value, or abort the closure, which would result in a false return type.

Value Members

  1. object Gain extends Serializable

    Permalink

Ungrouped