|
pwfengine
|
The schema of a PWrapper. More...
#include <PSchema.h>
Public Member Functions | |
| PSchema (const QString &name) | |
| bool | setDocument (const QString &fileName) |
| bool | isNull () |
| QString | directory () const |
| void | setName (const QString &name) |
| QString | name () const |
Friends | |
| class | PSchemaPrivate |
The schema of a PWrapper.
The root element of the schema document.
| PSchema::PSchema | ( | const QString & | name | ) |
The PSchemaPrivate is searched in the PEngine and used if found, otherwise a new one will be created.
| QString PSchema::directory | ( | ) | const |
| QString PSchema::name | ( | ) | const |
Reimplemented from PSchemaElement.
| bool PSchema::setDocument | ( | const QString & | fileName | ) |
| fileName | the document filename |
| void PSchema::setName | ( | const QString & | name | ) |
Set the schema name.
1.7.4