|
ofxMUI
A Multi-touch GUI implementation built with ofxDOM for openFrameworks.
|
This is the complete list of members for ofx::MUI::ButtonGroup, including all inherited members.
| _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 |
| _onButtonEvent(ButtonEventArgs &e) (defined in ofx::MUI::ButtonGroup) | ofx::MUI::ButtonGroup | protected |
| _onPointerCaptureEvent(DOM::PointerCaptureUIEventArgs &e) | ofx::MUI::Widget | protected |
| _onPointerEvent(DOM::PointerUIEventArgs &e) | ofx::MUI::Widget | protected |
| _orientation | ofx::MUI::ButtonGroup | protected |
| addRadioButton(Args &&...args) (defined in ofx::MUI::ButtonGroup) | ofx::MUI::ButtonGroup | inline |
| addToggleButton(Args &&...args) (defined in ofx::MUI::ButtonGroup) | ofx::MUI::ButtonGroup | inline |
| ButtonGroup(const std::string &id, DOM::Orientation orientation) (defined in ofx::MUI::ButtonGroup) | ofx::MUI::ButtonGroup | |
| ButtonGroup(const std::string &id, float x=0, float y=0, float width=Button::DEFAULT_WIDTH, float height=Button::DEFAULT_HEIGHT, DOM::Orientation orientation=DOM::Orientation::VERTICAL) (defined in ofx::MUI::ButtonGroup) | ofx::MUI::ButtonGroup | |
| getStyles() const | ofx::MUI::Widget | |
| 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 | |
| onButtonEvent (defined in ofx::MUI::ButtonGroup) | ofx::MUI::ButtonGroup | protected |
| onButtonGroupEvent (defined in ofx::MUI::ButtonGroup) | ofx::MUI::ButtonGroup | |
| onDraw() const override (defined in ofx::MUI::ButtonGroup) | ofx::MUI::ButtonGroup | virtual |
| setDraggable(bool draggable) | ofx::MUI::Widget | |
| setDropTarget(bool dropTarget) | ofx::MUI::Widget | |
| setStyles(std::shared_ptr< Styles > styles) | ofx::MUI::Widget | |
| 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 | |
| ~ButtonGroup() (defined in ofx::MUI::ButtonGroup) | ofx::MUI::ButtonGroup | virtual |
| ~Widget() | ofx::MUI::Widget | virtual |