Represents type codes that are used by parts of the Haiku API. More...
Enumerations | |
enum | { } |
Variables | |
System-wide MIME types for handling URLs | |
const char * | B_URL_FILE |
application/x-vnd.Be.URL.file | |
const char * | B_URL_FTP |
application/x-vnd.Be.URL.ftp | |
const char * | B_URL_GOPHER |
application/x-vnd.Be.URL.gopher | |
const char * | B_URL_HTTP |
application/x-vnd.Be.URL.http | |
const char * | B_URL_HTTPS |
application/x-vnd.Be.URL.https | |
const char * | B_URL_MAILTO |
application/x-vnd.Be.URL.mailto | |
const char * | B_URL_NEWS |
application/x-vnd.Be.URL.news | |
const char * | B_URL_NNTP |
application/x-vnd.Be.URL.nntp | |
const char * | B_URL_RLOGIN |
application/x-vnd.Be.URL.rlogin | |
const char * | B_URL_TELNET |
application/x-vnd.Be.URL.telnet | |
const char * | B_URL_TN3270 |
application/x-vnd.Be.URL.tn3270 | |
const char * | B_URL_WAIS |
application/x-vnd.Be.URL.wais | |
Represents type codes that are used by parts 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 are 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 raw bitmap data in the
|
B_DOUBLE_TYPE | Represents the
|
B_FLOAT_TYPE | Represents the
|
B_GRAYSCALE_8_BIT_TYPE | Represents bitmap data in the
|
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 32x32 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 object.
|
B_MESSENGER_TYPE | Represents a BMessenger object.
|
B_MIME_TYPE | Represents a MIME string of the data type.
|
B_MINI_ICON_TYPE | Represents a 16x16 icon.
|
B_MONOCHROME_1_BIT_TYPE | Represents raw bitmap data in the
|
B_OBJECT_TYPE | Represents an object pointer type such as BMessage*.
|
B_OFF_T_TYPE | Represents the
|
B_PATTERN_TYPE | Represents a
|
B_POINTER_TYPE | Represents a pointer type, including
|
B_RAW_TYPE | Represents untyped raw data, a stream of bytes.
|
B_RECT_TYPE | Represents a BRect object.
|
B_REF_TYPE | Represents an entry_ref structure.
|
B_NODE_REF_TYPE | Represents a
|
B_RGB_32_BIT_TYPE | Represents raw bitmap data in the
|
B_RGB_COLOR_TYPE | Represents an
|
B_SIZE_T_TYPE | Represents the unsigned
|
B_SSIZE_T_TYPE | Represents the signed
|
B_STRING_TYPE | Represents a
|
B_TIME_TYPE | Represents 32-bit
|
B_UINT16_TYPE | Represents an unsigned
|
B_UINT32_TYPE | Represents an unsigned
|
B_UINT64_TYPE | Represents an unsigned
|
B_UINT8_TYPE | Represents an unsigned
|
B_ASCII_TYPE | Represents a text string in ASCII format.
|
|
extern |
application/x-vnd.Be.URL.file
|
extern |
application/x-vnd.Be.URL.ftp
|
extern |
application/x-vnd.Be.URL.gopher
|
extern |
application/x-vnd.Be.URL.http
|
extern |
application/x-vnd.Be.URL.https
|
extern |
application/x-vnd.Be.URL.mailto
|
extern |
application/x-vnd.Be.URL.news
|
extern |
application/x-vnd.Be.URL.nntp
|
extern |
application/x-vnd.Be.URL.rlogin
|
extern |
application/x-vnd.Be.URL.telnet
|
extern |
application/x-vnd.Be.URL.tn3270
|
extern |
application/x-vnd.Be.URL.wais