\n';
text += 'Constructors\n';
text += '\n';
text += '\n';
text += '\n';
text += '
Constructors
\n';
text += '\n';
text += 'Object that scripts can create. This list includes objects\n';
text += 'defined by TQWidgetFactory as well as those with custom bindings.\n';
text += '
\n';
var hrefroot = 'jsref/';
var cons = constructors().sort();
for ( var i = 0; i < cons.length; i++ ) {
text += '
';
var href = cons[i].toLowerCase() + '.html';
var name = cons[i];
text += '' + name + '\n';
}
text += '
\n';
text += '\n';
text += '\n';
text += '';
println( text );