OpenMW
Classes | Signals | Public Member Functions | Private Slots | Private Attributes
ProfilesComboBox Class Reference

#include <profilescombobox.hpp>

List of all members.

Classes

class  ComboBoxLineEdit

Signals

void signalProfileTextChanged (const QString &item)
void signalProfileChanged (const QString &previous, const QString &current)
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

Constructor & Destructor Documentation

ProfilesComboBox::ProfilesComboBox ( QWidget *  parent = 0) [explicit]

Member Function Documentation

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]

Member Data Documentation

QString ProfilesComboBox::mOldProfile [private]

The documentation for this class was generated from the following files: