#include <FooterNavigableOptions.hpp>
◆ FooterNavigableOptions()
iv::gui::FooterNavigableOptions::FooterNavigableOptions |
( |
| ) |
|
|
default |
◆ addIconOption()
void iv::gui::FooterNavigableOptions::addIconOption |
( |
const std::string & | icon, |
|
|
const std::function< void()> & | action, |
|
|
const std::function< std::optional< iv::types::color >()> & | optionColorUpdate ) |
◆ addOption()
void iv::gui::FooterNavigableOptions::addOption |
( |
const std::string & | text, |
|
|
const std::string & | icon, |
|
|
const std::function< void()> & | action, |
|
|
const std::function< std::optional< iv::types::color >()> & | optionColorUpdate ) |
◆ addTextOption()
void iv::gui::FooterNavigableOptions::addTextOption |
( |
const std::string & | text, |
|
|
const std::function< void()> & | action, |
|
|
const std::function< std::optional< iv::types::color >()> & | optionColorUpdate ) |
◆ getOptions()
const std::vector< NavigableOption > & iv::gui::FooterNavigableOptions::getOptions |
( |
| ) |
const |
|
nodiscard |
◆ m_options
The documentation for this class was generated from the following files: