#include <BlamEditorToolWindow.h>
|
std::string | config_filename = "" |
| The name of the configuration filename. More...
|
|
BlamConfigurationFile * | config = nullptr |
| The configuration file for this tool window. Not always used. More...
|
|
Qt::DockWidgetArea | dock_position = Qt::DockWidgetArea::LeftDockWidgetArea |
|
◆ BlamEditorToolWindow()
Constructs a new tool window.
- Parameters
-
_window | - Pointer to the parent editor window that owns this tool window. |
_window_type | - The type of the new tool window. |
◆ ~BlamEditorToolWindow()
BlamEditorToolWindow::~BlamEditorToolWindow |
( |
| ) |
|
Releases a tool window.
This will ensure that the parent window no longer lists this window as an open tool window.
◆ GetToolWindowType()
Retrieves the type of tool window that this tool window represents.
- Returns
- The tool window type for this window.
◆ LoadConfig()
void BlamEditorToolWindow::LoadConfig |
( |
| ) |
|
Loads or creates the configuration file for this tool window.
◆ OnThemeChange()
virtual void BlamEditorToolWindow::OnThemeChange |
( |
BlamEditorTheme * |
new_theme | ) |
|
|
inlinevirtual |
Called when the active theme is changed.
- Parameters
-
new_theme | - The newly applied theme. |
◆ config
BlamConfigurationFile* BlamEditorToolWindow::config = nullptr |
The configuration file for this tool window. Not always used.
◆ config_filename
std::string BlamEditorToolWindow::config_filename = "" |
The name of the configuration filename.
◆ dock_position
Qt::DockWidgetArea BlamEditorToolWindow::dock_position = Qt::DockWidgetArea::LeftDockWidgetArea |
◆ parent_window
The parent window that owns this tool window.
◆ window_type
The documentation for this class was generated from the following files: