#include <kdevdlg2ui.h>
Lista de todos los miembros.
Métodos públicos |
| KDEVDLG2UI (QTextStream *input, const QString &name="dialog") |
| ~KDEVDLG2UI () |
bool | parse () |
bool | parse (QStringList &get) |
Atributos públicos |
QStringList | targetFiles |
Métodos protegidos |
bool | writeDialog (const QString &name) |
void | cleanString (QString *text) |
void | indent () |
void | undent () |
void | wi () |
| some little helpers ///
|
void | writeClass (const QString &name) |
void | writeCString (const QString &name, const QString &value) |
void | writeString (const QString &name, const QString &value) |
void | writeRect (const QString &name, int x, int y, int w, int h) |
void | writeFont (const QString &family, int pointsize) |
void | writeBool (const QString &name, bool value) |
void | writeNumber (const QString &name, int value) |
void | writeEnum (const QString &name, const QString &value) |
void | writeSet (const QString &name, const QString &value) |
void | writeItem (const QString &name, const QString &value) |
void | writeColumn (const QString &name, const QString &value) |
void | writeColor (const QString &name, const QString &value) |
void | writeStyles (const QStringList styles, bool isFrame) |
void | writeWidgetStart (const QString &qclass) |
void | writeWidgetEnd () |
Atributos protegidos |
QString | className |
QString | line |
QTextStream * | in |
QStringList | target |
Documentación del constructor y destructor
KDEVDLG2UI::~KDEVDLG2UI |
( |
| ) |
|
Documentación de las funciones miembro
void KDEVDLG2UI::cleanString |
( |
QString * |
text | ) |
[protected] |
Replaces characters like '&', '<' and '>' with the proper encoding.
void KDEVDLG2UI::indent |
( |
| ) |
[protected] |
Parses the input stream and writes the output in get.
bool KDEVDLG2UI::parse |
( |
| ) |
|
Parses the input stream and writes the output to files.
void KDEVDLG2UI::undent |
( |
| ) |
[protected] |
void KDEVDLG2UI::wi |
( |
| ) |
[protected] |
void KDEVDLG2UI::writeBool |
( |
const QString & |
name, |
|
|
bool |
value |
|
) |
| [protected] |
void KDEVDLG2UI::writeClass |
( |
const QString & |
name | ) |
[protected] |
void KDEVDLG2UI::writeColor |
( |
const QString & |
name, |
|
|
const QString & |
value |
|
) |
| [protected] |
void KDEVDLG2UI::writeColumn |
( |
const QString & |
name, |
|
|
const QString & |
value |
|
) |
| [protected] |
void KDEVDLG2UI::writeCString |
( |
const QString & |
name, |
|
|
const QString & |
value |
|
) |
| [protected] |
bool KDEVDLG2UI::writeDialog |
( |
const QString & |
name | ) |
[protected] |
Builds a number of UI dialog out of the current input stream
void KDEVDLG2UI::writeEnum |
( |
const QString & |
name, |
|
|
const QString & |
value |
|
) |
| [protected] |
void KDEVDLG2UI::writeFont |
( |
const QString & |
family, |
|
|
int |
pointsize |
|
) |
| [protected] |
void KDEVDLG2UI::writeItem |
( |
const QString & |
name, |
|
|
const QString & |
value |
|
) |
| [protected] |
void KDEVDLG2UI::writeNumber |
( |
const QString & |
name, |
|
|
int |
value |
|
) |
| [protected] |
void KDEVDLG2UI::writeSet |
( |
const QString & |
name, |
|
|
const QString & |
value |
|
) |
| [protected] |
void KDEVDLG2UI::writeString |
( |
const QString & |
name, |
|
|
const QString & |
value |
|
) |
| [protected] |
void KDEVDLG2UI::writeStyles |
( |
const QStringList |
styles, |
|
|
bool |
isFrame |
|
) |
| [protected] |
void KDEVDLG2UI::writeWidgetEnd |
( |
| ) |
[protected] |
void KDEVDLG2UI::writeWidgetStart |
( |
const QString & |
qclass | ) |
[protected] |
Documentación de los datos miembro
La documentación para esta clase fue generada a partir de los siguientes ficheros: