RigsofRods
Soft-body Physics Simulation
GUI_ScriptMonitor.h
Go to the documentation of this file.
1 /*
2  This source file is part of Rigs of Rods
3  Copyright 2021 tritonas00
4  For more information, see http://www.rigsofrods.org/
5  Rigs of Rods is free software: you can redistribute it and/or modify
6  it under the terms of the GNU General Public License version 3, as
7  published by the Free Software Foundation.
8  Rigs of Rods is distributed in the hope that it will be useful,
9  but WITHOUT ANY WARRANTY; without even the implied warranty of
10  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11  GNU General Public License for more details.
12  You should have received a copy of the GNU General Public License
13  along with Rigs of Rods. If not, see <http://www.gnu.org/licenses/>.
14 */
15 
17 
18 #pragma once
19 
20 #include "Application.h"
21 
22 #include <OgreStringVector.h>
23 
24 namespace RoR {
25 namespace GUI {
26 
28 {
29 public:
30  void Draw();
31 private:
32  void DrawCommentedSeparator(const char* text);
33  Ogre::StringVector m_recent_displaylist;
34 };
35 
36 } // namespace GUI
37 } // namespace RoR
RoR::GUI::ScriptMonitor::Draw
void Draw()
Definition: GUI_ScriptMonitor.cpp:32
RoR::GUI::ScriptMonitor
Definition: GUI_ScriptMonitor.h:27
RoR::GUI::ScriptMonitor::DrawCommentedSeparator
void DrawCommentedSeparator(const char *text)
Definition: GUI_ScriptMonitor.cpp:163
RoR::GUI::ScriptMonitor::m_recent_displaylist
Ogre::StringVector m_recent_displaylist
Definition: GUI_ScriptMonitor.h:33
Application.h
Central state/object manager and communications hub.
RoR
Definition: AppContext.h:36