ofxMUI
A Multi-touch GUI implementation built with ofxDOM for openFrameworks.
ofx::MUI::Slider< Type > Member List

This is the complete list of members for ofx::MUI::Slider< Type >, including all inherited members.

_dragModeofx::MUI::Slider< Type >protected
_getActiveAxisIndex() const ofx::MUI::Slider< Type >protected
_getEffectiveOrientation() const ofx::MUI::Slider< Type >protected
_isDraggableofx::MUI::Widgetprotected
_isDraggingofx::MUI::Widgetprotected
_isDropTargetofx::MUI::Widgetprotected
_isInvertedofx::MUI::Slider< Type >protected
_isPointerOverofx::MUI::Widgetprotected
_moveToFrontOnCaptureofx::MUI::Widgetprotected
_onPointerCaptureEvent(DOM::PointerCaptureUIEventArgs &e)ofx::MUI::Widgetprotected
_onPointerEvent(DOM::PointerUIEventArgs &e)ofx::MUI::Widgetprotected
_onResize(DOM::ResizeEventArgs &)ofx::MUI::Slider< Type >protected
_onValueChanged(const void *sender, Type &value)ofx::MUI::Slider< Type >protected
_orientationofx::MUI::Slider< Type >protected
_primaryPointerIdofx::MUI::Slider< Type >protected
_valueofx::MUI::Slider< Type >protected
_valueOffsetofx::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 >
onValueChangedofx::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::Widgetvirtual