Qt 4.8
|
The QDeclarativeDomImport class represents an import statement. More...
#include <qdeclarativedom_p.h>
Public Types | |
enum | Type { Library, File } |
Public Functions | |
QDeclarativeDomImport & | operator= (const QDeclarativeDomImport &) |
Assign other to this QDeclarativeDomImport. More... | |
QDeclarativeDomImport () | |
Construct an empty QDeclarativeDomImport. More... | |
QDeclarativeDomImport (const QDeclarativeDomImport &) | |
Create a copy of other QDeclarativeDomImport. More... | |
QString | qualifier () const |
Returns the (optional) qualifier string (the token following the 'as' keyword) of the import. More... | |
Type | type () const |
Returns the type of the import. More... | |
QString | uri () const |
Returns the URI of the import (e.g. More... | |
QString | version () const |
Returns the version specified by the import. More... | |
~QDeclarativeDomImport () | |
Destroy the QDeclarativeDomImport. More... | |
Properties | |
QSharedDataPointer< QDeclarativeDomImportPrivate > | d |
Friends | |
class | QDeclarativeDomDocument |
The QDeclarativeDomImport class represents an import statement.
Definition at line 338 of file qdeclarativedom_p.h.
QDeclarativeDomImport::QDeclarativeDomImport | ( | ) |
Construct an empty QDeclarativeDomImport.
Definition at line 1810 of file qdeclarativedom.cpp.
QDeclarativeDomImport::QDeclarativeDomImport | ( | const QDeclarativeDomImport & | other | ) |
Create a copy of other QDeclarativeDomImport.
Definition at line 1818 of file qdeclarativedom.cpp.
QDeclarativeDomImport::~QDeclarativeDomImport | ( | ) |
Destroy the QDeclarativeDomImport.
Definition at line 1826 of file qdeclarativedom.cpp.
QDeclarativeDomImport & QDeclarativeDomImport::operator= | ( | const QDeclarativeDomImport & | other | ) |
Assign other to this QDeclarativeDomImport.
Definition at line 1833 of file qdeclarativedom.cpp.
QString QDeclarativeDomImport::qualifier | ( | ) | const |
Returns the (optional) qualifier string (the token following the 'as' keyword) of the import.
Definition at line 1866 of file qdeclarativedom.cpp.
QDeclarativeDomImport::Type QDeclarativeDomImport::type | ( | ) | const |
Returns the type of the import.
Definition at line 1842 of file qdeclarativedom.cpp.
QString QDeclarativeDomImport::uri | ( | ) | const |
Returns the URI of the import (e.g.
'subdir' or 'com.nokia.Qt')
Definition at line 1850 of file qdeclarativedom.cpp.
QString QDeclarativeDomImport::version | ( | ) | const |
Returns the version specified by the import.
An empty string if no version was specified.
Definition at line 1858 of file qdeclarativedom.cpp.
|
friend |
Definition at line 354 of file qdeclarativedom_p.h.
|
private |
Definition at line 355 of file qdeclarativedom_p.h.
Referenced by QDeclarativeDomDocument::load(), operator=(), qualifier(), type(), uri(), and version().