Examples Site
 
Documentation
 
Presentations and Demos
 
Discussion Forums
 
Downloads
 
Contribute to Development
 
Donate to Qcodo
 
Welcome, Qcodo Guest
Log In  |  Register

 

Back to Documentation

Qcodo Class Library for Beta 2 (Quick Reference Guide)

Download the PDF

The above PDF link is the entire Qcodo Class Library for Beta 2. It is intended to be used as a Quick Reference Guide.

The guide includes most of the pertinent Qcodo classes (including QApplication), and all the QForm and QControl-related classes.

Every Qcodo class is displayed as its own box. Only public methods and properties are displayed. The titles of Abstract Qform classes are in gray.

And the line/arrows hopefully will give you an undestanding of which classes are subclasses of what. For example, QFloatTextBox etends QTextBox, which extends QControl. You should hopefully be able to see this by seeing that the QFloatTextBox class has an arrow pointing to QTextBox, which itself has an arrow pointing to QControl. Standard OO rules regarding inheretance apply. Therefore, QIntegerTextBox contains all its own properties, as well as all the properties of QTextBox, as well as all the properties of QControl.

For each public Property, the guide lists the case-sensitive name, its type (string, bool, etc.), as well as its Default Value.

For each Method, the guide lists its parameters (if any) and its return type.

Sometimes, the type may be something like QBorderStyle or QCalendarType. These are enumeration classes. The list of enumeration classes and their values are listed in the bottom-left hand corner of the first page.