Nui
Loading...
Searching...
No Matches
Public Attributes | List of all members
Nui::Components::DialogController::ConstructionArgs Struct Reference

#include <dialog.hpp>

Public Attributes

std::optional< std::string > className {std::nullopt}
 
std::string title {}
 
std::string body {}
 
std::string buttonClassName {}
 
ButtonConfiguration buttonConfiguration {ButtonConfiguration::Ok}
 
std::function< void(Button)> onButtonClicked = [](Button) {}
 

Member Data Documentation

◆ body

std::string Nui::Components::DialogController::ConstructionArgs::body {}

◆ buttonClassName

std::string Nui::Components::DialogController::ConstructionArgs::buttonClassName {}

◆ buttonConfiguration

ButtonConfiguration Nui::Components::DialogController::ConstructionArgs::buttonConfiguration {ButtonConfiguration::Ok}

◆ className

std::optional<std::string> Nui::Components::DialogController::ConstructionArgs::className {std::nullopt}

◆ onButtonClicked

std::function<void(Button)> Nui::Components::DialogController::ConstructionArgs::onButtonClicked = [](Button) {}

◆ title

std::string Nui::Components::DialogController::ConstructionArgs::title {}

The documentation for this struct was generated from the following file: