Skip to content
Snippets Groups Projects
Select Git revision
  • f1edb836a87bbaf5cad873f0f597560c9fb7ce84
  • master default protected
  • 67-multithreading-is-plattform-dependent
  • cmake_windows
  • v0.8.4
  • v0.8.3
  • v0.8.2
  • v0.8
  • v0.7
  • v0.6
  • v0.5-alpha
  • v0.4
12 results

MainWindow.h

Blame
  • MainWindow.h 8.75 KiB
    /**
    * @headerfile travisto.h
    * @author   Ulrich Kemloh <kemlohulrich@gmail.com>
    * @version 0.1
    * Copyright (C) <2009-2010>
    *
    * @section LICENSE
    * This file is part of OpenPedSim.
    *
    * OpenPedSim is free software: you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation, either version 3 of the License, or
    * any later version.
    *
    * OpenPedSim is distributed in the hope that it will be useful,
    * but WITHOUT ANY WARRANTY; without even the implied warranty of
    * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    * GNU General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License
    * along with OpenPedSim. If not, see <http://www.gnu.org/licenses/>.
    *
    * @section DESCRIPTION
    *
    * \brief main program class
    *
    *
    *
    *  Created on: 11.05.2009
    *
    */
    
    #ifndef TRAVISTO_H
    #define TRAVISTO_H
    
    
    #include "ui_mainwindow.h"
    #include <QMainWindow>
    #include <QSettings>
    #include <QSplitter>
    #include <QTreeView>
    #include <QStandardItem>
    #include <QTreeWidget>
    
    #include <vector>
    
    class vtkWindowToImageFilter;
    class SyncData;
    class ThreadDataTransfer;
    class ThreadVisualisation;
    class QString;
    class QDomNode;
    class FacilityGeometry;
    class GeometryFactory;
    class Building;
    class Message;
    class Settings;
    
    
    extern int extern_update_step;
    extern int extern_screen_contrast;
    extern bool extern_is_pause;
    extern bool extern_launch_recording;
    extern bool extern_recording_enable;
    extern bool extern_offline_mode;
    extern bool extern_shutdown_visual_thread;
    extern bool extern_fullscreen_enable;
    
    extern bool extern_pedestrians_firstSet_visible;