#include <guiPathSelectMenu.h>
◆ GUIFileSelectMenu()
GUIFileSelectMenu::GUIFileSelectMenu |
( |
gui::IGUIEnvironment * | env, |
|
|
gui::IGUIElement * | parent, |
|
|
s32 | id, |
|
|
IMenuManager * | menumgr, |
|
|
const std::string & | title, |
|
|
const std::string & | formid, |
|
|
bool | is_file_select ) |
◆ ~GUIFileSelectMenu()
GUIFileSelectMenu::~GUIFileSelectMenu |
( |
| ) |
|
◆ acceptInput()
void GUIFileSelectMenu::acceptInput |
( |
| ) |
|
|
private |
◆ drawMenu()
void GUIFileSelectMenu::drawMenu |
( |
| ) |
|
|
virtual |
◆ getLabelByID()
std::wstring GUIFileSelectMenu::getLabelByID |
( |
s32 | id | ) |
|
|
inlineprotectedvirtual |
◆ getNameByID()
std::string GUIFileSelectMenu::getNameByID |
( |
s32 | id | ) |
|
|
inlineprotectedvirtual |
◆ OnEvent()
bool GUIFileSelectMenu::OnEvent |
( |
const SEvent & | event | ) |
|
|
virtual |
◆ regenerateGui()
void GUIFileSelectMenu::regenerateGui |
( |
v2u32 | screensize | ) |
|
|
virtual |
◆ setTextDest()
void GUIFileSelectMenu::setTextDest |
( |
TextDest * | dest | ) |
|
|
inline |
◆ m_accepted
bool GUIFileSelectMenu::m_accepted = false |
|
private |
◆ m_file_select_dialog
bool GUIFileSelectMenu::m_file_select_dialog |
|
private |
◆ m_fileOpenDialog
gui::IGUIFileOpenDialog* GUIFileSelectMenu::m_fileOpenDialog = nullptr |
|
private |
◆ m_formname
std::string GUIFileSelectMenu::m_formname |
|
private |
◆ m_text_dst
TextDest* GUIFileSelectMenu::m_text_dst = nullptr |
|
private |
◆ m_title
std::wstring GUIFileSelectMenu::m_title |
|
private |
The documentation for this class was generated from the following files: