openPSTD  2.0
Open source simulation for sound propagation in urban environments
Classes | Namespaces | Enumerations
Model.h File Reference
#include <memory>
#include <vector>
#include <QtGui/qmatrix4x4.h>
#include <kernel/KernelInterface.h>
#include <shared/PSTDFile.h>
#include "MouseHandlers.h"
#include <QVector2D>
#include <shared/Colors.h>
#include <shared/InvalidationData.h>
Include dependency graph for Model.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OpenPSTD::GUI::InteractiveModel
 
class  OpenPSTD::GUI::SnappingSettings
 
class  OpenPSTD::GUI::VisualSettings
 
class  OpenPSTD::GUI::Settings
 
class  OpenPSTD::GUI::View
 
class  OpenPSTD::GUI::Model
 

Namespaces

 OpenPSTD
 This is the general namespace of the OpenPSTD application.
 
 OpenPSTD::GUI
 The GUI displays the current state of the simulation and provides the possibility to modify the settings.
 

Enumerations

enum  OpenPSTD::GUI::SelectionType { OpenPSTD::GUI::SELECTION_NONE, OpenPSTD::GUI::SELECTION_DOMAIN, OpenPSTD::GUI::SELECTION_RECEIVER, OpenPSTD::GUI::SELECTION_SPEAKER }
 
enum  OpenPSTD::GUI::PstdObjectType { OpenPSTD::GUI::OBJECT_NONE, OpenPSTD::GUI::OBJECT_DOMAIN, OpenPSTD::GUI::OBJECT_RECEIVER, OpenPSTD::GUI::OBJECT_SPEAKER }