|
| template<class TWidget = ::rack::widget::Widget> |
| TWidget * | createWidget (::rack::math::Vec pos) |
| | Creates a Widget subclass with its top-left at a position.
|
| |
| template::rack::widget::Widget * | ::StoneyDSP::StoneyVCV::createWidget<::rack::widget::Widget > (::rack::math::Vec pos) |
| |
| template<class TWidget = ::rack::widget::Widget> |
| TWidget * | createWidgetCentered (::rack::math::Vec pos) |
| | Creates a Widget subclass with its center at a position.
|
| |
| template::rack::widget::Widget * | ::StoneyDSP::StoneyVCV::createWidgetCentered<::rack::widget::Widget > (::rack::math::Vec pos) |
| |
| template<class TWidget = ::rack::widget::Widget> |
| TWidget * | createWidgetSized (::rack::math::Vec pos, ::rack::math::Vec size) |
| | Creates a Widget subclass with its top-left at a position and its size set.
|
| |
| template::rack::widget::Widget * | ::StoneyDSP::StoneyVCV::createWidgetSized<::rack::widget::Widget > (::rack::math::Vec pos, ::rack::math::Vec size) |
| |
| template<class TWidget = ::rack::widget::Widget> |
| TWidget * | createWidgetCenteredSized (::rack::math::Vec pos, ::rack::math::Vec size) |
| | Creates a Widget subclass with its top-left at a position.
|
| |
| template::rack::widget::Widget * | ::StoneyDSP::StoneyVCV::createWidgetCenteredSized<::rack::widget::Widget > (::rack::math::Vec pos, ::rack::math::Vec size) |
| |
| template<class TParamWidget = ::rack::app::ParamWidget> |
| TParamWidget * | createParamWidget (::rack::math::Vec pos, ::rack::engine::Module *module, int paramId) |
| |
| template::rack::app::ParamWidget * | ::StoneyDSP::StoneyVCV::createParamWidget<::rack::app::ParamWidget > (::rack::math::Vec pos, ::rack::engine::Module *module, int paramId) |
| |
| template<class TParamWidget = ::rack::app::ParamWidget> |
| TParamWidget * | createParamWidgetCentered (::rack::math::Vec pos, ::rack::engine::Module *module, int paramId) |
| |
| template::rack::app::ParamWidget * | ::StoneyDSP::StoneyVCV::createParamWidgetCentered<::rack::app::ParamWidget > (::rack::math::Vec pos, ::rack::engine::Module *module, int paramId) |
| |
| template<class TPortWidget = ::rack::app::PortWidget> |
| TPortWidget * | createInput (::rack::math::Vec pos, ::rack::engine::Module *module, int inputId) |
| |
| template::rack::app::PortWidget * | ::StoneyDSP::StoneyVCV::createInput<::rack::app::PortWidget > (::rack::math::Vec pos, ::rack::engine::Module *module, int inputId) |
| |
| template<class TPortWidget = ::rack::app::PortWidget> |
| TPortWidget * | createInputCentered (::rack::math::Vec pos, ::rack::engine::Module *module, int inputId) |
| |
| template::rack::app::PortWidget * | ::StoneyDSP::StoneyVCV::createInputCentered<::rack::app::PortWidget > (::rack::math::Vec pos, ::rack::engine::Module *module, int inputId) |
| |
| template<class TPortWidget = ::rack::app::PortWidget> |
| TPortWidget * | createOutput (::rack::math::Vec pos, ::rack::engine::Module *module, int outputId) |
| |
| template::rack::app::PortWidget * | ::StoneyDSP::StoneyVCV::createOutput<::rack::app::PortWidget > (::rack::math::Vec pos, ::rack::engine::Module *module, int inputId) |
| |
| template<class TPortWidget = ::rack::app::PortWidget> |
| TPortWidget * | createOutputCentered (::rack::math::Vec pos, ::rack::engine::Module *module, int outputId) |
| |
| template::rack::app::PortWidget * | ::StoneyDSP::StoneyVCV::createOutputCentered<::rack::app::PortWidget > (::rack::math::Vec pos, ::rack::engine::Module *module, int inputId) |
| |
| template<class TPanelWidget > |
| TPanelWidget * | createPanelWidget (::rack::math::Rect box) |
| |