Alkimia API
alkonlinequotesmodel.cpp
85 Qt::ItemFlags flags = Qt::ItemIsSelectable | Qt::ItemIsEnabled /*| QAbstractTableModel::flags(index)*/;
100QVariant AlkOnlineQuotesModel::headerData(int section, Qt::Orientation orientation, int role) const
169 connect(profile, SIGNAL(sourcesChanged()), this, SLOT(slotSourcesChanged()), Qt::UniqueConnection);
DataFormat dataFormat() const
Return the format of the downloaded data.
Definition alkonlinequotesource.cpp:206
bool isFinanceQuote() const
Checks whether the current source is of type "Finance::Quote".
Definition alkonlinequotesource.cpp:321
QString referenceName() const
Return name of the referenced quote source.
Definition alkonlinequotesource.cpp:166
QString i18n(const char *text, const TYPE &arg...)
char * toString(const EngineQuery &query)
QString name(StandardAction id)
void beginRemoveRows(const QModelIndex &parent, int first, int last)
void beginResetModel()
void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QList< int > &roles)
void endRemoveRows()
void endResetModel()
virtual QModelIndex index(int row, int column, const QModelIndex &parent) const const override
const_reference at(qsizetype i) const const
qsizetype removeAll(const AT &t)
qsizetype size() const const
bool contains(const Key &key) const const
QList< Key > keys() const const
int column() const const
bool isValid() const const
int row() const const
Q_EMITQ_EMIT
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
QObject * parent() const const
bool isEmpty() const const
bool contains(QLatin1StringView str, Qt::CaseSensitivity cs) const const
UniqueConnection
DisplayRole
typedef ItemFlags
Orientation
QFuture< ArgsType< Signal > > connect(Sender *sender, Signal signal)
QString toString() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sat Dec 21 2024 17:01:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sat Dec 21 2024 17:01:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.