Subversion Repositories public iLand

Rev

Rev 1104 | Rev 1217 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1104 Rev 1182
Line 91... Line 91...
91
    void runloop();
91
    void runloop();
92
private:
92
private:
93
    bool internalRun(); ///< runs the main loop
93
    bool internalRun(); ///< runs the main loop
94
    void internalStop(); ///< save outputs, stop the model execution
94
    void internalStop(); ///< save outputs, stop the model execution
95
    void fetchDynamicOutput(); ///< execute the dynamic output and fetch data
95
    void fetchDynamicOutput(); ///< execute the dynamic output and fetch data
-
 
96
    void saveDebugOutputs(); ///< save debug outputs to file
96
    MainWindow *mViewerWindow;
97
    MainWindow *mViewerWindow;
97
    Model *mModel;
98
    Model *mModel;
98
    bool mPaused;
99
    bool mPaused;
99
    bool mRunning;
100
    bool mRunning;
100
    bool mFinished;
101
    bool mFinished;