GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Slots | Signals | Public Member Functions | Private Attributes | List of all members
news_reader Class Reference

#include "main-window.h"

Inheritance diagram for news_reader:
Inheritance graph
[legend]
Collaboration diagram for news_reader:
Collaboration graph
[legend]

Public Slots

void process (void)
 

Signals

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

Public Member Functions

 news_reader (const QString &xbase_url, const QString &xpage, int xserial=-1, bool xconnect_to_web=false)
 

Private Attributes

QString base_url
 
bool connect_to_web
 
QString page
 
int serial
 

Detailed Description

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

Constructor & Destructor Documentation

news_reader::news_reader ( const QString &  xbase_url,
const QString &  xpage,
int  xserial = -1,
bool  xconnect_to_web = false 
)
inline

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

Member Function Documentation

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

Definition at line 558 of file moc-main-window.cc.

Referenced by process().

void news_reader::finished ( void  )
signal

Definition at line 565 of file moc-main-window.cc.

Referenced by process().

void news_reader::process ( void  )
slot

Member Data Documentation

QString news_reader::base_url
private

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

Referenced by process().

bool news_reader::connect_to_web
private

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

Referenced by process().

QString news_reader::page
private

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

Referenced by process().

int news_reader::serial
private

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

Referenced by process().


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