#include "lugre_prefix.h"#include "lugre_commondialog.h"#include <string>#include "windows.h"#include "commdlg.h"#include <stdlib.h>#include <stdio.h>#include <string.h>#include <cstring>

Go to the source code of this file.
Namespaces | |
| namespace | Lugre |
Defines | |
| #define | kWIN32_OFN_BUFFER_SIZE 1024 |
Functions | |
| Lugre::eLugreMessageBoxResult | Lugre::LugreMessageBox (Lugre::eLugreMessageBoxType iType, std::string sTitle, std::string sText) |
| bool | Lugre::OpenBrowser (std::string sURL) |
| void | Lugre::LugreWin32InitOFN (OPENFILENAME &ofn, std::string sInitialDir, std::string sFilter, std::string sTitle) |
| bool | Lugre::FileOpenDialog (const std::string &sInitialDir, const std::string &sFilePattern, const std::string &sTitle, std::string &sFilePath) |
| bool | Lugre::FileSaveDialog (const std::string &sInitialDir, const std::string &sFilePattern, const std::string &sTitle, std::string &sFilePath) |
| #define kWIN32_OFN_BUFFER_SIZE 1024 |
1.5.6