Ingo Weinhold
0d8b44e25b
BDataIO: Add methods {Read,Write}Exactly()
2014-06-23 22:58:15 +02:00
Ingo Weinhold
98759fe6e6
BDataIO: Provide default implementations for Read()/Write()
...
This makes the interface somewhat more suitable for unidirectional use,
since one doesn't have to implement the other, not needed method.
2014-06-23 22:58:14 +02:00
Adrien Destugues
33d60fa21f
BRegion: add ScaleBy(BSize) and user documentation.
2014-06-19 19:23:31 +02:00
John Scipione
5732a55917
A couple of small fixes to FindDirectory docs
2014-06-19 12:25:54 -04:00
John Scipione
5efee6dfb0
NodeMonitor: Revert enums back to #defines
...
While enums are presented much more clearly in the docs and the values didn't
change this apparently caused some issues so we're going back to using #defines.
Also update the docs changing the \var tags to \def tag and putting the description
in a \brief tag.
2014-06-18 20:57:49 -04:00
John Scipione
b885e90eb9
Documentation updates for Storage Kit classes
...
* Added \since to each method and parameter.
* Whitespace cleanup.
* Some other minor cleanups and updates.
2014-06-18 19:41:14 -04:00
John Scipione
47852bff02
IK documentation update
...
* Add \since directive to each method.
* Add documentation for BScrollBar and BScrollView classes.
* Title Case group titles.
* Some other minor documentation updates.
2014-06-13 17:44:22 -04:00
John Scipione
edc845a323
Update Locale Kit docs.
...
Add \since to each method. This was pretty easy to figure out since
the whole kit exists only in Haiku.
2014-06-11 16:48:17 -04:00
John Scipione
dd3b190b55
Update Game Kit docs.
...
Add \since to each method.
2014-06-11 16:45:07 -04:00
John Scipione
ac9714d8a4
Update App Kit Documentation.
...
The biggest change is the addition of \since to each method. I've gone
through old versions of the BeBook and documented what version of BeOS
each method was introduced in. I'm only counting production releases
so I'm starting with BeOS R3 ignoring all DR and PR releases. Likewise,
all methods new to Haiku are listed as being introduced \since Haiku R1
ignoring alpha releases.
2014-06-11 16:25:57 -04:00
John Scipione
1c52b28f3e
Add styling for \since command
2014-06-11 16:25:32 -04:00
John Scipione
819863d8a9
Docs: Put a comma in Haiku, Inc. in the copyright.
2014-06-04 11:58:08 -04:00
John Scipione
daabbbe5f9
BRegion: Style fix, update parameter name
...
No functional change.
Trying to indentify each kind of object uniquely and consistently.
... update docs as well.
2014-06-04 11:58:07 -04:00
John Scipione
d0d41a229a
Add BRegion documentation.
...
Most was written by Stephan Aßmus, and Stefano Ceccherini.
(moved from Region.cpp)
Thank you both for your contributions.
2014-06-03 20:28:44 -04:00
Andrew Lindesay
b4c773d32e
modified layout intro docsZ
...
Signed-off-by: John Scipione <jscipione@gmail.com>
2014-06-02 20:13:16 -04:00
Adrien Destugues
f31bb74725
ConstrainClippingRegion does not transform.
...
Document the fact that the region-based clipping does not use the view
transform. Also hint to a way to constrain drawing to a transformed
region.
2014-06-02 14:55:23 +02:00
John Scipione
f90a92fdb2
Add documentation for the BRect class
2014-05-30 19:32:15 -04:00
John Scipione
b03e8ffe7f
Update BButton docs.
...
Document some old missing methods, but more importantly
document the new methods added by Ingo recently.
2014-05-28 14:21:23 -04:00
John Scipione
0a813c73fe
Add documentation for BRadioButton.
2014-05-28 14:20:59 -04:00
John Scipione
274571d8a9
BCheckBox doc updates.
...
Many missing methods added.
2014-05-28 14:09:56 -04:00
John Scipione
78615023ce
BControl docs update.
2014-05-28 14:05:45 -04:00
John Scipione
9c244999df
Update BView docs, especially MouseMoved()
2014-05-28 12:14:43 -04:00
John Scipione
8c2c52ff67
BView docs: move description up, few updates.
2014-05-28 12:14:09 -04:00
John Scipione
cbb1537fa2
Add documentation for BPolygon class.
2014-05-21 16:15:13 -04:00
John Scipione
30275c3f99
Add BPoint documentation.
2014-05-20 16:01:37 -04:00
John Scipione
18d4375e7c
Fill out documentation for BPictureButton class.
2014-05-19 20:13:39 -04:00
John Scipione
03608f354a
Fill out documentation for BPicture class.
2014-05-19 20:13:38 -04:00
Axel Dörfler
c8127e2b7d
DatagramSocket.dox: fixed ReceiveFrom() description.
...
* Please read other documentation and code before trying to write any
documentation for Haiku. While any effort to improve our documentation
is welcome, adding non-sense to it is harmful. Writing proper
documentation is hard.
* Fixed spelling in a number of cases.
* Please don't write method names without (). Please use \a and \c to
mark the text accordingly.
2014-03-26 23:47:08 +01:00
John Scipione
ae63d4aa97
Tiny change to the BListItem docs (make more generic)
2014-03-07 13:55:44 -05:00
John Scipione
a003ac003f
Add BStringItem docs
2014-03-07 13:55:43 -05:00
John Scipione
c2db663cdf
Add skeleton docs for BPicture and BPictureButton
2014-03-07 13:55:42 -05:00
John Scipione
6283e77947
BSeparatorItem: horizontal, not vertical line
2014-03-04 14:34:43 -05:00
John Scipione
5d10a74cfb
BSeparatorItem: Style fix, rename archive to data
...
... missed it in a few places, trying to make variables names consistent.
Update hrev in docs
2014-03-04 14:28:20 -05:00
John Scipione
379ede58af
Style fixes to BMenuItem::GetContentSize and update docs
...
Rename width and height to _width and _height matching the header.
Update the documentation for this method as well.
2014-03-04 14:17:46 -05:00
John Scipione
9b39e22db2
Add BSeparatorItem class documentation
2014-03-04 14:15:45 -05:00
John Scipione
6c594640f6
Document the BMenuItem class in the Haiku Book.
2014-02-28 19:05:34 -05:00
John Scipione
847e14f002
Turn class diagrams back on
2014-02-27 17:36:57 -05:00
waddlesplash
dba29137b2
Tweaks to the API documentation
...
* Update the Doxyfile for 1.7.6.1. Doxywizard reformatted the comments; that's why this change is so big
* Disable graph inheritance trees; use "Inherits/Inherited by" lists instead (Doxygen has this on by default; I don't think it was intentional)
* Shorten two subgroup names; helps with formatting in Doxygen 1.8 and looks cleaner
* Moves the page footer ("The Haiku Book pre-R1...") be in a <footer> tag, and add a CSS rule for this tag
* Disable XML output, no one is using it
* Disable Microsoft IDL parsing, speeds up Doxygen a bit
2014-02-27 17:21:51 -05:00
Ingo Weinhold
c41356fab5
BAppFileInfo: Add method versions that don't touch the MIME DB
...
Add SetSupportedTypes() and SetIcon[ForType]() versions with an
additional bool updateMimeDB parameter. If false, the method doesn't
update the MIME DB entries for the type.
2014-01-26 13:43:04 +01:00
Pawel Dziepak
d0f2d8282f
Merge branch 'scheduler'
...
Conflicts:
build/jam/packages/Haiku
headers/os/kernel/OS.h
headers/os/opengl/GLRenderer.h
headers/private/shared/cpu_type.h
src/add-ons/kernel/drivers/power/acpi_battery/acpi_battery.h
src/bin/sysinfo.cpp
src/bin/top.c
src/system/kernel/arch/x86/arch_system_info.cpp
src/system/kernel/port.cpp
2014-01-17 04:06:15 +01:00
Adrien Destugues
2d0e1ed2f3
be_locale_roster is gone.
...
Reference the proper method to get the global locale roster object.
2013-12-24 09:28:42 +01:00
John Scipione
46f5821ad1
Add docs for BOutlineListView class
2013-12-11 16:15:15 -05:00
John Scipione
853f724631
Minor updates to BListView docs
2013-12-11 16:13:12 -05:00
Ingo Weinhold
556e8b250a
Update BPathFinder API docs
...
* Update FindPath() wrt. B_FIND_PATH_PACKAGE_PATH handling.
* Add documentation for BResolvableExpression version of constructor and
SetTo().
2013-11-21 13:29:21 +01:00
Ingo Weinhold
7afd687f61
Add BPathFinder API docs
2013-11-19 02:05:37 +01:00
Ingo Weinhold
418c3fce24
Add get_*architecture*() API docs
2013-11-19 02:05:36 +01:00
Ingo Weinhold
8cb65bf1d7
Add find_path*() API docs, improve FindDirectory.h docs
2013-11-19 02:05:36 +01:00
John Scipione
7192a9313e
Add documenation for BPopUpMenu class
2013-11-11 19:28:04 -05:00
John Scipione
24be9ac7fd
Update SetRadioMode() method to descibe radio mode
2013-11-11 19:27:13 -05:00
John Scipione
0096a29e9c
Add BMenuField class documentation
2013-11-08 19:29:13 -05:00