WARNING: USE THIS SOFTWARE AT YOUR OWN RISK! THIS IS EXPERIMENTAL SOFTWARE NOT INTENDED FOR PRODUCTION USE! Zuble is currently an early stage prototype. As such Zuble is minimally tested and inherently unstable. It is provided for experimental, development, and demonstration purposes only. Zuble QML Types   |  Zuble C++ Classes   |  Zuble Overview
Zuble  0.1
Zuble Framework C++/QML extension API
Classes | Namespaces | Typedefs | Functions
ZTextFeed.h File Reference
#include "zblcore_global.h"
#include <QObject>
#include <QString>
#include <QException>
#include <QTextStream>
Include dependency graph for ZTextFeed.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Zbl::ZTextFeed
 This class provides a means of directing a text stream to listeners. More...
 

Namespaces

 Zbl
 

Typedefs

typedef ZTextFeed &(* Zbl::Omanip) (ZTextFeed &)
 

Functions

ZTextFeed & Zbl::tfendl (ZTextFeed &feed)
 
ZTextFeed & Zbl::operator<< (ZTextFeed &tf, Omanip f)
 
QTextStream & Zbl::operator>> (QTextStream &ts, ZTextFeed &tf)