Public Member Functions | |
| ForeignWindow () | |
| ForeignWindow (unsigned int uiPhysicalWindowHandle) | |
| ForeignWindow (const ForeignWindow &pForeignWindow) | |
| ~ForeignWindow () | |
| bool | Refresh () |
| bool | IsValid () |
| bool | HasFocus () |
| unsigned int | GetWindowFlags () |
| String | GetTitle () |
| unsigned long long | GetCreateTime () |
| void | ToggleVisibleState () |
| int | GetOwnerPid () |
| void * | GetPhysicalWindowHandle () const |
| Image * | GetIcon (int iSize=16) |
| Image * | CaptureImage (const Rect &rRect) |
| Rect | GetRect () |
| void | Show () |
| void | Hide () |
| void | Raise () |
| ForeignWindow & | operator= (const ForeignWindow &pForeignWindow) |
Classes | |
| class | Private |
| ForeignWindow::ForeignWindow | ( | ) |
| ForeignWindow::ForeignWindow | ( | unsigned int | uiPhysicalWindowHandle | ) |
| ForeignWindow::ForeignWindow | ( | const ForeignWindow & | pForeignWindow | ) |
| ForeignWindow::~ForeignWindow | ( | ) |
| bool ForeignWindow::Refresh | ( | ) |
| bool ForeignWindow::IsValid | ( | ) |
| bool ForeignWindow::HasFocus | ( | ) |
| unsigned int ForeignWindow::GetWindowFlags | ( | ) |
| String ForeignWindow::GetTitle | ( | ) |
| unsigned long long ForeignWindow::GetCreateTime | ( | ) |
| void ForeignWindow::ToggleVisibleState | ( | ) |
| int ForeignWindow::GetOwnerPid | ( | ) |
| void * ForeignWindow::GetPhysicalWindowHandle | ( | ) | const |
| Image * ForeignWindow::GetIcon | ( | int | iSize = 16 |
) |
| Rect ForeignWindow::GetRect | ( | ) |
| void ForeignWindow::Show | ( | ) |
| void ForeignWindow::Hide | ( | ) |
| void ForeignWindow::Raise | ( | ) |
| ForeignWindow & ForeignWindow::operator= | ( | const ForeignWindow & | pForeignWindow | ) |
1.5.1-p1