|
Defines |
#define | isDlgItemEnabled(hDlg, id) isWindowEnabled(GetDlgItem(hDlg,id)) |
#define | enableDlgItem(hDlg, id, b) EnableWindow(GetDlgItem(hDlg,id),(BOOL)b) |
#define | getDlgItemTextLength(hDlg, id) GetWindowTextLength(GetDlgItem(hDlg,id)) |
Functions |
RegKey * | initReg (const std::string &name) throw (SysError) |
std::string | getOpenFileName (HWND hOwner, const std::string &initialfile="", const char *patterns=NULL, const std::string &title="") |
std::string | getSaveFileName (HWND hOwner, const std::string &initialfile="", const char *patterns=NULL, const std::string &title="") |
std::string | loadString (int ID) throw (SysError) |
const std::string & | getAbuseExePath () |
const std::string & | getAbuseDataPath () |
RECT | getDlgItemRect (HWND hDlg, DWORD id) throw (SysError) |
bool | isNtKernel () |
void | EnableDefault (HWND hDlg, int ID) |
void | DisableDefault (HWND hDlg, int ID) |
void | populateComboWithResults (HWND hCombo) |
__inline bool | isWindowEnabled (HWND hWnd) |
__inline BOOL | setDlgItemText (HWND hDlg, int id, const std::string &str) |
std::string | getWindowText (HWND hWnd) |
__inline std::string | getDlgItemText (HWND hWnd, int id) |
__inline int | MessageBox (HWND hWnd, std::string text, std::string caption, UINT uType) |
__inline std::string | addreturn (const std::string &str) |
__inline std::string | skipreturn (const std::string &str) |
__inline WNDPROC | subclass (HWND hWnd, WNDPROC newWinProc) |
__inline std::string | resultToPropName (Result r) |
__inline std::string | resultToPropSubjName (Result r) |
std::string | encode (const std::string &str) |
std::string | decode (const std::string &str) |
std::list< UrlRange > | listStringToListUrlRange (const std::list< std::string > &) |
std::list< std::string > | listUrlRangeToListString (const std::list< UrlRange > &) |
std::pair< std::string, std::string > | splitString (const std::string &str, const char sep='-') throw (std::logic_error) |
BOOL | MakeSureDirectoryPathExists (PCSTR DirPath) |
| Inner version of MakeSureDirectoryPathExists.
|