![]() |
DDraceNetwork Documentation
|
#include <graphics.h>
Public Attributes | |
| const char * | m_pTitle = nullptr |
| const char * | m_pMessage = nullptr |
| EMessageBoxType | m_Type = EMessageBoxType::ERROR |
| std::vector< CMessageBoxButton > | m_vButtons = {{.m_pLabel = "OK", .m_Confirm = true, .m_Cancel = true}} |
Description of a message box popup.
| EMessageBoxType IGraphics::CMessageBox::m_Type = EMessageBoxType::ERROR |
Type of the message box.
| std::vector<CMessageBoxButton> IGraphics::CMessageBox::m_vButtons = {{.m_pLabel = "OK", .m_Confirm = true, .m_Cancel = true}} |
Buttons shown in the message box. At least one button is required. The buttons are layed out from left to right.