|
LIBURANIA
GUI library (a wrapper of Win32 API) in C++
|
ファイルダイアログ [詳解]
#include <cmndlg.h>
公開メンバ関数 | |
| bool | doModalOpenFile (const urania::WndBase *win) |
| bool | doModalSaveFile (const urania::WndBase *win) |
| std::wstring | getFilePath () const |
| std::wstring | getFileName () const |
| std::wstring | getFileDir () const |
| std::wstring | getFileExt () const |
| void | clearFilePath () |
| void | setFilePath (const std::wstring &path) |
| void | setInitDir (const std::wstring &path) |
基底クラス urania::CommonDialogBase に属する継承公開メンバ関数 | |
| virtual | ~CommonDialogBase ()=default |
静的公開メンバ関数 | |
| static std::unique_ptr< FileDialog > | create (const std::wstring &flt, const std::wstring &ext=L"") |
限定公開メンバ関数 | |
| FileDialog (const std::wstring &flt, const std::wstring &ext) | |
基底クラス urania::CommonDialogBase に属する継承限定公開メンバ関数 | |
| CommonDialogBase ()=default | |
ファイルダイアログ
ファイルダイアログを操作するためのクラス。
|
protected |
|
inline |
|
inlinestatic |
| bool urania::FileDialog::doModalOpenFile | ( | const urania::WndBase * | win | ) |
| bool urania::FileDialog::doModalSaveFile | ( | const urania::WndBase * | win | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |