Eneboo - Documentación para desarrolladores
|
#include <multilineeditorimpl.h>
Métodos públicos | |
MultiLineEditor (bool call_static, bool richtextMode, QWidget *parent, QWidget *editWidget, FormWindow *fw, const QString &text=QString::null) | |
bool | useWrapping () const |
void | setUseWrapping (bool) |
int | exec () |
Métodos públicos estáticos | |
static QString | getText (QWidget *parent, const QString &text, bool richtextMode, bool *useWrap) |
Slots protegidos | |
void | okClicked () |
void | applyClicked () |
void | cancelClicked () |
void | insertTags (const QString &) |
void | insertBR () |
void | showFontDialog () |
void | changeWrapMode (bool) |
void | closeEvent (QCloseEvent *e) |
MultiLineEditor::MultiLineEditor | ( | bool | call_static, |
bool | richtextMode, | ||
QWidget * | parent, | ||
QWidget * | editWidget, | ||
FormWindow * | fw, | ||
const QString & | text = QString::null |
||
) |
void MultiLineEditor::applyClicked | ( | ) | [protected, slot] |
void MultiLineEditor::cancelClicked | ( | ) | [protected, slot] |
void MultiLineEditor::changeWrapMode | ( | bool | b | ) | [protected, slot] |
void MultiLineEditor::closeEvent | ( | QCloseEvent * | e | ) | [protected, slot] |
int MultiLineEditor::exec | ( | ) |
QString MultiLineEditor::getText | ( | QWidget * | parent, |
const QString & | text, | ||
bool | richtextMode, | ||
bool * | useWrap | ||
) | [static] |
void MultiLineEditor::insertBR | ( | ) | [protected, slot] |
void MultiLineEditor::insertTags | ( | const QString & | tag | ) | [protected, slot] |
void MultiLineEditor::okClicked | ( | ) | [protected, slot] |
void MultiLineEditor::setUseWrapping | ( | bool | b | ) |
void MultiLineEditor::showFontDialog | ( | ) | [protected, slot] |
bool MultiLineEditor::useWrapping | ( | ) | const |