AlkQuoteItem

Search for usage in LXR

AlkQuoteItem Class Reference

#include <alkquoteitem.h>

Inheritance diagram for AlkQuoteItem:

Public Member Functions

 AlkQuoteItem (const AlkQuoteItem &item, QObject *parent=0)
 
 AlkQuoteItem (QObject *parent=0)
 
const AlkValue & changeToday () const
 
const AlkValue & closingValue () const
 
const AlkValue & currentValue () const
 
const QDateTimedateTime () const
 
const AlkValue & earningsPerShare () const
 
const AlkValue & ebitda () const
 
const AlkValue & highValue () const
 
const AlkValue & lowValue () const
 
const AlkValue & marketCap () const
 
const AlkValue & openingValue () const
 
const QStringrecordId () const
 
void setChangeToday (const AlkValue &value)
 
void setClosingValue (const AlkValue &value)
 
void setCurrentValue (const AlkValue &value)
 
void setDateTime (const QDateTime &datetime)
 
void setEarningsPerShare (const AlkValue &value)
 
void setEbitda (const AlkValue &value)
 
void setHighValue (const AlkValue &value)
 
void setLowValue (const AlkValue &value)
 
void setMarketCap (const AlkValue &value)
 
void setOpeningValue (const AlkValue &value)
 
void setRecordId (const QString &recordId)
 
void setSymbol (const QString &symbol)
 
void setVolume (const AlkValue &value)
 
const QStringsymbol () const
 
const AlkValue & volume () const
 
- Public Member Functions inherited from QObject
 QObject (QObject *parent)
 
QBindable< QStringbindableObjectName ()
 
bool blockSignals (bool block)
 
const QObjectListchildren () const const
 
QMetaObject::Connection connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const
 
void deleteLater ()
 
void destroyed (QObject *obj)
 
bool disconnect (const char *signal, const QObject *receiver, const char *method) const const
 
bool disconnect (const QObject *receiver, const char *method) const const
 
void dumpObjectInfo () const const
 
void dumpObjectTree () const const
 
QList< QByteArraydynamicPropertyNames () const const
 
virtual bool event (QEvent *e)
 
virtual bool eventFilter (QObject *watched, QEvent *event)
 
findChild (const QString &name, Qt::FindChildOptions options) const const
 
QList< T > findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const const
 
QList< T > findChildren (const QString &name, Qt::FindChildOptions options) const const
 
QList< T > findChildren (Qt::FindChildOptions options) const const
 
bool inherits (const char *className) const const
 
void installEventFilter (QObject *filterObj)
 
bool isQuickItemType () const const
 
bool isWidgetType () const const
 
bool isWindowType () const const
 
void killTimer (int id)
 
virtual const QMetaObjectmetaObject () const const
 
void moveToThread (QThread *targetThread)
 
QString objectName () const const
 
void objectNameChanged (const QString &objectName)
 
QObjectparent () const const
 
QVariant property (const char *name) const const
 
 Q_CLASSINFO (Name, Value)
 
 Q_EMIT Q_EMIT
 
 Q_ENUM (...)
 
 Q_ENUM_NS (...)
 
 Q_ENUMS (...)
 
 Q_FLAG (...)
 
 Q_FLAG_NS (...)
 
 Q_FLAGS (...)
 
 Q_GADGET Q_GADGET
 
 Q_GADGET_EXPORT (EXPORT_MACRO)
 
 Q_INTERFACES (...)
 
 Q_INVOKABLE Q_INVOKABLE
 
 Q_MOC_INCLUDE Q_MOC_INCLUDE
 
 Q_NAMESPACE Q_NAMESPACE
 
 Q_NAMESPACE_EXPORT (EXPORT_MACRO)
 
 Q_OBJECT Q_OBJECT
 
 Q_PROPERTY (...)
 
 Q_REVISION Q_REVISION
 
 Q_SET_OBJECT_NAME (Object)
 
 Q_SIGNAL Q_SIGNAL
 
 Q_SIGNALS Q_SIGNALS
 
 Q_SLOT Q_SLOT
 
 Q_SLOTS Q_SLOTS
 
qobject_cast (const QObject *object)
 
qobject_cast (QObject *object)
 
 QT_NO_NARROWING_CONVERSIONS_IN_CONNECT QT_NO_NARROWING_CONVERSIONS_IN_CONNECT
 
void removeEventFilter (QObject *obj)
 
void setObjectName (const QString &name)
 
void setObjectName (QAnyStringView name)
 
void setParent (QObject *parent)
 
bool setProperty (const char *name, const QVariant &value)
 
bool setProperty (const char *name, QVariant &&value)
 
bool signalsBlocked () const const
 
int startTimer (int interval, Qt::TimerType timerType)
 
int startTimer (std::chrono::milliseconds interval, Qt::TimerType timerType)
 
QThreadthread () const const
 

Additional Inherited Members

- Public Types inherited from QObject
typedef  QObjectList
 
- Properties inherited from QObject
 objectName
 
- Static Public Member Functions inherited from QObject
QMetaObject::Connection connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, Functor functor)
 
bool disconnect (const QMetaObject::Connection &connection)
 
bool disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method)
 
bool disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method)
 
bool disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method)
 
QString tr (const char *sourceText, const char *disambiguation, int n)
 
- Protected Member Functions inherited from QObject
virtual void childEvent (QChildEvent *event)
 
virtual void connectNotify (const QMetaMethod &signal)
 
virtual void customEvent (QEvent *event)
 
virtual void disconnectNotify (const QMetaMethod &signal)
 
bool isSignalConnected (const QMetaMethod &signal) const const
 
int receivers (const char *signal) const const
 
QObjectsender () const const
 
int senderSignalIndex () const const
 
virtual void timerEvent (QTimerEvent *event)
 

Detailed Description

This class represents a single quote of an equity It holds information of use to assess the equity value.

Definition at line 24 of file alkquoteitem.h.

Constructor & Destructor Documentation

◆ AlkQuoteItem() [1/2]

AlkQuoteItem::AlkQuoteItem ( QObject * parent = 0)
explicit

Definition at line 29 of file alkquoteitem.cpp.

◆ ~AlkQuoteItem()

AlkQuoteItem::~AlkQuoteItem ( )

Definition at line 35 of file alkquoteitem.cpp.

◆ AlkQuoteItem() [2/2]

AlkQuoteItem::AlkQuoteItem ( const AlkQuoteItem & item,
QObject * parent = 0 )

Definition at line 39 of file alkquoteitem.cpp.

Member Function Documentation

◆ changeToday()

const AlkValue & AlkQuoteItem::changeToday ( ) const

Today's change.

Definition at line 108 of file alkquoteitem.cpp.

◆ closingValue()

const AlkValue & AlkQuoteItem::closingValue ( ) const

Value of the share when the market closed.

Definition at line 88 of file alkquoteitem.cpp.

◆ currentValue()

const AlkValue & AlkQuoteItem::currentValue ( ) const

Value of the share at the time of the quote.

Definition at line 68 of file alkquoteitem.cpp.

◆ dateTime()

const QDateTime & AlkQuoteItem::dateTime ( ) const

Date and time of the quote.

Definition at line 63 of file alkquoteitem.cpp.

◆ earningsPerShare()

const AlkValue & AlkQuoteItem::earningsPerShare ( ) const

Earning per share.

Definition at line 103 of file alkquoteitem.cpp.

◆ ebitda()

const AlkValue & AlkQuoteItem::ebitda ( ) const

Earnings Before Interest, Taxes, Depreciation, and Amortization.

Definition at line 113 of file alkquoteitem.cpp.

◆ highValue()

const AlkValue & AlkQuoteItem::highValue ( ) const

Highest value of the share since the market opened that day.

Definition at line 78 of file alkquoteitem.cpp.

◆ lowValue()

const AlkValue & AlkQuoteItem::lowValue ( ) const

Lowest value of the share since the market opened that day.

Definition at line 83 of file alkquoteitem.cpp.

◆ marketCap()

const AlkValue & AlkQuoteItem::marketCap ( ) const

Market capitalization.

Definition at line 98 of file alkquoteitem.cpp.

◆ openingValue()

const AlkValue & AlkQuoteItem::openingValue ( ) const

Value of the share when the market opened.

Definition at line 73 of file alkquoteitem.cpp.

◆ recordId()

const QString & AlkQuoteItem::recordId ( ) const

Internal id.

Definition at line 118 of file alkquoteitem.cpp.

◆ setChangeToday()

void AlkQuoteItem::setChangeToday ( const AlkValue & value)

Definition at line 173 of file alkquoteitem.cpp.

◆ setClosingValue()

void AlkQuoteItem::setClosingValue ( const AlkValue & value)

Definition at line 153 of file alkquoteitem.cpp.

◆ setCurrentValue()

void AlkQuoteItem::setCurrentValue ( const AlkValue & value)

Definition at line 133 of file alkquoteitem.cpp.

◆ setDateTime()

void AlkQuoteItem::setDateTime ( const QDateTime & datetime)

Definition at line 128 of file alkquoteitem.cpp.

◆ setEarningsPerShare()

void AlkQuoteItem::setEarningsPerShare ( const AlkValue & value)

Definition at line 168 of file alkquoteitem.cpp.

◆ setEbitda()

void AlkQuoteItem::setEbitda ( const AlkValue & value)

Definition at line 178 of file alkquoteitem.cpp.

◆ setHighValue()

void AlkQuoteItem::setHighValue ( const AlkValue & value)

Definition at line 143 of file alkquoteitem.cpp.

◆ setLowValue()

void AlkQuoteItem::setLowValue ( const AlkValue & value)

Definition at line 148 of file alkquoteitem.cpp.

◆ setMarketCap()

void AlkQuoteItem::setMarketCap ( const AlkValue & value)

Definition at line 158 of file alkquoteitem.cpp.

◆ setOpeningValue()

void AlkQuoteItem::setOpeningValue ( const AlkValue & value)

Definition at line 138 of file alkquoteitem.cpp.

◆ setRecordId()

void AlkQuoteItem::setRecordId ( const QString & recordId)

Definition at line 183 of file alkquoteitem.cpp.

◆ setSymbol()

void AlkQuoteItem::setSymbol ( const QString & symbol)

Definition at line 123 of file alkquoteitem.cpp.

◆ setVolume()

void AlkQuoteItem::setVolume ( const AlkValue & value)

Definition at line 163 of file alkquoteitem.cpp.

◆ symbol()

const QString & AlkQuoteItem::symbol ( ) const

This is the symbol of the equity.

Definition at line 58 of file alkquoteitem.cpp.

◆ volume()

const AlkValue & AlkQuoteItem::volume ( ) const

Number of shares traded.

Definition at line 93 of file alkquoteitem.cpp.


The documentation for this class was generated from the following files:
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

KDE's Doxygen guidelines are available online.