![]() |
Radium Engine
1.7.0
|
This is the complete list of members for Ra::Gui::Widgets::ControlPanel, including all inherited members.
| addButton(const std::string &name, std::function< void()> callback, const std::string &tooltip="") | Ra::Gui::Widgets::ControlPanel | |
| addColorInput(const std::string &name, const std::function< void(const Ra::Core::Utils::Color &clr)> &callback, Ra::Core::Utils::Color color=Ra::Core::Utils::Color::Black(), bool withAlpha=true, const std::string &tooltip="") | Ra::Gui::Widgets::ControlPanel | |
| addComboBox(const std::string &name, std::function< void(int)> callback, int initial, const std::vector< std::string > &items, const std::string &tooltip="") | Ra::Gui::Widgets::ControlPanel | |
| addComboBox(const std::string &name, std::function< void(const QString &)> callback, const std::string &initial, const std::vector< std::string > &items, const std::string &tooltip="") (defined in Ra::Gui::Widgets::ControlPanel) | Ra::Gui::Widgets::ControlPanel | |
| addConstrainedNumberInput(const std::string &name, std::function< void(T)> callback, Scalar initial, std::function< bool(T)> predicate, const std::string &tooltip="", int dec=3) | Ra::Gui::Widgets::ControlPanel | |
| addFileInput(const std::string &name, std::function< void(std::string)> callback, const std::string &rootDirectory, const std::string &filters, const std::string &tooltip="") | Ra::Gui::Widgets::ControlPanel | |
| addFileOutput(const std::string &name, std::function< void(std::string)> callback, const std::string &rootDirectory, const std::string &filters, const std::string &tooltip="") | Ra::Gui::Widgets::ControlPanel | |
| addLabel(const std::string &text) | Ra::Gui::Widgets::ControlPanel | |
| addMatrixInput(const std::string &name, std::function< void(const Ra::Core::MatrixN &)> callback, const Ra::Core::MatrixN &initial, int dec=3, const std::string &tooltip="") | Ra::Gui::Widgets::ControlPanel | |
| addNumberInput(const std::string &name, std::function< void(T)> callback, T initial, T min=std::numeric_limits< T >::lowest(), T max=std::numeric_limits< T >::max(), const std::string &tooltip="", int dec=3) | Ra::Gui::Widgets::ControlPanel | |
| addOption(const std::string &name, std::function< void(bool)> callback, bool set=false, const std::string &tooltip="") | Ra::Gui::Widgets::ControlPanel | |
| addPowerSliderInput(const std::string &name, std::function< void(double)> callback, double initial=0, double min=0, double max=100, const std::string &tooltip="") | Ra::Gui::Widgets::ControlPanel | |
| addSeparator() (defined in Ra::Gui::Widgets::ControlPanel) | Ra::Gui::Widgets::ControlPanel | |
| addSliderInput(const std::string &name, std::function< void(int)> callback, int initial=0, int min=0, int max=100, const std::string &tooltip="") | Ra::Gui::Widgets::ControlPanel | |
| addStretch(int stretch) (defined in Ra::Gui::Widgets::ControlPanel) | Ra::Gui::Widgets::ControlPanel | |
| addVectorInput(const std::string &name, std::function< void(const std::vector< T > &)> callback, const std::vector< T > &initial, const std::string &tooltip="") | Ra::Gui::Widgets::ControlPanel | |
| addWidget(QWidget *newWidget) | Ra::Gui::Widgets::ControlPanel | |
| ControlPanel(const std::string &name, bool hline=true, QWidget *parent=nullptr) (defined in Ra::Gui::Widgets::ControlPanel) | Ra::Gui::Widgets::ControlPanel | explicit |
| ControlPanel(const ControlPanel &)=delete (defined in Ra::Gui::Widgets::ControlPanel) | Ra::Gui::Widgets::ControlPanel | |
| ControlPanel(ControlPanel &&)=delete (defined in Ra::Gui::Widgets::ControlPanel) | Ra::Gui::Widgets::ControlPanel | |
| newLayout() (defined in Ra::Gui::Widgets::ControlPanel) | Ra::Gui::Widgets::ControlPanel | inline |
| operator=(const ControlPanel &)=delete (defined in Ra::Gui::Widgets::ControlPanel) | Ra::Gui::Widgets::ControlPanel | |
| operator=(ControlPanel &&)=delete (defined in Ra::Gui::Widgets::ControlPanel) | Ra::Gui::Widgets::ControlPanel | |
| ~ControlPanel() override=default (defined in Ra::Gui::Widgets::ControlPanel) | Ra::Gui::Widgets::ControlPanel |