Sample Output for RB-ADoc

This is a sample of the output generated by RB-ADoc.

RB-ADoc is an automatic source code documentation generator for REALbasic.


Class: Class1 Superclass: None Interfaces: None
This is a sample class.


Constants
NameTypeValueScopeDescription
kConstant1 Integer 1 Protected This is the first constant.
kConstant2 Integer 2 Protected This is another constant.
kConstant3 Integer 3 Protected This is the third, and final constant.

Menu Handlers
OptionsChoice1
This handler takes care of Choice1 in the Options menu.

Methods
aMethod(something as double) [Public]
A very useful method

Pass something to this event to make things happen.

New Events
anEvent() as boolean
A nice, shiny, new event

Properties
NameTypeScopeDescription
pProperty1 string Protected a property
pProperty2 boolean Private another property

Class: Class2 Superclass: Class1 Interfaces: Interface1
A subclass of Class1 with some different ways of interpreting reality.


Methods
Constructor() [Public]
This is the default constructor for this class



Interface: Interface1
This Interface includes the ever important "Calculate Offset" functionality.


Methods
CalculateOffset(theValue as single) as single [Public]
The purpose of this method is self explanatory.



Menubar: MenuBar1
File
QuitQuit the program
Edit
UndoUndo last change
-
Cut
Copy
Paste
Clear
Options
Choice1Perform the great and powerful Choice1
Choice2
Choice3
Choice3a
Choice3b
Choice 3c
Choice4
Choice5



This page created by RB-ADoc by Park Bench Software