Method Summary |
PlatformInformation |
__init__(self)
|
bool |
__eq__(self,
t)
|
bool |
__ne__(self,
t)
|
bool |
CheckOSVersion(self,
major,
minor)
|
bool |
CheckToolkitVersion(self,
major,
minor)
|
int |
GetArchitecture(self)
|
String |
GetArchName(self)
|
int |
GetEndianness(self)
|
String |
GetEndiannessName(self)
|
String |
GetOperatingSystemFamilyName(self)
|
int |
GetOperatingSystemId(self)
|
String |
GetOperatingSystemIdName(self)
|
int |
GetOSMajorVersion(self)
|
int |
GetOSMinorVersion(self)
|
int |
GetPortId(self)
|
String |
GetPortIdName(self)
|
String |
GetPortIdShortName(self)
|
int |
GetToolkitMajorVersion(self)
|
int |
GetToolkitMinorVersion(self)
|
bool |
IsOk(self)
|
bool |
IsUsingUniversalWidgets(self)
|
|
SetArchitecture(self,
n)
|
|
SetEndianness(self,
n)
|
|
SetOperatingSystemId(self,
n)
|
|
SetOSVersion(self,
major,
minor)
|
|
SetPortId(self,
n)
|
|
SetToolkitVersion(self,
major,
minor)
|