#include <StyledDocumentBridge.h>
Public Slots | |
void | setWordWrap (JNIEnv *env, jboolean wrapText) |
Sets text wrap status. | |
Static Public Member Functions | |
static jlong | newInstance (JNIEnv *env, jobject obj) |
Returns new instance of the bridge object. | |
Protected Member Functions | |
StyledDocumentBridge (JNIEnv *env, jobject obj) | |
Constructs new StyledDocumentBridge object. |
StyledDocumentBridge::StyledDocumentBridge | ( | JNIEnv * | env, | |
jobject | obj | |||
) | [protected] |
Constructs new StyledDocumentBridge object.
env | the JNIEnv pointer | |
obj | the StyledDocument object |
void StyledDocumentBridge::setWordWrap | ( | JNIEnv * | env, | |
jboolean | wrapText | |||
) | [slot] |
Sets text wrap status.
env | the JNIEnv pointer | |
wrapText | if true the document will wrap the text |
jlong StyledDocumentBridge::newInstance | ( | JNIEnv * | env, | |
jobject | obj | |||
) | [static] |
Returns new instance of the bridge object.
env | the JNIEnv pointer | |
obj | the QSwing object |