LampyEngine
 
Загрузка...
Поиск...
Не найдено
Класс ProjectModule

Singleton module responsible for managing project settings, environment, and configuration. Подробнее...

#include <ProjectModule.h>

Открытые члены

void startUp ()
 Initializes the project module and sets up the project environment.
 
ProjectConfiggetProjectConfig ()
 Retrieves the project configuration.
 
void shutDown ()
 Shuts down the project module and saves the project configuration.
 

Открытые статические члены

static ProjectModulegetInstance ()
 Retrieves the singleton instance of the ProjectModule.
 

Подробное описание

Singleton module responsible for managing project settings, environment, and configuration.

Методы

◆ getInstance()

static ProjectModule & ProjectModule::getInstance ( )
inlinestatic

Retrieves the singleton instance of the ProjectModule.

Возвращает
Reference to the ProjectModule instance.

◆ getProjectConfig()

ProjectConfig & ProjectModule::getProjectConfig ( )
inline

Retrieves the project configuration.

Возвращает
Reference to the ProjectConfig instance.

Объявления и описания членов классов находятся в файлах: