公開型 | |
| typedef std::vector< HWND > | type_hwnd_vector |
| HWND ベクターの型定義です。. より詳しく... | |
公開メンバ | |
| CWindowSeeker () | |
| virtual | ~CWindowSeeker () |
| virtual void | FindTopWindowInTitle (const std::string &p_rcWindowTitleStr, type_hwnd_vector &p_rcRetHwndVec) const throw () |
| ・タイトル名を元にウィンドウを検索します。. より詳しく... | |
| virtual void | EnumTopWindow (type_hwnd_vector &p_rcRetHwndVec) const throw () |
| ・トップレベルウィンドウを列挙します。. より詳しく... | |
| virtual void | EnumChildWindow (const HWND p_hParentWnd, type_hwnd_vector &p_rcRetHwndVec) const throw () |
| ・子ウィンドウを列挙します。. より詳しく... | |
静的非公開メンバ | |
| BOOL CALLBACK | EnumWindowsProc (HWND p_hWnd, LPARAM p_lParam) throw () |
| ・ウィンドウ列挙用のコールバック関数です。. より詳しく... | |
ウィンドウを探してきます。
|
|
HWND ベクターの型定義です。.
|
|
|
|
|
|
|
|
||||||||||||
|
・タイトル名を元にウィンドウを検索します。.
指定されたウィンドウ名と一致するウィンドウをすべて返します。
|
|
|
・トップレベルウィンドウを列挙します。.
トップレベルウィンドウをすべて返します。
|
|
||||||||||||
|
・子ウィンドウを列挙します。.
子をすべて返します。
|
|
||||||||||||
|
・ウィンドウ列挙用のコールバック関数です。. ウィンドウひとつごとに呼ばれます。
|
1.2.15