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. | |
QString ak::uiAPI::special::toEventText | ( | UID | _senderUID, |
eventType | _eventType, | ||
int | _info1, | ||
int | _info2 ) |
Will create a JSON type representation of the event.
QString ak::uiAPI::special::toString | ( | const QDate & | _date, |
dateFormat | _format, | ||
const QString & | _delimiter ) |
QString ak::uiAPI::special::toString | ( | const QTime & | _time, |
timeFormat | _format, | ||
const QString & | _delimiter, | ||
const QString & | _millisecondDelimiter = "." ) |
QString ak::uiAPI::special::toString | ( | dockLocation | _dockLocation | ) |
Will return a string representation of the provided dockLocation.
_type | The dock location that should be represented |
QString ak::uiAPI::special::toString | ( | eventType | _type | ) |
Will return a string representation of the provided eventType.
_type | The event type that should be represented |
QString ak::uiAPI::special::toString | ( | keyType | _type | ) |
Will return a string representation of the provided keyType.
_type | The key type that should be represented |
QString ak::uiAPI::special::toString | ( | objectType | _type | ) |
Will return a string representation of the provided objectType.
_type | The object type that should be represented |
QString ak::uiAPI::special::toString | ( | tabLocation | _tabLocation | ) |
Will return a string representation of the provided tab location.
_type | The tab location that should be represented |
QString ak::uiAPI::special::toString | ( | textAlignment | _type | ) |
Will return a string representation of the provided valtextAlignmentueType.
_type | The text alignment that should be represented |
QString ak::uiAPI::special::toString | ( | valueType | _type | ) |
Will return a string representation of the provided valueType.
_type | The value type that should be represented |