cocos2d-x  3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CWin32InputBox Class Reference

#include <Win32InputBox.h>

Public Member Functions

 CWin32InputBox (WIN32INPUTBOX_PARAM *)
 ~CWin32InputBox ()

Static Public Member Functions

static INT_PTR InputBoxEx (WIN32INPUTBOX_PARAM *)
local InputBoxEx ()
static INT_PTR InputBox (LPCSTR szTitle, LPCSTR szPrompt, LPSTR szResult, DWORD nResultSize, bool bMultiLine=false, HWND hwndParent=0)
local InputBox ( local szTitle, local szPrompt, local szResult, local nResultSize, local false, local 0)
static std::string AnsiToUtf8 (std::string strAnsi)
static std::string Utf8ToAnsi (std::string strUTF8)

Constructor & Destructor Documentation

local CWin32InputBox ( local  )
local ~CWin32InputBox ( )

Member Function Documentation

static std::string AnsiToUtf8 ( std::string  strAnsi)
static
local AnsiToUtf8 ( local  strAnsi)
static
static INT_PTR InputBox ( LPCSTR  szTitle,
LPCSTR  szPrompt,
LPSTR  szResult,
DWORD  nResultSize,
bool  bMultiLine = false,
HWND  hwndParent = 0 
)
static
local InputBox ( local  szTitle,
local  szPrompt,
local  szResult,
local  nResultSize,
local  bMultiLine = false,
local  hwndParent = 0 
)
static
static INT_PTR InputBoxEx ( WIN32INPUTBOX_PARAM )
static
local InputBoxEx ( local  )
static
static std::string Utf8ToAnsi ( std::string  strUTF8)
static
local Utf8ToAnsi ( local  strUTF8)
static

The documentation for this class was generated from the following file: