|
alkimia
8.0.3
|
#include <alkonlinequoteswidget.h>
Classes | |
| class | Private |
Public Member Functions | |
| AlkOnlineQuotesWidget (bool showProfiles=false, bool showUpload=false, QWidget *parent=0) | |
| virtual | ~AlkOnlineQuotesWidget () |
| void | writeConfig () |
| void | readConfig () |
| void | resetConfig () |
| QWidget * | profilesWidget () |
| QWidget * | profileDetailsWidget () |
| QWidget * | onlineQuotesWidget () |
| QWidget * | quoteDetailsWidget () |
| QWidget * | debugWidget () |
| QString | acceptLanguage () const |
| void | setAcceptLanguage (const QString &text) |
Private Attributes | |
| Private *const | d |
Definition at line 30 of file alkonlinequoteswidget.h.
| AlkOnlineQuotesWidget::AlkOnlineQuotesWidget | ( | bool | showProfiles = false, |
| bool | showUpload = false, |
||
| QWidget * | parent = 0 |
||
| ) |
Definition at line 601 of file alkonlinequoteswidget.cpp.
|
virtual |
Definition at line 607 of file alkonlinequoteswidget.cpp.
References d.
| QString AlkOnlineQuotesWidget::acceptLanguage | ( | ) | const |
Definition at line 674 of file alkonlinequoteswidget.cpp.
References d, and AlkOnlineQuotesWidget::Private::m_acceptLanguage.
| QWidget * AlkOnlineQuotesWidget::debugWidget | ( | ) |
Definition at line 640 of file alkonlinequoteswidget.cpp.
References d.
| QWidget * AlkOnlineQuotesWidget::onlineQuotesWidget | ( | ) |
Definition at line 626 of file alkonlinequoteswidget.cpp.
References d.
| QWidget * AlkOnlineQuotesWidget::profileDetailsWidget | ( | ) |
Definition at line 619 of file alkonlinequoteswidget.cpp.
References d.
| QWidget * AlkOnlineQuotesWidget::profilesWidget | ( | ) |
Definition at line 612 of file alkonlinequoteswidget.cpp.
References d.
| QWidget * AlkOnlineQuotesWidget::quoteDetailsWidget | ( | ) |
Definition at line 633 of file alkonlinequoteswidget.cpp.
References d.
| void AlkOnlineQuotesWidget::readConfig | ( | ) |
Definition at line 647 of file alkonlinequoteswidget.cpp.
| void AlkOnlineQuotesWidget::resetConfig | ( | ) |
| void AlkOnlineQuotesWidget::setAcceptLanguage | ( | const QString & | text | ) |
Definition at line 679 of file alkonlinequoteswidget.cpp.
References d, and AlkOnlineQuotesWidget::Private::m_acceptLanguage.
| void AlkOnlineQuotesWidget::writeConfig | ( | ) |
Definition at line 651 of file alkonlinequoteswidget.cpp.
|
private |
Definition at line 52 of file alkonlinequoteswidget.h.
Referenced by acceptLanguage(), debugWidget(), onlineQuotesWidget(), profileDetailsWidget(), profilesWidget(), quoteDetailsWidget(), resetConfig(), setAcceptLanguage(), and ~AlkOnlineQuotesWidget().