Eneboo - Documentación para desarrolladores
|
#include <editfunctionsimpl.h>
Clases | |
struct | FunctItem |
Señales | |
void | itemRenamed (const QString &) |
Métodos públicos | |
EditFunctions (QWidget *parent, FormWindow *fw, bool showOnlySlots=FALSE) | |
void | setCurrentFunction (const QString &function) |
void | functionAdd (const QString &access=QString::null, const QString &type=QString::null) |
void | functionAdd () |
Slots protegidos | |
void | okClicked () |
void | functionRemove () |
void | currentItemChanged (QListViewItem *) |
void | currentTextChanged (const QString &txt) |
void | currentSpecifierChanged (const QString &s) |
void | currentAccessChanged (const QString &a) |
void | currentReturnTypeChanged (const QString &type) |
void | currentTypeChanged (const QString &type) |
void | displaySlots (bool justSlots) |
void | emitItemRenamed (QListViewItem *, int, const QString &) |
EditFunctions::EditFunctions | ( | QWidget * | parent, |
FormWindow * | fw, | ||
bool | showOnlySlots = FALSE |
||
) |
void EditFunctions::currentAccessChanged | ( | const QString & | a | ) | [protected, slot] |
void EditFunctions::currentItemChanged | ( | QListViewItem * | i | ) | [protected, slot] |
void EditFunctions::currentReturnTypeChanged | ( | const QString & | type | ) | [protected, slot] |
void EditFunctions::currentSpecifierChanged | ( | const QString & | s | ) | [protected, slot] |
void EditFunctions::currentTextChanged | ( | const QString & | txt | ) | [protected, slot] |
void EditFunctions::currentTypeChanged | ( | const QString & | type | ) | [protected, slot] |
void EditFunctions::displaySlots | ( | bool | justSlots | ) | [protected, slot] |
void EditFunctions::emitItemRenamed | ( | QListViewItem * | , |
int | , | ||
const QString & | text | ||
) | [protected, slot] |
void EditFunctions::functionAdd | ( | ) | [inline] |
void EditFunctions::functionAdd | ( | const QString & | access = QString::null , |
const QString & | type = QString::null |
||
) |
void EditFunctions::functionRemove | ( | ) | [protected, slot] |
void EditFunctions::itemRenamed | ( | const QString & | ) | [signal] |
void EditFunctions::okClicked | ( | ) | [protected, slot] |
void EditFunctions::setCurrentFunction | ( | const QString & | function | ) |