GNU Octave  3.8.0
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 353 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 359 of file main-window.h.

Member Function Documentation

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

Referenced by process().

void news_reader::finished ( void  )
signal

Referenced by process().

void news_reader::process ( void  )
slot

Member Data Documentation

QString news_reader::base_url
private

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

Referenced by process().

bool news_reader::connect_to_web
private

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

Referenced by process().

QString news_reader::page
private

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

Referenced by process().

int news_reader::serial
private

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

Referenced by process().


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