OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
ak::uiAPI::special Namespace Reference

Functions

UICORE_API_EXPORT QString toString (eventType _type)
 Will return a string representation of the provided eventType.
 
UICORE_API_EXPORT QString toString (valueType _type)
 Will return a string representation of the provided valueType.
 
UICORE_API_EXPORT QString toString (textAlignment _type)
 Will return a string representation of the provided valtextAlignmentueType.
 
UICORE_API_EXPORT QString toString (dockLocation _dockLocation)
 Will return a string representation of the provided dockLocation.
 
UICORE_API_EXPORT QString toString (tabLocation _tabLocation)
 Will return a string representation of the provided tab location.
 
UICORE_API_EXPORT QString toString (keyType _type)
 Will return a string representation of the provided keyType.
 
UICORE_API_EXPORT QString toString (objectType _type)
 Will return a string representation of the provided objectType.
 
UICORE_API_EXPORT QString toString (const QDate &_date, dateFormat _format, const QString &_delimiter)
 
UICORE_API_EXPORT QString toString (const QTime &_time, timeFormat _format, const QString &_delimiter, const QString &_millisecondDelimiter=".")
 
UICORE_API_EXPORT QString toEventText (UID _senderUID, eventType _eventType, int _info1, int _info2)
 Will create a JSON type representation of the event.
 

Function Documentation

◆ toEventText()

QString ak::uiAPI::special::toEventText ( UID _senderUID,
eventType _eventType,
int _info1,
int _info2 )

Will create a JSON type representation of the event.

◆ toString() [1/9]

QString ak::uiAPI::special::toString ( const QDate & _date,
dateFormat _format,
const QString & _delimiter )

◆ toString() [2/9]

QString ak::uiAPI::special::toString ( const QTime & _time,
timeFormat _format,
const QString & _delimiter,
const QString & _millisecondDelimiter = "." )

◆ toString() [3/9]

QString ak::uiAPI::special::toString ( dockLocation _dockLocation)

Will return a string representation of the provided dockLocation.

Parameters
_typeThe dock location that should be represented

◆ toString() [4/9]

QString ak::uiAPI::special::toString ( eventType _type)

Will return a string representation of the provided eventType.

Parameters
_typeThe event type that should be represented

◆ toString() [5/9]

QString ak::uiAPI::special::toString ( keyType _type)

Will return a string representation of the provided keyType.

Parameters
_typeThe key type that should be represented

◆ toString() [6/9]

QString ak::uiAPI::special::toString ( objectType _type)

Will return a string representation of the provided objectType.

Parameters
_typeThe object type that should be represented

◆ toString() [7/9]

QString ak::uiAPI::special::toString ( tabLocation _tabLocation)

Will return a string representation of the provided tab location.

Parameters
_typeThe tab location that should be represented

◆ toString() [8/9]

QString ak::uiAPI::special::toString ( textAlignment _type)

Will return a string representation of the provided valtextAlignmentueType.

Parameters
_typeThe text alignment that should be represented

◆ toString() [9/9]

QString ak::uiAPI::special::toString ( valueType _type)

Will return a string representation of the provided valueType.

Parameters
_typeThe value type that should be represented