StyledDocumentBridge Class Reference

Styled Document Bridge. More...

#include <StyledDocumentBridge.h>

Inheritance diagram for StyledDocumentBridge:

TextDocumentBridge QObjectBridge

List of all members.

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.


Detailed Description

Styled Document Bridge.

Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)
Version:
0.2.0

Constructor & Destructor Documentation

StyledDocumentBridge::StyledDocumentBridge ( JNIEnv *  env,
jobject  obj 
) [protected]

Constructs new StyledDocumentBridge object.

Parameters:
env the JNIEnv pointer
obj the StyledDocument object


Member Function Documentation

void StyledDocumentBridge::setWordWrap ( JNIEnv *  env,
jboolean  wrapText 
) [slot]

Sets text wrap status.

Parameters:
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.

Parameters:
env the JNIEnv pointer
obj the QSwing object
Returns:
new instance of the bridge object


Copyright © 2007 ETF and contributors. All Rights Reserved.