#include <QTextArea.h>
Protected Slots | |
void | destroyingSlot () |
destroying slot. | |
void | valueChangedSlot (int value) |
valueChanged slot. | |
void | textClearedSlot () |
textSet slot. | |
void | textSetSlot () |
textSet slot. | |
void | textAppendedSlot () |
textAppended slot. | |
void | copyAvailableSlot (bool available) |
selectionChanged slot. | |
void | selectAllAvailableSlot (bool available) |
selectAllAvailable slot. | |
Protected Member Functions | |
QTextArea (JQTextAreaBridge *bridge) | |
Constructs new QTextArea object. | |
virtual | ~QTextArea () |
Destructs QTextArea object. | |
void | setDocument (QTextDocumentAdapter *document) |
Sets text document. | |
void | setPaintView (bool paintView) |
Sets whether or not paints component view. | |
void | paintView (jlong graphicsPointer) |
Default view painting. | |
void | connectSignals () |
Connects signals. | |
void | disconnectSignals () |
Disconnects signals. | |
virtual void | paintEvent (QPaintEvent *e) |
Friends | |
class | JQTextAreaBridge |
QTextArea::QTextArea | ( | JQTextAreaBridge * | bridge | ) | [protected] |
void QTextArea::setDocument | ( | QTextDocumentAdapter * | document | ) | [protected] |
Sets text document.
document | the document |
void QTextArea::setPaintView | ( | bool | paintView | ) | [protected] |
Sets whether or not paints component view.
paintView | true if paint |
void QTextArea::paintView | ( | jlong | graphicsPointer | ) | [protected] |
void QTextArea::valueChangedSlot | ( | int | value | ) | [protected, slot] |
valueChanged
slot.
value | the chnaged value |
void QTextArea::copyAvailableSlot | ( | bool | available | ) | [protected, slot] |
selectionChanged
slot.
available | true if available |
void QTextArea::selectAllAvailableSlot | ( | bool | available | ) | [protected, slot] |
selectAllAvailable
slot.
available | true if available |
void QTextArea::paintEvent | ( | QPaintEvent * | e | ) | [protected, virtual] |