From f9158592e1478b2013afc7041d9ed041cf2d2f4a Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 13 Jan 2014 19:47:58 +1000 Subject: Update Irrlicht to 1.8.1. Include actual change markers this time. lol --- .../doc/html/classirr_1_1_i_o_s_operator.html | 303 --------------------- 1 file changed, 303 deletions(-) delete mode 100644 libraries/irrlicht-1.8/doc/html/classirr_1_1_i_o_s_operator.html (limited to 'libraries/irrlicht-1.8/doc/html/classirr_1_1_i_o_s_operator.html') diff --git a/libraries/irrlicht-1.8/doc/html/classirr_1_1_i_o_s_operator.html b/libraries/irrlicht-1.8/doc/html/classirr_1_1_i_o_s_operator.html deleted file mode 100644 index 6427a3e..0000000 --- a/libraries/irrlicht-1.8/doc/html/classirr_1_1_i_o_s_operator.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - -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