Struct conrod::widget::envelope_editor::EnvelopeEditor [] [src]

pub struct EnvelopeEditor<'a, E> where
    E: EnvelopePoint + 'a, 
{ pub skew_y_range: f32, // some fields omitted }

Used for editing a series of 2D Points on a cartesian (X, Y) plane within some given range.

Useful for things such as oscillator/automation envelopes or any value series represented periodically.

Fields

The value skewing for the envelope's y-axis. This is useful for displaying exponential ranges such as frequency.

Methods

impl<'a, E> EnvelopeEditor<'a, E> where
    E: EnvelopePoint
[src]

[src]

Construct an EnvelopeEditor widget.

[src]

Specify the font used for displaying the label.

[src]

Build the type's self.$($assignee).+ with the given $Type.

[src]

Build the type's self.$($assignee).+ with the given $Type.

[src]

Build the type's self.$($assignee).+ with the given $Type.

[src]

Build the type's self.$($assignee).+ with the given $Type.

[src]

Build the type's self.$($assignee).+ with the given $Type.

Trait Implementations

impl<'a, E> Widget for EnvelopeEditor<'a, E> where
    E: EnvelopePoint
[src]

State to be stored within the Uis widget cache. Read more

Every widget is required to have its own associated Style type. This type is intended to contain high-level styling information for the widget that can be optionally specified by a user of the widget. Read more

The type of event yielded by the widget, returned via the Widget::set function. Read more

[src]

Return the initial State of the Widget. Read more

[src]

Return the styling of the widget. Read more

[src]

Update the EnvelopeEditor in accordance to the latest input and call the given react function if necessary.

[src]

The default Position for the widget along the x axis. Read more

[src]

The default Position for the widget along the y axis. Read more

[src]

The default width for the Widget. Read more

[src]

The default height of the widget. Read more

[src]

If the widget is draggable, implement this method and return the position and dimensions of the draggable space. The position should be relative to the center of the widget. Read more

[src]

The area on which child widgets will be placed when using the Place Position methods.

[src]

Set the parent widget for this Widget by passing the WidgetId of the parent. Read more

[src]

Specify that this widget has no parent widgets.

[src]

Set whether or not the Widget should be placed on the kid_area. Read more

[src]

Indicates that the Widget is used as a non-interactive graphical element for some other widget. Read more

[src]

Set whether or not the widget is floating (the default is false). A typical example of a floating widget would be a pop-up or alert window. Read more

[src]

Indicates that all widgets who are children of this widget should be cropped to the kid_area of this widget. Read more

[src]

Makes the widget's KidArea scrollable. Read more

[src]

Makes the widget's KidArea scrollable. Read more

[src]

Set whether or not the widget's KidArea is scrollable (the default is false). Read more

[src]

A builder method that "lifts" the Widget through the given build function. Read more

[src]

A builder method that mutates the Widget with the given mutate function. Read more

[src]

A method that conditionally builds the Widget with the given build function. Read more

[src]

A method that optionally builds the the Widget with the given build function. Read more

[src]

Note: There should be no need to override this method. Read more

impl<'a, E> Colorable for EnvelopeEditor<'a, E> where
    E: EnvelopePoint
[src]

[src]

Build the type's self.$($assignee).+ with the given $Type.

[src]

Set the color of the widget from rgba values.

[src]

Set the color of the widget from rgb values.

[src]

Set the color of the widget from hsla values.

[src]

Set the color of the widget from hsl values.

impl<'a, E> Borderable for EnvelopeEditor<'a, E> where
    E: EnvelopePoint
[src]

[src]

Build the type's self.$($assignee).+ with the given $Type.

[src]

Build the type's self.$($assignee).+ with the given $Type.

[src]

Set the color of the widget's border with rgba values.

[src]

Set the color of the widget's border with rgb values.

[src]

Set the color of the widget's border with hsla values.

[src]

Set the color of the widget's border with hsl values.

impl<'a, E> Labelable<'a> for EnvelopeEditor<'a, E> where
    E: EnvelopePoint
[src]

[src]

Build the type's self.$($assignee).+ with the given $Type.

[src]

Build the type's self.$($assignee).+ with the given $Type.

[src]

Build the type's self.$($assignee).+ with the given $Type.

[src]

Set the color of the widget's label from rgba values.

[src]

Set the color of the widget's label from rgb values.

[src]

Set the color of the widget's label from hsla values.

[src]

Set the color of the widget's label from hsl values.

[src]

Set a "small" font size for the widget's label.

[src]

Set a "medium" font size for the widget's label.

[src]

Set a "large" font size for the widget's label.