|
SymbolEditor
1.3.0
|

Go to the source code of this file.
Functions | |
| QDataStream & | operator<< (QDataStream &stream, const Symbol &symbol) |
| QDataStream & | operator>> (QDataStream &stream, Symbol &symbol) |
Implement the Symbol class.
Definition in file Symbol.cpp.
| QDataStream& operator<< | ( | QDataStream & | stream, |
| const Symbol & | symbol | ||
| ) |
Stream out a Symbol.
| stream | a reference to the QDataStream to write to |
| symbol | a const reference to the Symbol to stream |
Definition at line 174 of file Symbol.cpp.
| QDataStream& operator>> | ( | QDataStream & | stream, |
| Symbol & | symbol | ||
| ) |
Stream in a Symbol.
| stream | a reference to the QDataStream to read from |
| symbol | a reference to the Symbol to stream |
Definition at line 194 of file Symbol.cpp.