_autoExclusive | ofx::MUI::Button | protected |
_incrementState() | ofx::MUI::Button | protected |
_isDraggable | ofx::MUI::Widget | protected |
_isDragging | ofx::MUI::Widget | protected |
_isDropTarget | ofx::MUI::Widget | 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 |
_onValueChanged(const void *sender, int &value) | ofx::MUI::Button | protected |
_primaryPointerId | ofx::MUI::Button | protected |
_requirePointerOverOnRelease | ofx::MUI::Button | protected |
_stateCount | ofx::MUI::Button | protected |
_triggersOnRelease | ofx::MUI::Button | protected |
_value | ofx::MUI::Button | protected |
addListener(ListenerClass *listener, ListenerMethod method, int priority=OF_EVENT_ORDER_AFTER_APP) | ofx::MUI::Button | inline |
autoExclusive() const (defined in ofx::MUI::Button) | ofx::MUI::Button | |
Button(const std::string &id="", float x=0, float y=0, float width=DEFAULT_WIDTH, float height=DEFAULT_HEIGHT, bool autoExclusive=false, bool triggersOnRelease=false, bool requirePointerOverOnRelease=true, std::size_t stateCount=1) | ofx::MUI::Button | |
DEFAULT_HEIGHT enum value (defined in ofx::MUI::Button) | ofx::MUI::Button | |
DEFAULT_WIDTH enum value (defined in ofx::MUI::Button) | ofx::MUI::Button | |
getStyles() const | ofx::MUI::Widget | |
hitTest(const DOM::Position &parentPosition) const override (defined in ofx::MUI::RadioButton) | ofx::MUI::RadioButton | virtual |
isDraggable() const | ofx::MUI::Widget | |
isDragging() const | ofx::MUI::Widget | |
isDropTarget() const | ofx::MUI::Widget | |
isPointerDown() const | ofx::MUI::Widget | |
isPointerOver() const | ofx::MUI::Widget | |
onButtonDown | ofx::MUI::Button | |
onButtonPressed | ofx::MUI::Button | |
onButtonUp | ofx::MUI::Button | |
onDraw() const override (defined in ofx::MUI::RadioButton) | ofx::MUI::RadioButton | virtual |
onPointerCaptureEvent(DOM::PointerCaptureUIEventArgs &e) | ofx::MUI::Button | |
onPointerEvent(DOM::PointerUIEventArgs &e) | ofx::MUI::Button | |
onValueChanged | ofx::MUI::Button | |
operator const int &() | ofx::MUI::Button | |
operator=(int v) | ofx::MUI::Button | |
RadioButton(const std::string &id="", float x=0, float y=0, float width=DEFAULT_WIDTH, float height=DEFAULT_HEIGHT) | ofx::MUI::RadioButton | |
removeListener(ListenerClass *listener, ListenerMethod method, int priority=OF_EVENT_ORDER_AFTER_APP) | ofx::MUI::Button | inline |
requirePointerOverOnRelease() const (defined in ofx::MUI::Button) | ofx::MUI::Button | |
setDraggable(bool draggable) | ofx::MUI::Widget | |
setDropTarget(bool dropTarget) | ofx::MUI::Widget | |
setStyles(std::shared_ptr< Styles > styles) | ofx::MUI::Widget | |
stateCount() const | ofx::MUI::Button | |
triggersOnRelease() const | ofx::MUI::Button | |
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 | |
~Button() | ofx::MUI::Button | virtual |
~RadioButton() | ofx::MUI::RadioButton | virtual |
~Widget() | ofx::MUI::Widget | virtual |