SymbolEditor  1.3.0
 All Classes Files Functions Variables Enumerations Enumerator Friends Pages
Symbol.h File Reference
#include <QPainterPath>
Include dependency graph for Symbol.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Symbol
 Defines the Symbol class encapsulating the QPainterPath with how it is drawn. More...
 

Functions

QDataStream & operator<< (QDataStream &stream, const Symbol &symbol)
 
QDataStream & operator>> (QDataStream &stream, Symbol &symbol)
 

Detailed Description

Header file for the Symbol class.

Definition in file Symbol.h.

Function Documentation

QDataStream& operator<< ( QDataStream &  stream,
const Symbol symbol 
)

Stream out a Symbol.

Parameters
streama reference to the QDataStream to write to
symbola const reference to the Symbol to stream
Returns
a reference to the stream

Definition at line 174 of file Symbol.cpp.

QDataStream& operator>> ( QDataStream &  stream,
Symbol symbol 
)

Stream in a Symbol.

Parameters
streama reference to the QDataStream to read from
symbola reference to the Symbol to stream
Returns
a reference to the stream

Definition at line 194 of file Symbol.cpp.