GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::news_reader Class Reference

#include "news-reader.h"

Inheritance diagram for octave::news_reader:
Collaboration diagram for octave::news_reader:

Public Slots

void process (void)
 

Signals

void display_news_signal (const QString &news)
 
void finished (void)
 

Public Member Functions

 news_reader (base_qobject &oct_qobj, const QString &base_url, const QString &page, int serial=-1, bool connect_to_web=false)
 

Private Attributes

QString m_base_url
 
bool m_connect_to_web
 
base_qobjectm_octave_qobj
 
QString m_page
 
int m_serial
 

Detailed Description

Definition at line 36 of file news-reader.h.

Constructor & Destructor Documentation

◆ news_reader()

octave::news_reader::news_reader ( base_qobject oct_qobj,
const QString &  base_url,
const QString &  page,
int  serial = -1,
bool  connect_to_web = false 
)
inline

Definition at line 42 of file news-reader.h.

Member Function Documentation

◆ display_news_signal

void octave::news_reader::display_news_signal ( const QString &  news)
signal

Referenced by process().

◆ finished

void octave::news_reader::finished ( void  )
signal

Referenced by process().

◆ process

Member Data Documentation

◆ m_base_url

QString octave::news_reader::m_base_url
private

Definition at line 63 of file news-reader.h.

Referenced by process().

◆ m_connect_to_web

bool octave::news_reader::m_connect_to_web
private

Definition at line 66 of file news-reader.h.

Referenced by process().

◆ m_octave_qobj

base_qobject& octave::news_reader::m_octave_qobj
private

Definition at line 61 of file news-reader.h.

Referenced by process().

◆ m_page

QString octave::news_reader::m_page
private

Definition at line 64 of file news-reader.h.

Referenced by process().

◆ m_serial

int octave::news_reader::m_serial
private

Definition at line 65 of file news-reader.h.

Referenced by process().


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