QTextPane Class Reference

Text Pane. More...

#include <QTextPane.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

 QTextPane (JQTextPaneBridge *bridge)
 Constructs new QTextPane object.
virtual ~QTextPane ()
 Destructs QTextPane 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 JQTextPaneBridge


Detailed Description

Text Pane.

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

Constructor & Destructor Documentation

QTextPane::QTextPane ( JQTextPaneBridge bridge  )  [protected]

Constructs new QTextPane object.

Parameters:
bridge the JQTextPane bridge


Member Function Documentation

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

Sets text document.

Parameters:
document the document

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

Sets whether or not paints component view.

Parameters:
paintView true if paint

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

Default view painting.

Parameters:
graphicsPointer the QSwingGraphics pointer

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

valueChanged slot.

Parameters:
value the chnaged value

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

selectionChanged slot.

Parameters:
available true if available

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

selectAllAvailable slot.

Parameters:
available true if available

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


Copyright © 2007 ETF and contributors. All Rights Reserved.