载入中...
搜索中...
未找到
eve::window::Window::MessageBoxData结构体 参考

#include <Window.h>

Public 属性

std::string type = "info"
 
std::string title
 
std::string message
 
int enterButtonIndex = 0
 
int escapeButtonIndex = 0
 
bool attachToWindow = false
 
std::vector< std::string > buttons
 

详细描述

在文件 Window.h57 行定义.

类成员变量说明

◆ attachToWindow

bool eve::window::Window::MessageBoxData::attachToWindow = false

在文件 Window.h63 行定义.

◆ buttons

std::vector<std::string> eve::window::Window::MessageBoxData::buttons

在文件 Window.h64 行定义.

◆ enterButtonIndex

int eve::window::Window::MessageBoxData::enterButtonIndex = 0

在文件 Window.h61 行定义.

◆ escapeButtonIndex

int eve::window::Window::MessageBoxData::escapeButtonIndex = 0

在文件 Window.h62 行定义.

◆ message

std::string eve::window::Window::MessageBoxData::message

在文件 Window.h60 行定义.

◆ title

std::string eve::window::Window::MessageBoxData::title

在文件 Window.h59 行定义.

◆ type

std::string eve::window::Window::MessageBoxData::type = "info"

在文件 Window.h58 行定义.


该结构体的文档由以下文件生成: