The Operating system operator provides operation system specific methods and informations. More...
#include <IOSOperator.h>
 Inheritance diagram for irr::IOSOperator:
 Inheritance diagram for irr::IOSOperator:The Operating system operator provides operation system specific methods and informations.
Definition at line 15 of file IOSOperator.h.
| virtual void irr::IOSOperator::copyToClipboard | ( | const c8 * | text | ) | const  [pure virtual] | 
Copies text to the clipboard.
| virtual const core::stringc& irr::IOSOperator::getOperatingSystemVersion | ( | ) | const  [pure virtual] | 
Get the current operation system version as string.
Referenced by getOperationSystemVersion().
| _IRR_DEPRECATED_ const wchar_t* irr::IOSOperator::getOperationSystemVersion | ( | ) | const  [inline] | 
Get the current operation system version as string.
Definition at line 23 of file IOSOperator.h.
References getOperatingSystemVersion().
| virtual bool irr::IOSOperator::getProcessorSpeedMHz | ( | u32 * | MHz | ) | const  [pure virtual] | 
Get the processor speed in megahertz.
| MHz | The integer variable to store the speed in. | 
| virtual bool irr::IOSOperator::getSystemMemory | ( | u32 * | totalBytes, | 
| u32 * | availableBytes | ||
| ) | const  [pure virtual] | 
Get the total and available system RAM.
| totalBytes,: | will contain the total system memory in bytes | 
| availableBytes,: | will contain the available memory in bytes | 
| virtual const c8* irr::IOSOperator::getTextFromClipboard | ( | ) | const  [pure virtual] | 
Get text from the clipboard.