Plasma Engine  2.0
Loading...
Searching...
No Matches
plQtEditorApp::StartupFlags Struct Reference

Classes

struct  Bits
 

Public Types

enum  Enum {
  Headless = PL_BIT(0) , SafeMode = PL_BIT(1) , NoRecent = PL_BIT(2) , UnitTest = PL_BIT(3) ,
  Background = PL_BIT(4) , Default = 0
}
 
using StorageType = plUInt8
 

Member Enumeration Documentation

◆ Enum

Enumerator
Headless 

The app does not do any rendering.

SafeMode 

'-safe' : Prevent automatic loading of projects, scenes, etc. to minimize risk of crashing.

NoRecent 

'-norecent' : Do not modify recent file lists. Used for modes such as tests, where the user does not do any interactions.

UnitTest 

Specified when the process is running as a unit test.

Background 

This process is an editor processor background process handling IPC tasks of the editor parent process.


The documentation for this struct was generated from the following file: