The Operating system operator provides operation system specific methods and informations. More...
#include <IOSOperator.h>
Public Member Functions | |
virtual void | copyToClipboard (const c8 *text) const =0 |
Copies text to the clipboard. More... | |
virtual const core::stringc & | getOperatingSystemVersion () const =0 |
Get the current operation system version as string. More... | |
_IRR_DEPRECATED_ const wchar_t * | getOperationSystemVersion () const |
Get the current operation system version as string. More... | |
virtual bool | getProcessorSpeedMHz (u32 *MHz) const =0 |
Get the processor speed in megahertz. More... | |
virtual bool | getSystemMemory (u32 *Total, u32 *Avail) const =0 |
Get the total and available system RAM. More... | |
virtual const c8 * | getTextFromClipboard () const =0 |
Get text from the clipboard. More... | |
![]() | |
IReferenceCounted () | |
Constructor. More... | |
virtual | ~IReferenceCounted () |
Destructor. More... | |
bool | drop () const |
Drops the object. Decrements the reference counter by one. More... | |
const c8 * | getDebugName () const |
Returns the debug name of the object. More... | |
s32 | getReferenceCount () const |
Get the reference count. More... | |
void | grab () const |
Grabs the object. Increments the reference counter by one. More... | |
Additional Inherited Members | |
![]() | |
void | setDebugName (const c8 *newName) |
Sets the debug name of the object. More... | |
The Operating system operator provides operation system specific methods and informations.
Definition at line 15 of file IOSOperator.h.
|
pure virtual |
Copies text to the clipboard.
Referenced by getOperationSystemVersion().
|
pure virtual |
Get the current operation system version as string.
Referenced by getOperationSystemVersion().
|
inline |
Get the current operation system version as string.
Definition at line 23 of file IOSOperator.h.
References copyToClipboard(), getOperatingSystemVersion(), getProcessorSpeedMHz(), getSystemMemory(), and getTextFromClipboard().
|
pure virtual |
Get the processor speed in megahertz.
MHz | The integer variable to store the speed in. |
Referenced by getOperationSystemVersion().
Get the total and available system RAM.
Total | will contain the total system memory |
Avail | will contain the available memory |
Referenced by getOperationSystemVersion().
|
pure virtual |
Get text from the clipboard.
Referenced by getOperationSystemVersion().