Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::editor Struct Reference

#include <editor.h>

Static Public Member Functions

static auto create (rtti::context &ctx, cmd_line::parser &parser) -> bool
 
static auto init (const cmd_line::parser &parser) -> bool
 
static auto deinit () -> bool
 
static auto destroy () -> bool
 
static auto process () -> int
 
static auto interrupt () -> bool
 
static auto init_window (rtti::context &ctx) -> bool
 

Detailed Description

Definition at line 9 of file editor.h.

Member Function Documentation

◆ create()

auto unravel::editor::create ( rtti::context & ctx,
cmd_line::parser & parser ) -> bool
static

Definition at line 51 of file editor.cpp.

◆ deinit()

auto unravel::editor::deinit ( ) -> bool
static

Definition at line 158 of file editor.cpp.

◆ destroy()

auto unravel::editor::destroy ( ) -> bool
static

Definition at line 205 of file editor.cpp.

◆ init()

auto unravel::editor::init ( const cmd_line::parser & parser) -> bool
static

Definition at line 74 of file editor.cpp.

◆ init_window()

auto unravel::editor::init_window ( rtti::context & ctx) -> bool
static

Definition at line 147 of file editor.cpp.

◆ interrupt()

auto unravel::editor::interrupt ( ) -> bool
static

Definition at line 228 of file editor.cpp.

◆ process()

auto unravel::editor::process ( ) -> int
static

Definition at line 224 of file editor.cpp.


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