winIDEA SDK
Loading...
Searching...
No Matches
isys::CIDEData Class Reference

This class contains winIDEA window location and process ID. More...

#include <CIDEController.h>

Public Member Functions

int32_t getBottom ()
 Returns coordinate of the bottom edge of winIDEA window.
int32_t getLeft ()
 Returns coordinate of the left edge of winIDEA window.
uint32_t getPID ()
 Returns process ID of winDEA process.
int32_t getRight ()
 Returns coordinate of the right edge of winIDEA window.
int32_t getTop ()
 Returns coordinate of the top edge of winIDEA window.

Detailed Description

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

Member Function Documentation

◆ getBottom()

int32_t isys::CIDEData::getBottom ( )
inline

Returns coordinate of the bottom edge of winIDEA window.

Since
9.12.288

◆ getLeft()

int32_t isys::CIDEData::getLeft ( )
inline

Returns coordinate of the left edge of winIDEA window.

Since
9.12.288

◆ getPID()

uint32_t isys::CIDEData::getPID ( )
inline

Returns process ID of winDEA process.

Since
9.12.288

◆ getRight()

int32_t isys::CIDEData::getRight ( )
inline

Returns coordinate of the right edge of winIDEA window.

Since
9.12.288

◆ getTop()

int32_t isys::CIDEData::getTop ( )
inline

Returns coordinate of the top edge of winIDEA window.

Since
9.12.288