![]() |
VR-Exchange 2.2 API Documentation
|
Contains the DtPortalMessageKind type enumerations. More...
Go to the source code of this file.
Namespaces | |
| namespace | MAKVrExchange |
| SubClass QTextEdit for URL's. | |
Macros | |
| #define | DtMACRO_TO_STR(id) #id |
| Returns a string representation of the macro passed to it. | |
| #define | DtCASE_STRING(af) case af: return (DtMACRO_TO_STR(af) + 2) |
| Used to reduce repetitive code in the function DtPortalMessageKindToString. | |
Functions | |
| const char * | MAKVrExchange::DtPortalMessageKindToString (DtPortalMessageKind param) |
| Convert a DtPortalMessageKind into a printable string. | |
Variables | |
| const unsigned int | MAKVrExchange::DtMaxPortalMessageKinds = 1000 |
| The maximum number of different message kinds. | |
Contains the DtPortalMessageKind type enumerations.
| #define DtMACRO_TO_STR | ( | id | ) | #id |
Returns a string representation of the macro passed to it.
| #define DtCASE_STRING | ( | af | ) | case af: return (DtMACRO_TO_STR(af) + 2) |
Used to reduce repetitive code in the function DtPortalMessageKindToString.
This macro is undefined after it is used.
Referenced by MAKVrExchange::DtPortalMessageKindToString().