#include <ImGuiOpenFile.hh>
|
void | selectFile (const std::string &title, std::string filters, const std::function< void(const std::string &)> &callback, zstring_view lastLocationHint={}, Painter painter=Painter::MANAGER) |
|
void | selectNewFile (const std::string &title, std::string filters, const std::function< void(const std::string &)> &callback, zstring_view lastLocationHint={}, Painter painter=Painter::MANAGER) |
|
void | selectDirectory (const std::string &title, const std::function< void(const std::string &)> &callback, zstring_view lastLocationHint={}, Painter painter=Painter::MANAGER) |
|
zstring_view | iniName () const override |
|
void | save (ImGuiTextBuffer &buf) override |
|
void | loadLine (std::string_view name, zstring_view value) override |
|
bool | mustPaint (Painter p) const |
|
void | doPaint () |
|
| ImGuiPart (ImGuiManager &manager_) |
|
| ImGuiPart (const ImGuiPart &)=delete |
|
| ImGuiPart (ImGuiPart &&)=delete |
|
| ImGuiPart (ImGuiManager &manager_) |
|
| ~ImGuiPart () |
|
| ImGuiPart (const ImGuiPart &)=delete |
|
| ImGuiPart (ImGuiPart &&)=delete |
|
ImGuiPart & | operator= (const ImGuiPart &)=delete |
|
ImGuiPart & | operator= (ImGuiPart &&)=delete |
|
virtual void | loadStart () |
|
virtual void | loadEnd () |
|
virtual void | showMenu (MSXMotherBoard *) |
|
virtual void | paint (MSXMotherBoard *) |
|
Definition at line 12 of file ImGuiOpenFile.hh.
◆ Painter
◆ doPaint()
void openmsx::ImGuiOpenFile::doPaint |
( |
| ) |
|
◆ getLastFilter()
std::string openmsx::ImGuiOpenFile::getLastFilter |
( |
| ) |
|
|
static |
◆ ImGuiPart() [1/3]
openmsx::ImGuiPart::ImGuiPart |
( |
const ImGuiPart & |
| ) |
|
|
delete |
◆ ImGuiPart() [2/3]
◆ ImGuiPart() [3/3]
openmsx::ImGuiPart::ImGuiPart |
( |
ImGuiPart && |
| ) |
|
|
delete |
◆ iniName()
◆ loadLine()
void openmsx::ImGuiOpenFile::loadLine |
( |
std::string_view |
name, |
|
|
zstring_view |
value |
|
) |
| |
|
overridevirtual |
◆ mustPaint()
bool openmsx::ImGuiOpenFile::mustPaint |
( |
Painter |
p | ) |
const |
|
inline |
◆ save()
void openmsx::ImGuiOpenFile::save |
( |
ImGuiTextBuffer & |
buf | ) |
|
|
overridevirtual |
◆ selectDirectory()
void openmsx::ImGuiOpenFile::selectDirectory |
( |
const std::string & |
title, |
|
|
const std::function< void(const std::string &)> & |
callback, |
|
|
zstring_view |
lastLocationHint = {} , |
|
|
Painter |
painter = Painter::MANAGER |
|
) |
| |
◆ selectFile()
void openmsx::ImGuiOpenFile::selectFile |
( |
const std::string & |
title, |
|
|
std::string |
filters, |
|
|
const std::function< void(const std::string &)> & |
callback, |
|
|
zstring_view |
lastLocationHint = {} , |
|
|
Painter |
painter = Painter::MANAGER |
|
) |
| |
◆ selectNewFile()
void openmsx::ImGuiOpenFile::selectNewFile |
( |
const std::string & |
title, |
|
|
std::string |
filters, |
|
|
const std::function< void(const std::string &)> & |
callback, |
|
|
zstring_view |
lastLocationHint = {} , |
|
|
Painter |
painter = Painter::MANAGER |
|
) |
| |
The documentation for this class was generated from the following files: