#include <iostream>
#include <fstream>
#include <QWidget>
#include <QPolygonF>
#include <QRectF>
#include <QVector>
#include <QImage>
#include <QTextStream>
#include <QGraphicsView>
#include <vector>
#include <QGridLayout>
#include <QSpinBox>
#include <QPushButton>
#include <QLabel>
#include <QDialog>
#include <QMouseEvent>
#include <QPoint>
#include <QComboBox>
#include "gui_animal.hpp"
#include "obstacle.hpp"
#include "vector2D.hpp"
Idź do kodu źródłowego tego pliku.
Komponenty | |
| class | GUI_Scene |
Funkcje | |
| ostream & | operator<< (ostream &Strm, const vector< GUI_Animal * > &anim) |
| ostream & | operator<< (ostream &Strm, const GUI_Scene &scene) |
| istream & | operator>> (istream &Strm, GUI_Scene &scene) |
| ostream& operator<< | ( | ostream & | Strm, | |
| const vector< GUI_Animal * > & | anim | |||
| ) |
| ostream& operator<< | ( | ostream & | Strm, | |
| const GUI_Scene & | scene | |||
| ) |
| istream& operator>> | ( | istream & | Strm, | |
| GUI_Scene & | scene | |||
| ) |
1.5.2