_dragMode | ofx::MUI::Slider< Type > | protected |
_getActiveAxisIndex() const | ofx::MUI::Slider< Type > | protected |
_getEffectiveOrientation() const | ofx::MUI::Slider< Type > | protected |
_isDraggable | ofx::MUI::Widget | protected |
_isDragging | ofx::MUI::Widget | protected |
_isDropTarget | ofx::MUI::Widget | protected |
_isInverted | ofx::MUI::Slider< Type > | protected |
_isPointerOver | ofx::MUI::Widget | protected |
_moveToFrontOnCapture | ofx::MUI::Widget | protected |
_onPointerCaptureEvent(DOM::PointerCaptureUIEventArgs &e) | ofx::MUI::Widget | protected |
_onPointerEvent(DOM::PointerUIEventArgs &e) | ofx::MUI::Widget | protected |
_onResize(DOM::ResizeEventArgs &) | ofx::MUI::Slider< Type > | protected |
_onValueChanged(const void *sender, Type &value) | ofx::MUI::Slider< Type > | protected |
_orientation | ofx::MUI::Slider< Type > | protected |
_primaryPointerId | ofx::MUI::Slider< Type > | protected |
_value | ofx::MUI::Slider< Type > | protected |
_valueOffset | ofx::MUI::Slider< Type > | protected |
addListener(ListenerClass *listener, ListenerMethod method, int priority=OF_EVENT_ORDER_AFTER_APP) | ofx::MUI::Slider< Type > | inline |
DEFAULT_HEIGHT enum value (defined in ofx::MUI::Slider< Type >) | ofx::MUI::Slider< Type > | |
DEFAULT_ORIENTATION (defined in ofx::MUI::Slider< Type >) | ofx::MUI::Slider< Type > | static |
DEFAULT_WIDTH enum value (defined in ofx::MUI::Slider< Type >) | ofx::MUI::Slider< Type > | |
defaultHeightForOrientation(DOM::Orientation orientation) (defined in ofx::MUI::Slider< Type >) | ofx::MUI::Slider< Type > | inlinestatic |
defaultWidthForOrientation(DOM::Orientation orientation) (defined in ofx::MUI::Slider< Type >) | ofx::MUI::Slider< Type > | inlinestatic |
getDragMode() const | ofx::MUI::Slider< Type > | |
getMax() const (defined in ofx::MUI::Slider< Type >) | ofx::MUI::Slider< Type > | |
getMin() const (defined in ofx::MUI::Slider< Type >) | ofx::MUI::Slider< Type > | |
getOrientation() const | ofx::MUI::Slider< Type > | |
getStyles() const | ofx::MUI::Widget | |
getValue() const (defined in ofx::MUI::Slider< Type >) | ofx::MUI::Slider< Type > | |
isDraggable() const | ofx::MUI::Widget | |
isDragging() const | ofx::MUI::Widget | |
isDropTarget() const | ofx::MUI::Widget | |
isInverted() const | ofx::MUI::Slider< Type > | |
isPointerDown() const | ofx::MUI::Widget | |
isPointerOver() const | ofx::MUI::Widget | |
onDraw() const override (defined in ofx::MUI::Slider< Type >) | ofx::MUI::Slider< Type > | virtual |
onPointerCaptureEvent(DOM::PointerCaptureUIEventArgs &e) | ofx::MUI::Slider< Type > | |
onPointerEvent(DOM::PointerUIEventArgs &e) | ofx::MUI::Slider< Type > | |
onValueChanged | ofx::MUI::Slider< Type > | |
removeListener(ListenerClass *listener, ListenerMethod method, int priority=OF_EVENT_ORDER_AFTER_APP) | ofx::MUI::Slider< Type > | inline |
setDraggable(bool draggable) | ofx::MUI::Widget | |
setDragMode(DragMode mode) | ofx::MUI::Slider< Type > | |
setDropTarget(bool dropTarget) | ofx::MUI::Widget | |
setInverted(bool inverted) | ofx::MUI::Slider< Type > | |
setMax(const Type &max) (defined in ofx::MUI::Slider< Type >) | ofx::MUI::Slider< Type > | |
setMin(const Type &min) (defined in ofx::MUI::Slider< Type >) | ofx::MUI::Slider< Type > | |
setOrientation(DOM::Orientation orientation) | ofx::MUI::Slider< Type > | |
setStyles(std::shared_ptr< Styles > styles) | ofx::MUI::Widget | |
setValue(const Type &value) (defined in ofx::MUI::Slider< Type >) | ofx::MUI::Slider< Type > | |
setValueWithoutEventNotifications(const Type &value) (defined in ofx::MUI::Slider< Type >) | ofx::MUI::Slider< Type > | |
Slider(const std::string &id, DOM::Orientation orientation, DragMode mode=DragMode::ABSOLUTE) | ofx::MUI::Slider< Type > | |
Slider(const std::string &id="", float x=0, float y=0, float width=DEFAULT_WIDTH, float height=DEFAULT_HEIGHT, DOM::Orientation orientation=DOM::Orientation::DEFAULT, DragMode mode=DragMode::ABSOLUTE) | ofx::MUI::Slider< Type > | |
Widget(float x, float y, float width, float height) (defined in ofx::MUI::Widget) | ofx::MUI::Widget | |
Widget(const std::string &id, float x, float y, float width, float height) (defined in ofx::MUI::Widget) | ofx::MUI::Widget | |
~Slider() | ofx::MUI::Slider< Type > | virtual |
~Widget() | ofx::MUI::Widget | virtual |