Classes and constructor functions for progress bars and styling of them

ProgressStyle(...)

IntProgress(value = 0L, min = 0L, max = 100L, ...)

FloatProgress(value = 0L, min = 0L, max = 100L, ...)

Arguments

...

Other arguments.

value

A floating point number, the initial position of the progress bar

min

An floating point number, the minumum value

max

An floating point number, the maximum value

Functions

  • ProgressStyle(): A constructor for a progress bar style

  • IntProgress(): A constructor for a progress bar style

  • FloatProgress(): A constructor for a progress bar style

Super classes

RKernel::HasTraits -> RKernel::Widget -> RKernel::DescriptionStyle -> ProgrssStyle

Public fields

_model_name

Name of the Javascript model in the frontend

bar_color

The colour of the progress bar

Super classes

RKernel::HasTraits -> RKernel::Widget -> RKernel::DOMWidget -> RKernel::DescriptionWidget -> RKernel::ValueWidget -> RKernel::BoundedIntWidget -> IntProgress

Public fields

_model_name

Name of the Javascript model in the frontend

_view_name

Name of the Javascript view in the frontend

orientation

Orientation of the progress bar, either "horizontal" or "vertical"

bar_style

General style of the progress bar, either "successs", "info", "warning" or "danger"

style

Styling of the progress bar, an instance of "ProgressStyleClass"

Super classes

RKernel::HasTraits -> RKernel::Widget -> RKernel::DOMWidget -> RKernel::DescriptionWidget -> RKernel::ValueWidget -> RKernel::BoundedFloatWidget -> FloatProgress

Public fields

_model_name

Name of the Javascript model in the frontend

_view_name

Name of the Javascript view in the frontend

orientation

Orientation of the progress bar, either "horizontal" or "vertical"

bar_style

General style of the progress bar, either "successs", "info", "warning" or "danger"

style

Styling of the progress bar, an instance of "ProgressStyleClass"