Represents type codes that are used in various part of the Haiku API. More...
Enumerations |
Variables | |
System-wide MIME types for handling URLs | |
const char * | B_URL_HTTP |
application/x-vnd.Be.URL.http More... | |
const char * | B_URL_HTTPS |
application/x-vnd.Be.URL.https More... | |
const char * | B_URL_FTP |
application/x-vnd.Be.URL.ftp More... | |
const char * | B_URL_GOPHER |
application/x-vnd.Be.URL.gopher More... | |
const char * | B_URL_MAILTO |
application/x-vnd.Be.URL.mailto More... | |
const char * | B_URL_NEWS |
application/x-vnd.Be.URL.news More... | |
const char * | B_URL_NNTP |
application/x-vnd.Be.URL.nntp More... | |
const char * | B_URL_TELNET |
application/x-vnd.Be.URL.telnet More... | |
const char * | B_URL_RLOGIN |
application/x-vnd.Be.URL.rlogin More... | |
const char * | B_URL_TN3270 |
application/x-vnd.Be.URL.tn3270 More... | |
const char * | B_URL_WAIS |
application/x-vnd.Be.URL.wais More... | |
const char * | B_URL_FILE |
application/x-vnd.Be.URL.file More... | |
Represents type codes that are used in various part of the Haiku API.
The type codes all refer to a specified type, except one. B_ANY_TYPE can refer to literally any type. This type could be used in case you send or receive data of which you don't know the type, but you want to send or receive it anyway.
anonymous enum |
Enumerator | |
---|---|
B_ANY_TYPE |
General type when the exact contents is not yet known.
|
B_ATOM_TYPE |
Reference to a BAtomic class that was going to be in BeOS R6. Unused in Haiku.
|
B_ATOMREF_TYPE |
Reference to a BAtomic class that was going to be in BeOS R6. Unused in Haiku.
|
B_BOOL_TYPE |
Boolean value.
|
B_CHAR_TYPE |
Represents the
|
B_COLOR_8_BIT_TYPE |
Represents a one-byte color.
|
B_DOUBLE_TYPE |
Represents the
|
B_FLOAT_TYPE |
Represents the
|
B_GRAYSCALE_8_BIT_TYPE |
Represents a byte-long grayscale value.
|
B_INT16_TYPE |
Represents a
|
B_INT32_TYPE |
Represents a
|
B_INT64_TYPE |
Represents a
|
B_INT8_TYPE |
Represents a
|
B_LARGE_ICON_TYPE |
Represents a large icon.
|
B_MEDIA_PARAMETER_GROUP_TYPE |
Represents the BParameterGroup type from the media kit.
|
B_MEDIA_PARAMETER_TYPE |
Represents the BParameter type from the media kit.
|
B_MEDIA_PARAMETER_WEB_TYPE |
Represents the BParameterWeb type from the media kit.
|
B_MESSAGE_TYPE |
Represents a BMessage type.
|
B_MESSENGER_TYPE |
Represents a BMessenger type.
|
B_URL_FILE |
application/x-vnd.Be.URL.file
B_URL_FTP |
application/x-vnd.Be.URL.ftp
B_URL_GOPHER |
application/x-vnd.Be.URL.gopher
B_URL_HTTP |
application/x-vnd.Be.URL.http
B_URL_HTTPS |
application/x-vnd.Be.URL.https
B_URL_MAILTO |
application/x-vnd.Be.URL.mailto
B_URL_NEWS |
application/x-vnd.Be.URL.news
B_URL_NNTP |
application/x-vnd.Be.URL.nntp
B_URL_RLOGIN |
application/x-vnd.Be.URL.rlogin
B_URL_TELNET |
application/x-vnd.Be.URL.telnet
B_URL_TN3270 |
application/x-vnd.Be.URL.tn3270
B_URL_WAIS |
application/x-vnd.Be.URL.wais