OSDN Git Service

change EOL style to CRLF to adjust to default setting of Visual Studio
[yamy/yamy.git] / windowstool.h
1 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
2 // windowstool.h\r
3 \r
4 \r
5 #ifndef _WINDOWSTOOL_H\r
6 #  define _WINDOWSTOOL_H\r
7 \r
8 \r
9 #  include "stringtool.h"\r
10 #  include <windows.h>\r
11 \r
12 \r
13 /// instance handle of this application\r
14 extern HINSTANCE g_hInst;\r
15 \r
16 \r
17 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
18 // resource\r
19 \r
20 /// load resource string\r
21 extern tstring loadString(UINT i_id);\r
22 \r
23 /// load small icon resource (it must be deleted by DestroyIcon())\r
24 extern HICON loadSmallIcon(UINT i_id);\r
25 \r
26 ///load big icon resource (it must be deleted by DestroyIcon())\r
27 extern HICON loadBigIcon(UINT i_id);\r
28 \r
29 \r
30 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
31 // window\r
32 \r
33 /// resize the window (it does not move the window)\r
34 extern bool resizeWindow(HWND i_hwnd, int i_w, int i_h, bool i_doRepaint);\r
35 \r
36 /** get rect of the window in client coordinates.\r
37     @return rect of the window in client coordinates */\r
38 extern bool getChildWindowRect(HWND i_hwnd, RECT *o_rc);\r
39 \r
40 /** set small icon to the specified window.\r
41     @return handle of previous icon or NULL */\r
42 extern HICON setSmallIcon(HWND i_hwnd, UINT i_id);\r
43 \r
44 /** set big icon to the specified window.\r
45     @return handle of previous icon or NULL */\r
46 extern HICON setBigIcon(HWND i_hwnd, UINT i_id);\r
47 \r
48 /// remove icon from a window that is set by setSmallIcon\r
49 extern void unsetSmallIcon(HWND i_hwnd);\r
50 \r
51 /// remove icon from a window that is set by setBigIcon\r
52 extern void unsetBigIcon(HWND i_hwnd);\r
53 \r
54 /// get toplevel (non-child) window\r
55 extern HWND getToplevelWindow(HWND i_hwnd, bool *io_isMDI);\r
56 \r
57 /// move window asynchronously\r
58 extern void asyncMoveWindow(HWND i_hwnd, int i_x, int i_y);\r
59 \r
60 /// move window asynchronously\r
61 extern void asyncMoveWindow(HWND i_hwnd, int i_x, int i_y, int i_w, int i_h);\r
62 \r
63 /// resize asynchronously\r
64 extern void asyncResize(HWND i_hwnd, int i_w, int i_h);\r
65 \r
66 /// get dll version\r
67 extern DWORD getDllVersion(const _TCHAR *i_dllname);\r
68 #define PACKVERSION(major, minor) MAKELONG(minor, major)\r
69 \r
70 // workaround of SetForegroundWindow\r
71 extern bool setForegroundWindow(HWND i_hwnd);\r
72 \r
73 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
74 // dialog\r
75 \r
76 /// get/set GWL_USERDATA\r
77 template <class T> inline T getUserData(HWND i_hwnd, T *i_wc)\r
78 {\r
79 #ifdef MAYU64\r
80   return (*i_wc = reinterpret_cast<T>(GetWindowLongPtr(i_hwnd, GWLP_USERDATA)));\r
81 #else\r
82   return (*i_wc = reinterpret_cast<T>(GetWindowLong(i_hwnd, GWL_USERDATA)));\r
83 #endif\r
84 }\r
85 \r
86 ///\r
87 template <class T> inline T setUserData(HWND i_hwnd, T i_wc)\r
88 {\r
89 #ifdef MAYU64\r
90   SetWindowLongPtr(i_hwnd, GWLP_USERDATA, reinterpret_cast<LONG_PTR>(i_wc));\r
91 #else\r
92   SetWindowLong(i_hwnd, GWL_USERDATA, reinterpret_cast<long>(i_wc));\r
93 #endif\r
94   return i_wc;\r
95 }\r
96 \r
97 \r
98 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
99 // RECT\r
100 \r
101 ///\r
102 inline int rcWidth(const RECT *i_rc) { return i_rc->right - i_rc->left; }\r
103 \r
104 ///\r
105 inline int rcHeight(const RECT *i_rc) { return i_rc->bottom - i_rc->top; }\r
106 \r
107 ///\r
108 inline bool isRectInRect(const RECT *i_rcin, const RECT *i_rcout)\r
109 {\r
110   return (i_rcout->left <= i_rcin->left &&\r
111           i_rcin->right <= i_rcout->right &&\r
112           i_rcout->top <= i_rcin->top &&\r
113           i_rcin->bottom <= i_rcout->bottom);\r
114 }\r
115 \r
116 \r
117 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
118 // edit control\r
119 \r
120 /// returns bytes of text\r
121 extern size_t editGetTextBytes(HWND i_hwnd);\r
122 \r
123 /// delete a line\r
124 extern void editDeleteLine(HWND i_hwnd, size_t i_n);\r
125 \r
126 /// insert text at last\r
127 extern void editInsertTextAtLast(HWND i_hwnd, const tstring &i_text,\r
128                                  size_t i_threshold);\r
129 \r
130 \r
131 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
132 // Windows2000/XP specific API\r
133 \r
134 /// SetLayeredWindowAttributes API\r
135 typedef BOOL (WINAPI *SetLayeredWindowAttributes_t)\r
136   (HWND hwnd, COLORREF crKey, BYTE bAlpha, DWORD dwFlags);\r
137 extern SetLayeredWindowAttributes_t setLayeredWindowAttributes;\r
138 \r
139 /// MonitorFromWindow API\r
140 extern HMONITOR (WINAPI *monitorFromWindow)(HWND hwnd, DWORD dwFlags);\r
141 \r
142 /// GetMonitorInfo API\r
143 extern BOOL (WINAPI *getMonitorInfo)(HMONITOR hMonitor, LPMONITORINFO lpmi);\r
144 \r
145 /// EnumDisplayMonitors API\r
146 extern BOOL (WINAPI *enumDisplayMonitors)\r
147   (HDC hdc, LPRECT lprcClip, MONITORENUMPROC lpfnEnum, LPARAM dwData);\r
148 \r
149 \r
150 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
151 // WindowsXP specific API\r
152 \r
153 /// WTSRegisterSessionNotification API\r
154 typedef BOOL (WINAPI *WTSRegisterSessionNotification_t)\r
155   (HWND hWnd, DWORD dwFlags);\r
156 extern WTSRegisterSessionNotification_t wtsRegisterSessionNotification;\r
157 \r
158 /// WTSUnRegisterSessionNotification API\r
159 typedef BOOL (WINAPI *WTSUnRegisterSessionNotification_t)(HWND hWnd);\r
160 extern WTSUnRegisterSessionNotification_t wtsUnRegisterSessionNotification;\r
161 \r
162 /// WTSGetActiveConsoleSessionId API\r
163 typedef DWORD (WINAPI *WTSGetActiveConsoleSessionId_t)(void);\r
164 extern WTSGetActiveConsoleSessionId_t wtsGetActiveConsoleSessionId;\r
165 \r
166 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
167 // Utility\r
168 \r
169 // PathRemoveFileSpec()\r
170 tstring pathRemoveFileSpec(const tstring &i_path);\r
171 \r
172 \r
173 #endif // _WINDOWSTOOL_H\r