This class contains winIDEA window location and process ID.
This class is not intended to be instantiated by clients. Use method CIDEController::getWinIDEAVersion() to obtain the current winIDEA version.
- See also
- CIDEController
#include <CIDEController.h>
|
LONG | getBottom () |
| Returns coordinate of the bottom edge of winIDEA window.
|
|
LONG | getLeft () |
| Returns coordinate of the left edge of winIDEA window.
|
|
DWORD | getPID () |
| Returns process ID of winDEA process.
|
|
LONG | getRight () |
| Returns coordinate of the right edge of winIDEA window.
|
|
LONG | getTop () |
| Returns coordinate of the top edge of winIDEA window.
|
|