Colobot
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
CSystemUtilsWindows Class Reference
Inheritance diagram for CSystemUtilsWindows:
Inheritance graph
[legend]

Public Member Functions

void Init () override
 Performs platform-specific initialization. More...
 
SystemDialogResult SystemDialog (SystemDialogType type, const std::string &title, const std::string &message) override
 Displays a system dialog. More...
 
void GetCurrentTimeStamp (SystemTimeStamp *stamp) override
 Returns a time stamp associated with current time. More...
 
long long TimeStampExactDiff (SystemTimeStamp *before, SystemTimeStamp *after) override
 Returns the exact (in nanosecond units) difference between two timestamps. More...
 
std::string GetSaveDir () override
 Returns the save dir location. More...
 
void Usleep (int usec) override
 Sleep for given amount of microseconds. More...
 
- Public Member Functions inherited from CSystemUtils
TEST_VIRTUAL SystemDialogResult ConsoleSystemDialog (SystemDialogType type, const std::string &title, const std::string &message)
 Displays a fallback system dialog using console. More...
 
TEST_VIRTUAL SystemTimeStampCreateTimeStamp ()
 Creates a new time stamp object. More...
 
TEST_VIRTUAL void DestroyTimeStamp (SystemTimeStamp *stamp)
 Destroys a time stamp object. More...
 
TEST_VIRTUAL void CopyTimeStamp (SystemTimeStamp *dst, SystemTimeStamp *src)
 Copies the time stamp from src to dst. More...
 
TEST_VIRTUAL float TimeStampDiff (SystemTimeStamp *before, SystemTimeStamp *after, SystemTimeUnit unit=STU_SEC)
 Returns a difference between two timestamps in given time unit. More...
 
virtual std::string GetDataPath ()
 Returns the data path (containing textures, levels, helpfiles, etc) More...
 
virtual std::string GetLangPath ()
 Returns the translations path. More...
 

Static Public Member Functions

static std::string UTF8_Encode (const std::wstring &wstr)
 Converts a wide Unicode string to an UTF8 string. More...
 
static std::wstring UTF8_Decode (const std::string &str)
 Converts an UTF8 string to a wide Unicode String. More...
 
- Static Public Member Functions inherited from CSystemUtils
static std::unique_ptr< CSystemUtilsCreate ()
 Creates system utils for specific platform. More...
 

Protected Attributes

long long m_counterFrequency = 0
 

Member Function Documentation

void CSystemUtilsWindows::Init ( )
overridevirtual

Performs platform-specific initialization.

Implements CSystemUtils.

SystemDialogResult CSystemUtilsWindows::SystemDialog ( SystemDialogType  ,
const std::string &  title,
const std::string &  message 
)
overridevirtual

Displays a system dialog.

Implements CSystemUtils.

void CSystemUtilsWindows::GetCurrentTimeStamp ( SystemTimeStamp stamp)
overridevirtual

Returns a time stamp associated with current time.

Implements CSystemUtils.

long long int CSystemUtilsWindows::TimeStampExactDiff ( SystemTimeStamp before,
SystemTimeStamp after 
)
overridevirtual

Returns the exact (in nanosecond units) difference between two timestamps.

The difference is after - before.

Implements CSystemUtils.

std::string CSystemUtilsWindows::GetSaveDir ( )
overridevirtual

Returns the save dir location.

Reimplemented from CSystemUtils.

void CSystemUtilsWindows::Usleep ( int  usecs)
overridevirtual

Sleep for given amount of microseconds.

Implements CSystemUtils.

std::string CSystemUtilsWindows::UTF8_Encode ( const std::wstring &  wstr)
static

Converts a wide Unicode string to an UTF8 string.

std::wstring CSystemUtilsWindows::UTF8_Decode ( const std::string &  str)
static

Converts an UTF8 string to a wide Unicode String.


The documentation for this class was generated from the following files: