Unravel Engine C++ Reference
|
This is the complete list of members for ImBox::MsgBoxManager, including all inherited members.
CloseAll() -> void | ImBox::MsgBoxManager | |
GetActiveCount() const -> size_t | ImBox::MsgBoxManager | inline |
GetInstance() -> MsgBoxManager & | ImBox::MsgBoxManager | static |
RenderAll() -> void | ImBox::MsgBoxManager | |
ShowMessageBox(const std::string &title, const std::string &message, int buttons=ModalResult::Ok, const MsgBoxConfig &config=MsgBoxConfig{}, std::function< void(ModalResult)> callback=nullptr) -> std::shared_ptr< MsgBox > | ImBox::MsgBoxManager |