Welcome to the Be Book.
BeOS is the now unsupported product from Access. There is however a strong following which deserve an updated Be Book and here it is…
The BeBook is the Application Programming Interface (API) to the BeOS operating system.
This document is organized into 3 parts :-
Provides an overview of the functionality provided by the System broken down into Kits. This should show you how the various classes interact with each other to produce the complete system.
Details the classes/methods, what they do, which parameters you need to pass, the values they return etc.
Details needed to program various parts of the BeOS operating system not covered under the kits e.g. How to create add-ons for the Tracker, create device drivers etc.
The following conventions are used in this book.
Class names are shown as classname.
Method names are shown as methodname().
Function names are shown as function().
Method and function parameters are shown as parameter.
Types as type.
Constants as constant.
Variable names are shown as name.
Keys are shown as keyname.
Key combinations are shown as key1+key2 which means you should press the indicated keys at the same time.
Filenames are shown as filename.