#include <LanguageComboBox.h>
Public Slots | |
void | setCurrentLanguage (const QString &lang) |
Sets the language in the combo. | |
const QString | getCurrentLanguage () const |
Public Member Functions | |
LanguageComboBox (srchiliteqt::Qt4SyntaxHighlighter *_highlighter) |
srchiliteqt::LanguageComboBox::LanguageComboBox | ( | srchiliteqt::Qt4SyntaxHighlighter * | _highlighter | ) |
_highlighter | the highlighter object; this will be used only for initialization |
const QString srchiliteqt::LanguageComboBox::getCurrentLanguage | ( | ) | const [slot] |
void srchiliteqt::LanguageComboBox::setCurrentLanguage | ( | const QString & | lang | ) | [slot] |
Sets the language in the combo.
lang | the language name; if the language is not part of the combo list, nothing happens |