Provides the BDirectory class. More ...
Provides the BPropertyInfo class and support structures. More ...
Provides the BApplication class. More ...
Below you will find documentation on the Application Programming Interface (API) of the Haiku operating system. This API describes the internals of the operating system allowing developers to write ...
Although it is not necessary to use these classes to make use of the corresponding layouts, it does make things easier. Once you have an understanding of what each BLayout does, you can start ...
There are several types of objects a FS module has to deal with directly or indirectly: A vnode is the VFS representation of a node. As soon as an access to a node is requested, the VFS creates a ...
The Application Kit should be your starting point if you want to write native Haiku applications with a GUI. The application kit does exactly as its name suggests; it is the basis for Haiku ...
In general, you should name your jobs/services after the application signature (if possible), and name the configuration files accordingly (in each case without the "application/" prefix).
The amount of vertical space surrounding a character. More ...
The filesystems are organized in a hierarchy starting at the root directory (which has the path '/'). Unlike on typical UNIX systems, the root filsystem is not a mass storage filesystem that the OS ...
BObjectList is a wrapper around BList that adds type safety, optional object ownership, search, and insert operations. More ...