JQTextPaneBridge Member List

This is the complete list of members for JQTextPaneBridge, including all inherited members.

BRIDGE_PROPERTY_NAME (defined in QObjectBridge)QObjectBridge [static]
bridgePointer()QObjectBridge [protected]
bridgePointerFID() const JQComponentBridge [protected, virtual]
clear(JNIEnv *env)JQTextPaneBridge [virtual]
clearAvailable(jboolean available)JQTextComponentBridge
clipboardDataChanged()JQTextComponentBridge [slot]
connectAuto(const QObject *sender, const char *signal, const char *member) const QObjectBridge [inline, protected]
connectDirect(const QObject *sender, const char *signal, const char *member) const QObjectBridge [inline, protected]
connectQueued(const char *signal, const char *member) const QObjectBridge [inline, protected]
contextMenuTriggered(jint reason, jint modifiers, jint x, jint y, jint globalX, jint globalY)JQComponentBridge
copy(JNIEnv *env)JQTextPaneBridge [virtual]
copyAvailable(jboolean available)JQTextComponentBridge
createMID()JQComponentBridge [inline, protected, static]
currentEvent() const JQComponentBridge [inline, protected]
cut(JNIEnv *env)JQTextPaneBridge [virtual]
cutAvailable(jboolean available)JQTextComponentBridge
destroy(JNIEnv *env, bool notify=false)JQComponentBridge [virtual]
disconnect(const char *signal, const char *member)QObjectBridge [inline, protected]
disconnect(const QObject *sender, const char *signal, const char *member)QObjectBridge [inline, protected]
disposeMID()QObjectBridge [inline, protected, static]
enabledChanged(bool enabled)JQComponentBridge
enabledEvents() const JQComponentBridge [inline, protected]
eventEnabled(jlong eventMask) const JQComponentBridge [inline, protected]
eventFilter(QObject *obj, QEvent *e)JQComponentBridge [protected, virtual]
eventFilterEnabled() const JQComponentBridge [inline]
filterContextMenuEvent(QObject *obj, QContextMenuEvent *e)JQComponentBridge [protected, virtual]
filterEnabledChangeEvent(QObject *obj, QEvent *e)JQComponentBridge [protected, virtual]
filterEnabledEvents()JQTextPaneBridge [protected, virtual]
filterEvent(QObject *obj, QEvent *e)JQComponentBridge [protected, virtual]
filterFocusGainedEvent(QObject *obj, QFocusEvent *e)JQComponentBridge [protected, virtual]
filterFocusLostEvent(QObject *obj, QFocusEvent *e)JQComponentBridge [protected, virtual]
filterHideEvent(QObject *obj, QHideEvent *e)JQComponentBridge [protected, virtual]
filterKeyPressedEvent(QObject *obj, QKeyEvent *e)JQComponentBridge [protected, virtual]
filterKeyReleasedEvent(QObject *obj, QKeyEvent *e)JQComponentBridge [protected, virtual]
filterKeyTypedEvent(QObject *obj, QKeyEvent *e)JQComponentBridge [protected, virtual]
filterMouseClickedEvent(QObject *obj, QMouseEvent *e)JQComponentBridge [protected, virtual]
filterMouseDoubleClickedEvent(QObject *obj, QMouseEvent *e)JQComponentBridge [protected, virtual]
filterMouseEnterEvent(QObject *obj, QMouseEvent *e)JQComponentBridge [protected, virtual]
filterMouseLeaveEvent(QObject *obj, QMouseEvent *e)JQComponentBridge [protected, virtual]
filterMouseMoveEvent(QObject *obj, QMouseEvent *e)JQComponentBridge [protected, virtual]
filterMousePressedEvent(QObject *obj, QMouseEvent *e)JQComponentBridge [protected, virtual]
filterMouseReleasedEvent(QObject *obj, QMouseEvent *e)JQComponentBridge [protected, virtual]
filterMouseWheelEvent(QObject *obj, QWheelEvent *e)JQComponentBridge [protected, virtual]
filterMoveEvent(QObject *obj, QMoveEvent *e)JQComponentBridge [protected, virtual]
filterResizeEvent(QObject *obj, QResizeEvent *e)JQComponentBridge [protected, virtual]
filterShowEvent(QObject *obj, QShowEvent *e)JQComponentBridge [protected, virtual]
filterStyleChangeEvent(QObject *obj, QEvent *e)JQComponentBridge [protected, virtual]
filterToolTipEvent(QObject *obj, QHelpEvent *e)JQComponentBridge [protected, virtual]
filterWhatsThisEvent(QObject *obj, QHelpEvent *e)JQComponentBridge [protected, virtual]
focusGained()JQComponentBridge
focusLost()JQComponentBridge
getBackground(JNIEnv *env, jclass colorClass)JQTextPaneBridge [virtual]
getCursor(JNIEnv *env)JQTextPaneBridge [virtual]
getFont(JNIEnv *env, jclass fontClass)JQComponentBridge [virtual, slot]
getForeground(JNIEnv *env, jclass colorClass)JQComponentBridge [virtual, slot]
getPreferredSize(JNIEnv *env)JQComponentBridge [virtual, slot]
getPreferredSize()JQComponentBridge
getToolTipText(int x, int y)JQComponentBridge
initialize(JNIEnv *env, jclass cls)JQTextPaneBridge [static]
insertText(JNIEnv *env, jstring text)JQTextPaneBridge [virtual]
INVALID_QVARIANT (defined in QObjectBridge)QObjectBridge [static]
jniObject() const QObjectBridge [inline, protected]
JQComponentBridge(JNIEnv *env, jobject obj, QWidget *widget)JQComponentBridge [protected]
JQComponentBridge(JNIEnv *env, jobject obj)JQComponentBridge [protected]
JQTextComponentBridge(JNIEnv *env, jobject obj, QWidget *textComponent)JQTextComponentBridge [protected]
JQTextPaneBridge(JNIEnv *env, jobject obj)JQTextPaneBridge [protected]
keyPressed(jint modifiers, jint keyCode, jchar keyChar)JQComponentBridge
keyReleased(jint modifiers, jint keyCode, jchar keyChar)JQComponentBridge
keyTyped(jint modifiers, jint keyCode, jchar keyChar)JQComponentBridge
mouseClicked(jint button, jint modifiers, jint x, jint y)JQComponentBridge
mouseDoubleClicked(jint button, jint modifiers, jint x, jint y)JQComponentBridge
mouseDragged(jint button, jint modifiers, jint x, jint y)JQComponentBridge
mouseEntered(jint button, jint modifiers, jint x, jint y)JQComponentBridge
mouseExited(jint button, jint modifiers, jint x, jint y)JQComponentBridge
mouseMoved(jint button, jint modifiers, jint x, jint y)JQComponentBridge
mousePressed(jint button, jint modifiers, jint x, jint y)JQComponentBridge
mouseReleased(jint button, jint modifiers, jint x, jint y)JQComponentBridge
mouseWheelMoved(jint modifiers, jint x, jint y, jint wheelRotation)JQComponentBridge
newInstance(JNIEnv *env, jobject obj)JQTextPaneBridge [static]
notifyDelete() const QObjectBridge [inline, protected]
objectDestroyed(QObject *qObj)QObjectBridge [protected, virtual, slot]
paint(jint x, jint y, jint width, jint height)JQComponentBridge
paintComponent(JNIEnv *env, jlong graphicsBridge)JQComponentBridge [virtual, slot]
paintComponentView(JNIEnv *env, jlong graphicsPointer)JQTextPaneBridge [slot]
paintingWidget()JQComponentBridge [protected, virtual]
paintView(jlong graphicsPointer, jint x, jint y, jint width, jint height)JQTextPaneBridge
parentBridge() const JQComponentBridge [inline, protected]
paste(JNIEnv *env)JQTextPaneBridge [virtual]
pasteAvailable(jboolean available)JQTextComponentBridge
polish(JNIEnv *env)JQComponentBridge [virtual, slot]
positionChanged(jint x, jint y)JQComponentBridge
postEvent(QEvent *e)QObjectBridge
previousEventType() const JQComponentBridge [inline, protected]
qAction()JQComponentBridge [virtual]
qObject() const QObjectBridge [inline, protected]
QObjectBridge(JNIEnv *env, jobject jniObj, QObject *qObj)QObjectBridge [protected]
QObjectBridge(JNIEnv *env, jobject jniObj)QObjectBridge [protected]
qTextPane() const JQTextPaneBridge [inline]
qWidget()JQComponentBridge [virtual]
QWidgetActionAdapter (defined in JQComponentBridge)JQComponentBridge [friend]
redoAvailable(jboolean available)JQTextComponentBridge
redoAvailableSlot(bool available)JQTextComponentBridge [slot]
removeStyleSheetProperties(JNIEnv *env)JQComponentBridge [virtual, slot]
repaint(JNIEnv *env)JQComponentBridge [virtual, slot]
repaint(JNIEnv *env, jint x, jint y, jint width, jint height)JQComponentBridge [virtual, slot]
requestFocus(JNIEnv *env)JQComponentBridge [virtual, slot]
selectAll(JNIEnv *env)JQTextPaneBridge [virtual]
selectAllAvailable(jboolean available)JQTextComponentBridge
sendEvent(QEvent *e)QObjectBridge
setBackground(JNIEnv *env, jint argb)JQTextPaneBridge [virtual]
setBounds(JNIEnv *env, jint x, jint y, jint width, jint height)JQComponentBridge [virtual, slot]
setBridgePointer(jlong bridgePointer)QObjectBridge [protected]
setComponentOrientation(JNIEnv *env, jint orientation)JQComponentBridge [virtual, slot]
setCursor(JNIEnv *env, jint type)JQTextPaneBridge [virtual]
setDocument(JNIEnv *env, jobject document)JQTextPaneBridge [virtual]
setEditable(JNIEnv *env, jboolean editable)JQTextPaneBridge [virtual]
setEnabled(JNIEnv *env, jboolean enabled)JQComponentBridge [virtual, slot]
setEnabledEvents(JNIEnv *env, jlong events)JQComponentBridge [virtual, slot]
setEventFilterEnabled(bool enabled)JQComponentBridge [inline]
setFixedSize(JNIEnv *env, jint width, jint height)JQComponentBridge [virtual, slot]
setFocusable(JNIEnv *env, jboolean focusable)JQComponentBridge [virtual, slot]
setFont(JNIEnv *env, jobject font)JQComponentBridge [virtual, slot]
setForeground(JNIEnv *env, jint argb)JQComponentBridge [virtual, slot]
setLocation(JNIEnv *env, jint x, jint y)JQComponentBridge [virtual, slot]
setMaximumSize(JNIEnv *env, jint width, jint height)JQComponentBridge [virtual, slot]
setMinimumSize(JNIEnv *env, jint width, jint height)JQComponentBridge [virtual, slot]
setName(JNIEnv *env, jstring name)QObjectBridge
setNotifyDelete(bool notifyDelete)QObjectBridge [inline, protected]
setNullBackground(JNIEnv *env)JQTextPaneBridge [virtual]
setNullForeground(JNIEnv *env)JQComponentBridge [virtual, slot]
setOpaque(JNIEnv *env, jboolean opaque)JQComponentBridge [virtual, slot]
setParentBridge(JQContainerBridge *parentBridge)JQComponentBridge [virtual]
setQObject(QObject *qObj)QObjectBridge [protected]
setSize(JNIEnv *env, jint width, jint height)JQComponentBridge [virtual, slot]
setStatusTipText(JNIEnv *env, jstring text)JQComponentBridge [virtual, slot]
setStyleSheet(JNIEnv *env, jstring styleSheetText)JQComponentBridge [virtual, slot]
setStyleSheetProperties(JNIEnv *env)JQComponentBridge [virtual, slot]
setToolTipText(JNIEnv *env, jstring text)JQComponentBridge [virtual, slot]
setUpdatesEnabled(JNIEnv *env, jboolean enabled)JQComponentBridge [virtual, slot]
setVisible(JNIEnv *env, jboolean visible)JQComponentBridge [virtual, slot]
setWhatsThisText(JNIEnv *env, jstring text)JQComponentBridge [virtual, slot]
setWrapText(JNIEnv *env, jboolean textWrap)JQTextPaneBridge [slot]
showWindow(JNIEnv *env)JQComponentBridge [virtual, slot]
sizeChanged(jint width, jint height)JQComponentBridge
STYLE_SHEET_PROPERTY_VALUE (defined in JQComponentBridge)JQComponentBridge [static]
styleChanged()JQComponentBridge
styleSheetChanged(bool removed)JQComponentBridge
undoAvailable(jboolean available)JQTextComponentBridge
undoAvailableSlot(bool available)JQTextComponentBridge [slot]
update(JNIEnv *env)JQComponentBridge [virtual, slot]
update(JNIEnv *env, jint x, jint y, jint width, jint height)JQComponentBridge [virtual, slot]
visibleChanged(bool visible)JQComponentBridge
widgetActionDeleted(QAction *action)JQComponentBridge [protected, virtual]
~JQComponentBridge()JQComponentBridge [protected, virtual]
~QObjectBridge()QObjectBridge [protected, virtual]


Copyright © 2007 ETF and contributors. All Rights Reserved.