|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.gui.QTextDocument.MetaInformation
public static final class QTextDocument.MetaInformation
This enum describes the different types of meta information that can be added to a document.
metaInformation()
, and setMetaInformation()
.
Field Summary | |
---|---|
static QTextDocument.MetaInformation |
DocumentTitle
The title of the document. |
static QTextDocument.MetaInformation |
DocumentUrl
The url of the document. |
Method Summary | |
---|---|
static QTextDocument.MetaInformation |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QTextDocument.MetaInformation |
valueOf(java.lang.String name)
|
static QTextDocument.MetaInformation[] |
values()
|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final QTextDocument.MetaInformation DocumentTitle
public static final QTextDocument.MetaInformation DocumentUrl
loadResource()
function uses this url as the base when loading relative resources.
Method Detail |
---|
public static QTextDocument.MetaInformation[] values()
public static QTextDocument.MetaInformation valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QTextDocument.MetaInformation resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |