![]() |
HAL
|
#include "hal_core/netlist/netlist.h"
#include "gui/file_status_manager/file_status_manager.h"
#include "gui/graph_widget/graph_context_manager.h"
#include "gui/content_manager/content_manager.h"
#include "gui/netlist_relay/netlist_relay.h"
#include "gui/plugin_relay/plugin_relay.h"
#include "gui/python/python_context.h"
#include "gui/selection_relay/selection_relay.h"
#include "gui/gui_api/gui_api.h"
#include "gui/comment_system/comment_manager.h"
#include <QSettings>
Go to the source code of this file.
Namespaces | |
hal | |
GUI Globals | |
Interface to access the globals of the gui defined in src/plugin_gui.cpp | |
#define | GUI_DEBUG_GRID |
QSettings * | hal::gGuiState = nullptr |
ContentManager * | hal::gContentManager = nullptr |
std::shared_ptr< Netlist > | hal::gNetlistOwner = nullptr |
Netlist * | hal::gNetlist = nullptr |
NetlistRelay * | hal::gNetlistRelay = nullptr |
PluginRelay * | hal::gPluginRelay = nullptr |
SelectionRelay * | hal::gSelectionRelay = nullptr |
FileStatusManager * | hal::gFileStatusManager = nullptr |
GraphContextManager * | hal::gGraphContextManager = nullptr |
PythonContext * | hal::gPythonContext = nullptr |
GuiApi * | hal::gGuiApi = nullptr |
CommentManager * | hal::gCommentManager = nullptr |
#define GUI_DEBUG_GRID |
Definition at line 113 of file gui_globals.h.