QTextArea Class Reference

Text Area. More...

#include <QTextArea.h>

List of all members.

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


Detailed Description

Text Area.

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

Constructor & Destructor Documentation

QTextArea::QTextArea ( JQTextAreaBridge bridge  )  [protected]

Constructs new QTextArea object.

Parameters:
bridge the JQTextArea bridge


Member Function Documentation

void QTextArea::setDocument ( QTextDocumentAdapter document  )  [protected]

Sets text document.

Parameters:
document the document

void QTextArea::setPaintView ( bool  paintView  )  [protected]

Sets whether or not paints component view.

Parameters:
paintView true if paint

void QTextArea::paintView ( jlong  graphicsPointer  )  [protected]

Default view painting.

Parameters:
graphicsPointer the QSwingGraphics pointer

void QTextArea::valueChangedSlot ( int  value  )  [protected, slot]

valueChanged slot.

Parameters:
value the chnaged value

void QTextArea::copyAvailableSlot ( bool  available  )  [protected, slot]

selectionChanged slot.

Parameters:
available true if available

void QTextArea::selectAllAvailableSlot ( bool  available  )  [protected, slot]

selectAllAvailable slot.

Parameters:
available true if available

void QTextArea::paintEvent ( QPaintEvent *  e  )  [protected, virtual]


Copyright © 2007 ETF and contributors. All Rights Reserved.