|
OpenMW
|
#include <profilescombobox.hpp>
Classes | |
| class | ComboBoxLineEdit |
Signals | |
| void | signalProfileTextChanged (const QString &item) |
| void | signalProfileChanged (const QString &previous, const QString ¤t) |
| void | signalProfileChanged (int index) |
| void | profileRenamed (const QString &oldName, const QString &newName) |
Public Member Functions | |
| ProfilesComboBox (QWidget *parent=0) | |
| void | setEditEnabled (bool editable) |
| void | setCurrentProfile (int index) |
Private Slots | |
| void | slotEditingFinished () |
| void | slotIndexChangedByUser (int index) |
| void | slotTextChanged (const QString &text) |
Private Attributes | |
| QString | mOldProfile |
| ProfilesComboBox::ProfilesComboBox | ( | QWidget * | parent = 0 | ) | [explicit] |
| void ProfilesComboBox::profileRenamed | ( | const QString & | oldName, |
| const QString & | newName | ||
| ) | [signal] |
| void ProfilesComboBox::setCurrentProfile | ( | int | index | ) | [inline] |
| void ProfilesComboBox::setEditEnabled | ( | bool | editable | ) |
| void ProfilesComboBox::signalProfileChanged | ( | const QString & | previous, |
| const QString & | current | ||
| ) | [signal] |
| void ProfilesComboBox::signalProfileChanged | ( | int | index | ) | [signal] |
| void ProfilesComboBox::signalProfileTextChanged | ( | const QString & | item | ) | [signal] |
| void ProfilesComboBox::slotEditingFinished | ( | ) | [private, slot] |
| void ProfilesComboBox::slotIndexChangedByUser | ( | int | index | ) | [private, slot] |
| void ProfilesComboBox::slotTextChanged | ( | const QString & | text | ) | [private, slot] |
QString ProfilesComboBox::mOldProfile [private] |
1.7.6.1