The Operating system operator provides operation system specific methods and informations.
More...
#include <IOSOperator.h>
|
void | setDebugName (const c8 *newName) |
| Sets the debug name of the object.
|
|
The Operating system operator provides operation system specific methods and informations.
Definition at line 15 of file IOSOperator.h.
◆ copyToClipboard()
virtual void irr::IOSOperator::copyToClipboard |
( |
const c8 * |
text | ) |
const |
|
pure virtual |
Copies text to the clipboard.
◆ getOperatingSystemVersion()
virtual const core::stringc & irr::IOSOperator::getOperatingSystemVersion |
( |
| ) |
const |
|
pure virtual |
◆ getOperationSystemVersion()
_IRR_DEPRECATED_ const wchar_t * irr::IOSOperator::getOperationSystemVersion |
( |
| ) |
const |
|
inline |
◆ getProcessorSpeedMHz()
virtual bool irr::IOSOperator::getProcessorSpeedMHz |
( |
u32 * |
MHz | ) |
const |
|
pure virtual |
Get the processor speed in megahertz.
- Parameters
-
MHz | The integer variable to store the speed in. |
- Returns
- True if successful, false if not
◆ getSystemMemory()
virtual bool irr::IOSOperator::getSystemMemory |
( |
u32 * |
totalBytes, |
|
|
u32 * |
availableBytes |
|
) |
| const |
|
pure virtual |
Get the total and available system RAM.
- Parameters
-
totalBytes | will contain the total system memory in bytes |
availableBytes | will contain the available memory in bytes |
- Returns
- True if successful, false if not
◆ getTextFromClipboard()
virtual const c8 * irr::IOSOperator::getTextFromClipboard |
( |
| ) |
const |
|
pure virtual |
Get text from the clipboard.
- Returns
- Returns 0 if no string is in there.
The documentation for this class was generated from the following file: