alkimia
8.0.3
|
Public Member Functions | |
Private () | |
Private (const Private *other) | |
bool | read () |
bool | write () |
bool | remove () |
QString | ghnsReadFilePath () |
QString | ghnsWriteFilePath () |
bool | readFromGHNSFile () |
bool | writeToGHNSFile () |
bool | removeGHNSFile () |
Public Attributes | |
QString | m_name |
QString | m_url |
QString | m_sym |
QString | m_price |
QString | m_date |
QString | m_dateformat |
bool | m_skipStripping |
AlkOnlineQuotesProfile * | m_profile |
bool | m_isGHNSSource |
bool | m_storageChanged |
bool | m_readOnly |
Definition at line 36 of file alkonlinequotesource.cpp.
|
inline |
Definition at line 39 of file alkonlinequotesource.cpp.
|
inline |
Definition at line 48 of file alkonlinequotesource.cpp.
|
inline |
Definition at line 113 of file alkonlinequotesource.cpp.
References AlkOnlineQuotesProfile::hotNewStuffReadFilePath(), m_name, and m_profile.
Referenced by readFromGHNSFile().
|
inline |
Definition at line 118 of file alkonlinequotesource.cpp.
References AlkOnlineQuotesProfile::hotNewStuffWriteFilePath(), m_name, and m_profile.
Referenced by AlkOnlineQuoteSource::ghnsWriteFileName(), readFromGHNSFile(), removeGHNSFile(), and writeToGHNSFile().
|
inline |
Definition at line 62 of file alkonlinequotesource.cpp.
References AlkOnlineQuotesProfile::kConfig(), m_date, m_dateformat, m_isGHNSSource, m_name, m_price, m_profile, m_readOnly, m_skipStripping, m_sym, and m_url.
Referenced by AlkOnlineQuoteSource::read().
|
inline |
Definition at line 124 of file alkonlinequotesource.cpp.
References ghnsReadFilePath(), ghnsWriteFilePath(), m_date, m_dateformat, m_isGHNSSource, m_price, m_readOnly, m_skipStripping, and m_url.
Referenced by AlkOnlineQuoteSource::read().
|
inline |
Definition at line 103 of file alkonlinequotesource.cpp.
References AlkOnlineQuotesProfile::kConfig(), m_name, and m_profile.
Referenced by AlkOnlineQuoteSource::remove(), and AlkOnlineQuoteSource::write().
|
inline |
Definition at line 176 of file alkonlinequotesource.cpp.
References ghnsWriteFilePath().
Referenced by AlkOnlineQuoteSource::remove(), and AlkOnlineQuoteSource::write().
|
inline |
Definition at line 83 of file alkonlinequotesource.cpp.
References AlkOnlineQuotesProfile::kConfig(), m_date, m_dateformat, m_name, m_price, m_profile, m_skipStripping, m_sym, and m_url.
Referenced by AlkOnlineQuoteSource::write().
|
inline |
Definition at line 161 of file alkonlinequotesource.cpp.
References ghnsWriteFilePath(), m_date, m_dateformat, m_price, and m_url.
Referenced by AlkOnlineQuoteSource::write().
QString AlkOnlineQuoteSource::Private::m_date |
Definition at line 186 of file alkonlinequotesource.cpp.
Referenced by AlkOnlineQuoteSource::AlkOnlineQuoteSource(), AlkOnlineQuoteSource::date(), read(), readFromGHNSFile(), AlkOnlineQuoteSource::setDate(), write(), and writeToGHNSFile().
QString AlkOnlineQuoteSource::Private::m_dateformat |
Definition at line 187 of file alkonlinequotesource.cpp.
Referenced by AlkOnlineQuoteSource::AlkOnlineQuoteSource(), AlkOnlineQuoteSource::dateformat(), read(), readFromGHNSFile(), AlkOnlineQuoteSource::setDateformat(), write(), and writeToGHNSFile().
bool AlkOnlineQuoteSource::Private::m_isGHNSSource |
Definition at line 190 of file alkonlinequotesource.cpp.
Referenced by AlkOnlineQuoteSource::AlkOnlineQuoteSource(), AlkOnlineQuoteSource::isGHNS(), read(), readFromGHNSFile(), AlkOnlineQuoteSource::remove(), AlkOnlineQuoteSource::setGHNS(), and AlkOnlineQuoteSource::write().
QString AlkOnlineQuoteSource::Private::m_name |
Definition at line 182 of file alkonlinequotesource.cpp.
Referenced by AlkOnlineQuoteSource::AlkOnlineQuoteSource(), AlkOnlineQuoteSource::financeQuoteName(), ghnsReadFilePath(), ghnsWriteFilePath(), AlkOnlineQuoteSource::isFinanceQuote(), AlkOnlineQuoteSource::isValid(), AlkOnlineQuoteSource::name(), read(), remove(), AlkOnlineQuoteSource::rename(), AlkOnlineQuoteSource::setName(), and write().
QString AlkOnlineQuoteSource::Private::m_price |
Definition at line 185 of file alkonlinequotesource.cpp.
Referenced by AlkOnlineQuoteSource::AlkOnlineQuoteSource(), AlkOnlineQuoteSource::price(), read(), readFromGHNSFile(), AlkOnlineQuoteSource::setPrice(), write(), and writeToGHNSFile().
AlkOnlineQuotesProfile* AlkOnlineQuoteSource::Private::m_profile |
Definition at line 189 of file alkonlinequotesource.cpp.
Referenced by AlkOnlineQuoteSource::AlkOnlineQuoteSource(), ghnsReadFilePath(), ghnsWriteFilePath(), AlkOnlineQuoteSource::profile(), read(), AlkOnlineQuoteSource::read(), remove(), AlkOnlineQuoteSource::remove(), AlkOnlineQuoteSource::rename(), AlkOnlineQuoteSource::setProfile(), write(), and AlkOnlineQuoteSource::write().
bool AlkOnlineQuoteSource::Private::m_readOnly |
Definition at line 192 of file alkonlinequotesource.cpp.
Referenced by AlkOnlineQuoteSource::isReadOnly(), read(), and readFromGHNSFile().
bool AlkOnlineQuoteSource::Private::m_skipStripping |
Definition at line 188 of file alkonlinequotesource.cpp.
Referenced by AlkOnlineQuoteSource::AlkOnlineQuoteSource(), read(), readFromGHNSFile(), AlkOnlineQuoteSource::setSkipStripping(), AlkOnlineQuoteSource::skipStripping(), and write().
bool AlkOnlineQuoteSource::Private::m_storageChanged |
Definition at line 191 of file alkonlinequotesource.cpp.
Referenced by AlkOnlineQuoteSource::setGHNS(), and AlkOnlineQuoteSource::write().
QString AlkOnlineQuoteSource::Private::m_sym |
Definition at line 184 of file alkonlinequotesource.cpp.
Referenced by AlkOnlineQuoteSource::AlkOnlineQuoteSource(), read(), AlkOnlineQuoteSource::setSym(), AlkOnlineQuoteSource::sym(), and write().
QString AlkOnlineQuoteSource::Private::m_url |
Definition at line 183 of file alkonlinequotesource.cpp.
Referenced by AlkOnlineQuoteSource::AlkOnlineQuoteSource(), AlkOnlineQuoteSource::isEmpty(), read(), readFromGHNSFile(), AlkOnlineQuoteSource::setUrl(), AlkOnlineQuoteSource::url(), write(), and writeToGHNSFile().