Provides a text editor for the user. This class allows the user to edit text and includes save and abandon buttons.
More...
#include <texteditbox.h>
List of all members.
Detailed Description
Provides a text editor for the user. This class allows the user to edit text and includes save and abandon buttons.
Constructor & Destructor Documentation
TextEditBox::TextEditBox |
( |
TextBlock * |
textBlock |
) |
|
TextEditBox::~TextEditBox |
( |
|
) |
|
Member Function Documentation
QRectF TextEditBox::boundingRect |
( |
|
) |
const |
void TextEditBox::cancelButtonClicked |
( |
|
) |
[signal] |
void TextEditBox::graphicHasChanged |
( |
|
) |
[virtual] |
subclass must implement this, used to record user changes back to the data model
void TextEditBox::keyPressEvent |
( |
QKeyEvent * |
event |
) |
[protected] |
void TextEditBox::paint |
( |
QPainter * |
painter, |
|
|
const QStyleOptionGraphicsItem * |
option, |
|
|
QWidget * |
widget | |
|
) |
| | |
void TextEditBox::saveButtonClicked |
( |
QString |
text |
) |
[signal] |
The documentation for this class was generated from the following files: