#include <string>
#include <vector>
#include <HEKGuerilla/components/tags/tags.h>
#include <Strings/components/settings/config/config.h>
#include <qmainwindow.h>
#include "api/keystone_api.h"
#include "components/themes/themes.h"
#include "components/editor_data/document/BlamEditorDocument.h"
#include "components/editor_data/tool_window/BlamEditorToolWindow.h"
#include "components/ui/shared/controls/mdi_area/SkinnableMdiArea.h"
Go to the source code of this file.
◆ KEYSTONE
◆ BlamWorkspaceLayoutType
Enumerator used to specify the workspace layout method that an application should use.
Enumerator |
---|
MDI | Sub-windows will be organized using MDI (Multiple Document Interface).
|
Tabs | Sub-windows will be organized using tabs, similar to more modern editing tools.
|