Just Intonation  Version 1.3.1 (19)
Explore key-independent dynamically adapting tuning in just intonation
SystemTools Namespace Reference

Namespace System Tools. More...

Functions

QString getThreadName ()
 Helper function for debugging: Get the current thread id and time. More...
 
void setThreadName (QString threadname)
 Helper function for debugging: set the current thread name. More...
 

Detailed Description

Namespace System Tools.

This namespace contains various global functions related to the system management.

Function Documentation

QString SystemTools::getThreadName ( )

Helper function for debugging: Get the current thread id and time.

Returns
QString holding the name of the thread in a readable format
Note
This function works only on Linux systems, it is inactive on other platforms

Definition at line 39 of file systemtools.cpp.

void SystemTools::setThreadName ( QString  threadname)

Helper function for debugging: set the current thread name.

Parameters
threadname: QString holding the name of the thread
Note
This function works only on Linux systems, it is inactive on other platforms

Definition at line 64 of file systemtools.cpp.