+ contrib/hbqt/qtxml
+ contrib/hbqt/qtxml/doc
+ contrib/hbqt/qtxml/doc/en
+ contrib/hbqt/qtxml/hbqt_init.cpp
+ contrib/hbqt/qtxml/hbqtxml.ch
+ contrib/hbqt/qtxml/hbqtxml.hbc
+ contrib/hbqt/qtxml/hbqtxml.hbm
+ contrib/hbqt/qtxml/hbqtxml.hbp
+ contrib/hbqt/qtxml/hbqtxml.hbx
+ contrib/hbqt/qtxml/hbqtxmls.hbp
+ contrib/hbqt/qtxml/qth
+ contrib/hbqt/qtxml/qth/filelist.hbm
+ contrib/hbqt/qtxml/qth/QDomAttr.qth
+ contrib/hbqt/qtxml/qth/QDomCDATASection.qth
+ contrib/hbqt/qtxml/qth/QDomComment.qth
+ contrib/hbqt/qtxml/qth/QDomDocument.qth
+ contrib/hbqt/qtxml/qth/QDomDocumentFragment.qth
+ contrib/hbqt/qtxml/qth/QDomDocumentType.qth
+ contrib/hbqt/qtxml/qth/QDomElement.qth
+ contrib/hbqt/qtxml/qth/QDomEntity.qth
+ contrib/hbqt/qtxml/qth/QDomEntityReference.qth
+ contrib/hbqt/qtxml/qth/QDomImplementation.qth
+ contrib/hbqt/qtxml/qth/QDomNamedNodeMap.qth
+ contrib/hbqt/qtxml/qth/QDomNode.qth
+ contrib/hbqt/qtxml/qth/QDomNodeList.qth
+ contrib/hbqt/qtxml/qth/QDomNotation.qth
+ contrib/hbqt/qtxml/qth/QDomProcessingInstruction.qth
+ contrib/hbqt/qtxml/qth/QDomText.qth
+ contrib/hbqt/qtxml/qth/QXmlAttributes.qth
+ contrib/hbqt/qtxml/qth/QXmlContentHandler.qth
+ contrib/hbqt/qtxml/qth/QXmlDeclHandler.qth
+ contrib/hbqt/qtxml/qth/QXmlDefaultHandler.qth
+ contrib/hbqt/qtxml/qth/QXmlDTDHandler.qth
+ contrib/hbqt/qtxml/qth/QXmlEntityResolver.qth
+ contrib/hbqt/qtxml/qth/QXmlErrorHandler.qth
+ contrib/hbqt/qtxml/qth/QXmlInputSource.qth
+ contrib/hbqt/qtxml/qth/QXmlLexicalHandler.qth
+ contrib/hbqt/qtxml/qth/QXmlLocator.qth
+ contrib/hbqt/qtxml/qth/QXmlNamespaceSupport.qth
+ contrib/hbqt/qtxml/qth/QXmlParseException.qth
+ contrib/hbqt/qtxml/qth/QXmlReader.qth
+ contrib/hbqt/qtxml/qth/QXmlSimpleReader.qth
+ Added: Qt's QtXml module contained classes.
56 lines
833 B
Plaintext
56 lines
833 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
/*
|
|
* Harbour Qt wrapper generator control file
|
|
*
|
|
* Copyright 2009-2012 Pritpal Bedi <bedipritpal@hotmail.com>
|
|
* www - http://www.harbour-project.org
|
|
*
|
|
* See COPYING for licensing terms.
|
|
*/
|
|
|
|
<CLASS>
|
|
|
|
Inherit = QDomNode
|
|
QObject = no
|
|
Version =
|
|
|
|
</CLASS>
|
|
|
|
|
|
<CODE>
|
|
#include <QtXml/QDomEntityReference>
|
|
|
|
|
|
/*
|
|
* QDomEntityReference ()
|
|
* QDomEntityReference ( const QDomEntityReference & x )
|
|
*/
|
|
HB_FUNC( QT_QDOMENTITYREFERENCE )
|
|
{
|
|
if( hb_pcount() == 1 && hbqt_par_isDerivedFrom( 1, "QDOMENTITYREFERENCE" ) )
|
|
{
|
|
__HB_RETPTRGC__( new QDomEntityReference( *hbqt_par_QDomEntityReference( 1 ) ) );
|
|
}
|
|
else
|
|
{
|
|
__HB_RETPTRGC__( new QDomEntityReference() );
|
|
}
|
|
}
|
|
</CODE>
|
|
|
|
<ENUMS>
|
|
</ENUMS>
|
|
|
|
<PROTOS>
|
|
QDomNode::NodeType nodeType () const
|
|
</PROTOS>
|
|
|
|
<SLOTS>
|
|
</SLOTS>
|
|
|
|
<SIGNALS>
|
|
</SIGNALS>
|