org.kde.qt
Class QTranslatorMessage
java.lang.Object
org.kde.qt.QTranslatorMessage
- All Implemented Interfaces:
- QtSupport
public class QTranslatorMessage
- extends java.lang.Object
- implements QtSupport
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoPrefix
public static final int NoPrefix
- See Also:
- Constant Field Values
Hash
public static final int Hash
- See Also:
- Constant Field Values
HashContext
public static final int HashContext
- See Also:
- Constant Field Values
HashContextSourceText
public static final int HashContextSourceText
- See Also:
- Constant Field Values
HashContextSourceTextComment
public static final int HashContextSourceTextComment
- See Also:
- Constant Field Values
QTranslatorMessage
protected QTranslatorMessage(java.lang.Class dummy)
QTranslatorMessage
public QTranslatorMessage()
QTranslatorMessage
public QTranslatorMessage(java.lang.String context,
java.lang.String sourceText,
java.lang.String comment,
java.lang.String translation)
QTranslatorMessage
public QTranslatorMessage(java.lang.String context,
java.lang.String sourceText,
java.lang.String comment)
QTranslatorMessage
public QTranslatorMessage(QDataStream arg1)
QTranslatorMessage
public QTranslatorMessage(QTranslatorMessage m)
hash
public int hash()
context
public java.lang.String context()
sourceText
public java.lang.String sourceText()
comment
public java.lang.String comment()
setTranslation
public void setTranslation(java.lang.String translation)
translation
public java.lang.String translation()
write
public void write(QDataStream s,
boolean strip,
int prefix)
write
public void write(QDataStream s,
boolean strip)
write
public void write(QDataStream s)
commonPrefix
public int commonPrefix(QTranslatorMessage arg1)
op_equals
public boolean op_equals(QTranslatorMessage m)
op_not_equals
public boolean op_not_equals(QTranslatorMessage m)
op_lt
public boolean op_lt(QTranslatorMessage m)
op_lte
public boolean op_lte(QTranslatorMessage m)
op_gt
public boolean op_gt(QTranslatorMessage m)
op_gte
public boolean op_gte(QTranslatorMessage m)
finalize
protected void finalize()
throws java.lang.InternalError
- Deletes the wrapped C++ instance
- Overrides:
finalize
in class java.lang.Object
- Throws:
java.lang.InternalError
dispose
public void dispose()
- Delete the wrapped C++ instance ahead of finalize()
isDisposed
public boolean isDisposed()
- Has the wrapped C++ instance been deleted?