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

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

Axis() (defined in ofx::MUI::Axis< DataType >)ofx::MUI::Axis< DataType >
Axis(const DataType &minimum, const DataType &maximum, Scale scale, bool inverted, bool autoRange, bool clipped) (defined in ofx::MUI::Axis< DataType >)ofx::MUI::Axis< DataType >
getMaximum() const (defined in ofx::MUI::Axis< DataType >)ofx::MUI::Axis< DataType >
getMinimum() const (defined in ofx::MUI::Axis< DataType >)ofx::MUI::Axis< DataType >
getScale() const (defined in ofx::MUI::Axis< DataType >)ofx::MUI::Axis< DataType >
isAutoRange() const (defined in ofx::MUI::Axis< DataType >)ofx::MUI::Axis< DataType >
isClipped() const (defined in ofx::MUI::Axis< DataType >)ofx::MUI::Axis< DataType >
isInverted() const (defined in ofx::MUI::Axis< DataType >)ofx::MUI::Axis< DataType >
LINEAR enum valueofx::MUI::Axis< DataType >
map(const DataType &value, const DataType &outputMin, const DataType &outputMax) const (defined in ofx::MUI::Axis< DataType >)ofx::MUI::Axis< DataType >
Scale enum nameofx::MUI::Axis< DataType >
SEMILOG enum valueofx::MUI::Axis< DataType >
setAutoRange(bool autoRange) (defined in ofx::MUI::Axis< DataType >)ofx::MUI::Axis< DataType >
setClipped(bool clipped) (defined in ofx::MUI::Axis< DataType >)ofx::MUI::Axis< DataType >
setInverted(bool inverted) (defined in ofx::MUI::Axis< DataType >)ofx::MUI::Axis< DataType >
setMaximum(const DataType &maximum) (defined in ofx::MUI::Axis< DataType >)ofx::MUI::Axis< DataType >
setMinimum(const DataType &minimum) (defined in ofx::MUI::Axis< DataType >)ofx::MUI::Axis< DataType >
setRange(const DataType &minimum, const DataType &maximum) (defined in ofx::MUI::Axis< DataType >)ofx::MUI::Axis< DataType >
setScale(Scale scale) (defined in ofx::MUI::Axis< DataType >)ofx::MUI::Axis< DataType >
~Axis() (defined in ofx::MUI::Axis< DataType >)ofx::MUI::Axis< DataType >virtual