The Operating system operator provides operation system specific methods and informations. More...
#include <IOSOperator.h>
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. |
Get the total and available system RAM.
Total,: | will contain the total system memory |
Avail,: | will contain the available memory |
virtual const c8* irr::IOSOperator::getTextFromClipboard | ( | ) | const [pure virtual] |
Get text from the clipboard.