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

#include "main-window.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 (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
 
QString m_page
 
int m_serial
 

Detailed Description

Definition at line 484 of file main-window.h.

Constructor & Destructor Documentation

◆ news_reader()

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

Definition at line 490 of file main-window.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 508 of file main-window.h.

Referenced by process().

◆ m_connect_to_web

bool octave::news_reader::m_connect_to_web
private

Definition at line 511 of file main-window.h.

Referenced by process().

◆ m_page

QString octave::news_reader::m_page
private

Definition at line 509 of file main-window.h.

Referenced by process().

◆ m_serial

int octave::news_reader::m_serial
private

Definition at line 510 of file main-window.h.

Referenced by process().


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