Definition at line 34 of file qwebdatabase.h.
#include <qwebdatabase.h>
Public Member Functions |
|
| QWebDatabase (const QWebDatabase &other) | |
| QWebDatabase & | operator= (const QWebDatabase &other) |
| ~QWebDatabase () | |
| QString | name () const |
| QString | displayName () const |
| qint64 | expectedSize () const |
| qint64 | size () const |
| QString | fileName () const |
| QWebSecurityOrigin | origin () const |
Static Public Member Functions |
|
| static void | removeDatabase (const QWebDatabase &) |
| static void | removeAllDatabases () |
Friends |
|
| class | QWebSecurityOrigin |
| QWebDatabase | ( | const QWebDatabase & | other | ) |
| ~QWebDatabase | ( | ) |
| QWebDatabase& operator= | ( | const QWebDatabase & | other | ) |
| QString name | ( | ) | const |
| QString displayName | ( | ) | const |
| qint64 expectedSize | ( | ) | const |
| qint64 size | ( | ) | const |
| QString fileName | ( | ) | const |
| QWebSecurityOrigin origin | ( | ) | const |
| static void removeDatabase | ( | const QWebDatabase & | ) | [static] |
| static void removeAllDatabases | ( | ) | [static] |
friend class QWebSecurityOrigin
[friend] |
Definition at line 52 of file qwebdatabase.h.