alkimia
8.0.3
|
#include <alkonlinequotesprofilemanager.h>
Classes | |
class | Private |
Public Member Functions | |
AlkOnlineQuotesProfileManager () | |
~AlkOnlineQuotesProfileManager () | |
void | addProfile (AlkOnlineQuotesProfile *profile) |
AlkOnlineQuotesProfileList | profiles () |
AlkOnlineQuotesProfile * | profile (const QString &name) |
QStringList | profileNames () |
AlkWebPage * | webPage () |
void | setWebPageEnabled (bool enable) |
bool | webPageEnabled () |
Static Public Member Functions | |
static AlkOnlineQuotesProfileManager & | instance () |
Private Attributes | |
Private *const | d |
Definition at line 32 of file alkonlinequotesprofilemanager.h.
AlkOnlineQuotesProfileManager::AlkOnlineQuotesProfileManager | ( | ) |
Definition at line 43 of file alkonlinequotesprofilemanager.cpp.
AlkOnlineQuotesProfileManager::~AlkOnlineQuotesProfileManager | ( | ) |
Definition at line 48 of file alkonlinequotesprofilemanager.cpp.
References d.
void AlkOnlineQuotesProfileManager::addProfile | ( | AlkOnlineQuotesProfile * | profile | ) |
Definition at line 63 of file alkonlinequotesprofilemanager.cpp.
References d, AlkOnlineQuotesProfileManager::Private::m_profiles, profile(), and AlkOnlineQuotesProfile::setManager().
|
static |
Definition at line 102 of file alkonlinequotesprofilemanager.cpp.
Referenced by AlkOnlineQuote::Private::launchNative(), AlkOnlineQuote::Private::launchWebKitCssSelector(), AlkOnlineQuote::Private::launchWebKitHtmlParser(), AlkOnlineQuotesWidget::Private::loadProfiles(), AlkOnlineQuotesWidget::Private::Private(), profileNames(), AlkOnlineQuote::Private::slotLoadFinishedCssSelector(), AlkOnlineQuote::Private::slotLoadFinishedHtmlParser(), AlkOnlineQuotesWidget::Private::slotLoadProfile(), and AlkOnlineQuotesWidget::Private::slotShowButton().
AlkOnlineQuotesProfile * AlkOnlineQuotesProfileManager::profile | ( | const QString & | name | ) |
Definition at line 76 of file alkonlinequotesprofilemanager.cpp.
References AlkOnlineQuotesProfile::name(), and profiles().
Referenced by addProfile(), and profileNames().
QStringList AlkOnlineQuotesProfileManager::profileNames | ( | ) |
Definition at line 86 of file alkonlinequotesprofilemanager.cpp.
References instance(), AlkOnlineQuotesProfile::name(), profile(), and profiles().
AlkOnlineQuotesProfileList AlkOnlineQuotesProfileManager::profiles | ( | ) |
Definition at line 71 of file alkonlinequotesprofilemanager.cpp.
References d, and AlkOnlineQuotesProfileManager::Private::m_profiles.
Referenced by AlkOnlineQuotesWidget::Private::loadProfiles(), profile(), profileNames(), and AlkOnlineQuotesWidget::Private::slotLoadProfile().
void AlkOnlineQuotesProfileManager::setWebPageEnabled | ( | bool | enable | ) |
Definition at line 58 of file alkonlinequotesprofilemanager.cpp.
References d, and AlkOnlineQuotesProfileManager::Private::m_withPage.
AlkWebPage * AlkOnlineQuotesProfileManager::webPage | ( | ) |
Definition at line 95 of file alkonlinequotesprofilemanager.cpp.
References d, and AlkOnlineQuotesProfileManager::Private::m_page.
Referenced by AlkOnlineQuote::Private::launchNative(), AlkOnlineQuote::Private::launchWebKitCssSelector(), AlkOnlineQuote::Private::launchWebKitHtmlParser(), AlkOnlineQuote::Private::slotLoadFinishedCssSelector(), and AlkOnlineQuotesWidget::Private::slotShowButton().
bool AlkOnlineQuotesProfileManager::webPageEnabled | ( | ) |
Definition at line 53 of file alkonlinequotesprofilemanager.cpp.
References d, and AlkOnlineQuotesProfileManager::Private::m_withPage.
|
private |
Definition at line 49 of file alkonlinequotesprofilemanager.h.
Referenced by addProfile(), profiles(), setWebPageEnabled(), webPage(), webPageEnabled(), and ~AlkOnlineQuotesProfileManager().