From 7028cbe09c688437910a25623098762bf0fa592d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 28 Mar 2016 22:28:34 +1000 Subject: Move Irrlicht to src/others. --- .../doc/html/classirr_1_1_i_o_s_operator.html | 303 +++++++++++++++++++++ 1 file changed, 303 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/classirr_1_1_i_o_s_operator.html (limited to 'src/others/irrlicht-1.8.1/doc/html/classirr_1_1_i_o_s_operator.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/classirr_1_1_i_o_s_operator.html b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1_i_o_s_operator.html new file mode 100644 index 0000000..b82ee17 --- /dev/null +++ b/src/others/irrlicht-1.8.1/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 (u32Total,
u32Avail 
) const [pure virtual]
+
+
+ +

Get the total and available system RAM.

+
Parameters:
+ + + +
Total,:will contain the total system memory
Avail,:will contain the available memory
+
+
+
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.1