Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::hub Class Reference

#include <hub.h>

Public Member Functions

 hub (rtti::context &ctx)
 
auto init (rtti::context &ctx) -> bool
 
auto deinit (rtti::context &ctx) -> bool
 
void open_project_settings (rtti::context &ctx, const std::string &hint)
 
auto get_panels () -> imgui_panels &
 
auto get_panels () const -> const imgui_panels &
 

Detailed Description

Definition at line 12 of file hub.h.

Constructor & Destructor Documentation

◆ hub()

unravel::hub::hub ( rtti::context & ctx)

Definition at line 371 of file hub.cpp.

Member Function Documentation

◆ deinit()

auto unravel::hub::deinit ( rtti::context & ctx) -> bool

Definition at line 399 of file hub.cpp.

◆ get_panels() [1/2]

auto unravel::hub::get_panels ( ) -> imgui_panels&
inline

Definition at line 21 of file hub.h.

◆ get_panels() [2/2]

auto unravel::hub::get_panels ( ) const -> const imgui_panels&
inline

Definition at line 22 of file hub.h.

◆ init()

auto unravel::hub::init ( rtti::context & ctx) -> bool

Definition at line 390 of file hub.cpp.

◆ open_project_settings()

void unravel::hub::open_project_settings ( rtti::context & ctx,
const std::string & hint )

Definition at line 408 of file hub.cpp.


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