Rewording by Tim Howe with some suggestions by Bob Colwell. Thanks guys.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29262 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -10,16 +10,17 @@
|
|||||||
/*!
|
/*!
|
||||||
\page app_intro Introduction to the Application Kit.
|
\page app_intro Introduction to the Application Kit.
|
||||||
|
|
||||||
The Application Kit is a kit you will have to get to know in case you
|
The Application Kit should be your starting point if you want to write
|
||||||
want to effectively write Haiku applications with a GUI. The application
|
native Haiku applications with a GUI. The application kit does
|
||||||
kit does exactly as the name might inform you: it is the basis for Haiku
|
exactly as its name suggests; it is the basis for Haiku applications. You
|
||||||
applications. It is advised to read through this document, and the
|
should read through this document and the documents referenced here before
|
||||||
documents referenced before going to any other part of the API.
|
moving on to any other part of the API.
|
||||||
|
|
||||||
We can divide the classes in the application kit up in two categories. The
|
The Application Kit classes can be divided into two groups: the "messaging"
|
||||||
biggest part of the classes are in the 'messaging' classes. Have a look at
|
classes and the "system interaction" classes. The larger group contains
|
||||||
the \link app_messaging Introduction to Messaging \endlink for more
|
the messaging classes. Have a look at the \link app_messaging
|
||||||
information. The following classes are part of it:
|
Introduction to Messaging \endlink for more information.
|
||||||
|
The following classes are messaging classes:
|
||||||
- BHandler
|
- BHandler
|
||||||
- BInvoker
|
- BInvoker
|
||||||
- BLooper
|
- BLooper
|
||||||
@@ -29,13 +30,13 @@
|
|||||||
- BMessageRunner
|
- BMessageRunner
|
||||||
- BMessenger
|
- BMessenger
|
||||||
|
|
||||||
The second category is the 'system interaction' category. These classes
|
The second group is the system interaction classes. These classes
|
||||||
provides hooks for you application to interact with the rest of the system.
|
provide hooks for your application to interact with the rest of the system.
|
||||||
The most important class is BApplication. This is a list of all the
|
The most important class is BApplication. This is a list of all the
|
||||||
classes:
|
system interaction classes:
|
||||||
- BApplication
|
- BApplication
|
||||||
- BClipboard
|
- BClipboard
|
||||||
- BCursor
|
- BCursor
|
||||||
- BPropertyInfo
|
- BPropertyInfo
|
||||||
- BRoster
|
- BRoster
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user