3#include <EditorFramework/EditorFrameworkDLL.h>
4#include <EditorFramework/IPC/EngineProcessConnection.h>
5#include <Foundation/Basics.h>
6#include <Foundation/Containers/Map.h>
7#include <GuiFoundation/DockPanels/ApplicationPanel.moc.h>
8#include <GuiFoundation/Widgets/CVarWidget.moc.h>
9#include <ToolsFoundation/Project/ToolsProject.h>
28 void BoolChanged(
const char* szCVar,
bool newValue);
29 void FloatChanged(
const char* szCVar,
float newValue);
30 void IntChanged(
const char* szCVar,
int newValue);
31 void StringChanged(
const char* szCVar,
const char* newValue);
40 bool m_bUpdateUI =
false;
41 bool m_bRebuildUI =
false;
42 bool m_bUpdateConsole =
false;
Base class for all panels that are supposed to be application wide (not tied to some document).
Definition ApplicationPanel.moc.h:13
Definition CVarPanel.moc.h:14
plStringBuilder is a class that is meant for creating and modifying strings.
Definition StringBuilder.h:35
Definition EngineProcessConnection.h:63