From 71e94ee161447b84c0eaabf6567f8fa62262cd3e Mon Sep 17 00:00:00 2001 From: Mirrorbot Date: Sat, 27 Dec 2025 17:53:06 -0600 Subject: Inital commit --- doc/html/classirr_1_1_i_o_s_operator.html | 303 ++++++++++++++++++++++++++++++ 1 file changed, 303 insertions(+) create mode 100644 doc/html/classirr_1_1_i_o_s_operator.html (limited to 'doc/html/classirr_1_1_i_o_s_operator.html') diff --git a/doc/html/classirr_1_1_i_o_s_operator.html b/doc/html/classirr_1_1_i_o_s_operator.html new file mode 100644 index 0000000..ba2189d --- /dev/null +++ b/doc/html/classirr_1_1_i_o_s_operator.html @@ -0,0 +1,303 @@ + + + + +Irrlicht 3D Engine: irr::IOSOperator Class Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::IOSOperator Class Reference
+
+
+ +

The Operating system operator provides operation system specific methods and informations. + More...

+ +

#include <IOSOperator.h>

+
+ + Inheritance diagram for irr::IOSOperator:
+
+
+ + +

List of all members.

+

+Public Member Functions

+ +

Detailed Description

+

The Operating system operator provides operation system specific methods and informations.

+ +

Definition at line 15 of file IOSOperator.h.

+

Member Function Documentation

+ +
+
+ + + + + + + + +
virtual void irr::IOSOperator::copyToClipboard (const c8text) 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.

+
Deprecated:
Use getOperatingSystemVersion instead. This method will be removed in Irrlicht 1.9.
+ +

Definition at line 23 of file IOSOperator.h.

+ +

References getOperatingSystemVersion().

+ +
+
+ +
+
+ + + + + + + + +
virtual bool irr::IOSOperator::getProcessorSpeedMHz (u32MHz) const [pure virtual]
+
+
+ +

Get the processor speed in megahertz.

+
Parameters:
+ + +
MHzThe integer variable to store the speed in.
+
+
+
Returns:
True if successful, false if not
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
virtual bool irr::IOSOperator::getSystemMemory (u32totalBytes,
u32availableBytes 
) 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
+ +
+
+ +
+
+ + + + + + + +
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: +
+
+ + + + + -- cgit v1.2.3-70-g09d2