#include <QPainterPath>
Go to the source code of this file.
|
class | Symbol |
| Defines the Symbol class encapsulating the QPainterPath with how it is drawn. More...
|
|
Header file for the Symbol class.
Definition in file Symbol.h.
QDataStream& operator<< |
( |
QDataStream & |
stream, |
|
|
const Symbol & |
symbol |
|
) |
| |
Stream out a Symbol.
- Parameters
-
stream | a reference to the QDataStream to write to |
symbol | a 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
-
stream | a reference to the QDataStream to read from |
symbol | a reference to the Symbol to stream |
- Returns
- a reference to the stream
Definition at line 194 of file Symbol.cpp.