Inviwo  0.9.10.1
Inviwo documentation
inviwo::glui::Slider Member List

This is the complete list of members for inviwo::glui::Slider, including all inherited members.

action_ (defined in inviwo::glui::Element)inviwo::glui::Elementprotected
adjustColor(const vec4 &color) (defined in inviwo::glui::Element)inviwo::glui::Elementprotectedstatic
boldLabel_ (defined in inviwo::glui::Element)inviwo::glui::Elementprotected
checked_ (defined in inviwo::glui::Element)inviwo::glui::Elementprotected
classIdentifier (defined in inviwo::glui::Slider)inviwo::glui::Sliderstatic
convertDeltaToSlider(const dvec2 &delta) constinviwo::glui::Sliderprotected
currentPickingID_ (defined in inviwo::glui::Element)inviwo::glui::Elementprotected
Element(const std::string &label, Processor &processor, Renderer &uiRenderer, UIOrientation orientation=UIOrientation::Horizontal) (defined in inviwo::glui::Element)inviwo::glui::Element
enabled_ (defined in inviwo::glui::Element)inviwo::glui::Elementprotected
extent_ (defined in inviwo::glui::Element)inviwo::glui::Elementprotected
get() const (defined in inviwo::glui::Slider)inviwo::glui::Slider
getClassIdentifier() const override (defined in inviwo::glui::Slider)inviwo::glui::Slidervirtual
getCurrentTextRenderer() constinviwo::glui::Elementprotected
getExtent()inviwo::glui::Element
getFontSize() const (defined in inviwo::glui::Element)inviwo::glui::Element
getLabel() const (defined in inviwo::glui::Element)inviwo::glui::Element
getMaxValue() const (defined in inviwo::glui::Slider)inviwo::glui::Slider
getMinValue() const (defined in inviwo::glui::Slider)inviwo::glui::Slider
getOrientation() const (defined in inviwo::glui::Element)inviwo::glui::Element
getPreviousValue() const (defined in inviwo::glui::Slider)inviwo::glui::Sliderprotected
getScalingFactor() const (defined in inviwo::glui::Element)inviwo::glui::Element
getWidgetExtent() const (defined in inviwo::glui::Element)inviwo::glui::Element
getWidgetExtentScaled() constinviwo::glui::Element
handlePickingEvent(PickingEvent *e) (defined in inviwo::glui::Element)inviwo::glui::Elementprotected
hovered_ (defined in inviwo::glui::Element)inviwo::glui::Elementprotected
isChecked() const (defined in inviwo::glui::Element)inviwo::glui::Element
isDirty() const (defined in inviwo::glui::Element)inviwo::glui::Element
isEnabled() const (defined in inviwo::glui::Element)inviwo::glui::Element
isHovered() const (defined in inviwo::glui::Element)inviwo::glui::Elementinline
isLabelBold() const (defined in inviwo::glui::Element)inviwo::glui::Element
isLabelVisible() const (defined in inviwo::glui::Element)inviwo::glui::Element
isPushed() const (defined in inviwo::glui::Element)inviwo::glui::Element
isVisible() const (defined in inviwo::glui::Element)inviwo::glui::Element
labelDirty_ (defined in inviwo::glui::Element)inviwo::glui::Elementprotected
labelExtent_ (defined in inviwo::glui::Element)inviwo::glui::Elementprotected
labelFontSize_ (defined in inviwo::glui::Element)inviwo::glui::Elementprotected
labelPos_ (defined in inviwo::glui::Element)inviwo::glui::Elementprotected
labelStr_ (defined in inviwo::glui::Element)inviwo::glui::Elementprotected
labelTexture_ (defined in inviwo::glui::Element)inviwo::glui::Elementprotected
labelVisible_ (defined in inviwo::glui::Element)inviwo::glui::Elementprotected
moveAction(const dvec2 &delta)inviwo::glui::Elementprotected
moveAction_inviwo::glui::Elementprotected
orientation_ (defined in inviwo::glui::Element)inviwo::glui::Elementprotected
pickingAction_ (defined in inviwo::glui::Element)inviwo::glui::Elementprotected
pickingMapper_ (defined in inviwo::glui::Element)inviwo::glui::Elementprotected
processor_ (defined in inviwo::glui::Element)inviwo::glui::Elementprotected
pushed_ (defined in inviwo::glui::Element)inviwo::glui::Elementprotected
render(const ivec2 &origin, const size2_t &canvasDim)inviwo::glui::Element
renderLabel(const ivec2 &origin, const size2_t &canvasDim) (defined in inviwo::glui::Element)inviwo::glui::Elementprotected
renderWidget(const ivec2 &origin, const size2_t &canvasDim) override (defined in inviwo::glui::Slider)inviwo::glui::Sliderprotectedvirtual
scalingFactor_ (defined in inviwo::glui::Element)inviwo::glui::Elementprotected
set(int value) (defined in inviwo::glui::Slider)inviwo::glui::Slider
set(int value, int minValue, int maxValue) (defined in inviwo::glui::Slider)inviwo::glui::Slider
setAction(const std::function< void()> &action)inviwo::glui::Element
setChecked(bool checked) (defined in inviwo::glui::Element)inviwo::glui::Element
setEnabled(bool enable=true) (defined in inviwo::glui::Element)inviwo::glui::Element
setFontSize(int size) (defined in inviwo::glui::Element)inviwo::glui::Element
setHoverState(bool enable) (defined in inviwo::glui::Element)inviwo::glui::Element
setLabel(const std::string &str) (defined in inviwo::glui::Element)inviwo::glui::Element
setLabelBold(bool bold) (defined in inviwo::glui::Element)inviwo::glui::Element
setLabelVisible(bool visible=true) (defined in inviwo::glui::Element)inviwo::glui::Element
setMouseMoveAction(const std::function< bool(const dvec2 &)> &action)inviwo::glui::Elementprotected
setOrientation(UIOrientation orientation) (defined in inviwo::glui::Element)inviwo::glui::Element
setPickingEventAction(std::function< void(PickingEvent *e)> pickingAction)inviwo::glui::Element
setPushedState(bool pushed) (defined in inviwo::glui::Element)inviwo::glui::Element
setScalingFactor(double factor) (defined in inviwo::glui::Element)inviwo::glui::Element
setVisible(bool visible=true) (defined in inviwo::glui::Element)inviwo::glui::Element
setWidgetExtent(const ivec2 &extent)inviwo::glui::Element
setWidgetExtentScaled(const ivec2 &extent)inviwo::glui::Element
Slider(const std::string &label, int value, int minValue, int maxValue, Processor &processor, Renderer &uiRenderer, const ivec2 &extent=ivec2(100, 24), UIOrientation orientation=UIOrientation::Horizontal) (defined in inviwo::glui::Slider)inviwo::glui::Slider
triggerAction()inviwo::glui::Elementprotected
uiRenderer_ (defined in inviwo::glui::Element)inviwo::glui::Elementprotected
UIState enum name (defined in inviwo::glui::Element)inviwo::glui::Element
updateExtent() (defined in inviwo::glui::Element)inviwo::glui::Elementprotected
updateLabel() (defined in inviwo::glui::Element)inviwo::glui::Elementprotected
updateLabelPos() (defined in inviwo::glui::Element)inviwo::glui::Elementprotected
updateState()inviwo::glui::Elementinlineprotectedvirtual
visible_ (defined in inviwo::glui::Element)inviwo::glui::Elementprotected
widgetExtent_ (defined in inviwo::glui::Element)inviwo::glui::Elementprotected
widgetPos_ (defined in inviwo::glui::Element)inviwo::glui::Elementprotected
~Element() (defined in inviwo::glui::Element)inviwo::glui::Elementvirtual
~Slider()=default (defined in inviwo::glui::Slider)inviwo::glui::Slidervirtual