alkimia  8.0.2
Public Slots | Signals | Public Member Functions | Private Attributes | List of all members
AlkOnlineQuoteProcess Class Reference

#include <alkonlinequoteprocess.h>

Inheritance diagram for AlkOnlineQuoteProcess:

Public Slots

void slotReceivedDataFromFilter ()
 
void slotProcessExited (int exitCode, QProcess::ExitStatus exitStatus)
 

Signals

void processExited (const QString &)
 

Public Member Functions

 AlkOnlineQuoteProcess ()
 
void setSymbol (const QString &_symbol)
 

Private Attributes

QString m_symbol
 
QString m_string
 

Detailed Description

Helper class to attend the process which is running the script, in the case of a local script being used to fetch the quote.

Author
Thomas Baumgart thb@n.nosp@m.et-b.nosp@m.embel.nosp@m..de & Ace Jones acejo.nosp@m.nes@.nosp@m.users.nosp@m..sou.nosp@m.rcefo.nosp@m.rge..nosp@m.net

Definition at line 34 of file alkonlinequoteprocess.h.

Constructor & Destructor Documentation

◆ AlkOnlineQuoteProcess()

AlkOnlineQuoteProcess::AlkOnlineQuoteProcess ( )

Definition at line 26 of file alkonlinequoteprocess.cpp.

References slotProcessExited(), and slotReceivedDataFromFilter().

Member Function Documentation

◆ processExited

void AlkOnlineQuoteProcess::processExited ( const QString &  )
signal

Referenced by slotProcessExited().

◆ setSymbol()

void AlkOnlineQuoteProcess::setSymbol ( const QString &  _symbol)
inline

Definition at line 39 of file alkonlinequoteprocess.h.

◆ slotProcessExited

void AlkOnlineQuoteProcess::slotProcessExited ( int  exitCode,
QProcess::ExitStatus  exitStatus 
)
slot

Definition at line 39 of file alkonlinequoteprocess.cpp.

References m_string, and processExited().

Referenced by AlkOnlineQuoteProcess().

◆ slotReceivedDataFromFilter

void AlkOnlineQuoteProcess::slotReceivedDataFromFilter ( )
slot

Definition at line 33 of file alkonlinequoteprocess.cpp.

References m_string.

Referenced by AlkOnlineQuoteProcess().

Member Data Documentation

◆ m_string

QString AlkOnlineQuoteProcess::m_string
private

Definition at line 54 of file alkonlinequoteprocess.h.

Referenced by slotProcessExited(), and slotReceivedDataFromFilter().

◆ m_symbol

QString AlkOnlineQuoteProcess::m_symbol
private

Definition at line 53 of file alkonlinequoteprocess.h.


The documentation for this class was generated from the following files: