SymbolEditor  1.3.0
 All Classes Files Functions Variables Enumerations Enumerator Friends Pages
Symbol.cpp File Reference
#include "Symbol.h"
#include <QDataStream>
#include "Exceptions.h"
Include dependency graph for Symbol.cpp:

Go to the source code of this file.

Functions

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

Detailed Description

Implement the Symbol class.

Definition in file Symbol.cpp.

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.