LController Class

#include <Layers/lobject.h>
Inherited By: LAttribute

Public Functions

LController ( )
~LController ( )
LController ( const LController & )
LController & operator= ( const LController & )
LStyleList active_custom_styles ( )
LStyle * find_style ( const LString & path )
LStyle * find_style ( std::deque<LString> name_list )
void include ( const LString & path, const LString & name_space = "" )
void include_internal ( const LString & path, const LString & name_space = "" )
LController & instance ( )
void load_user_styles ( const std::filesystem::path & path )
LStyle * root_style ( )
std::map<LString, std::unique_ptr<LStyle>> & custom_styles ( )
bool toggle_custom_style ( const LString & style_id )

Detailed Description

Member Function Documentation

LController ( )

No description available.

~LController ( )

No description available.

LController ( const LController & )

No description available.

LController & operator= ( const LController & )

No description available.

LStyleList active_custom_styles ( )

LStyle * find_style ( const LString & path )

LStyle * find_style ( std::deque<LString> name_list )

void include ( const LString & path, const LString & name_space = "" )

void include_internal ( const LString & path, const LString & name_space = "" )

LController & instance ( )

void load_user_styles ( const std::filesystem::path & path )

LStyle * root_style ( )

std::map<LString, std::unique_ptr<LStyle>> & custom_styles ( )

bool toggle_custom_style ( const LString & style_id )

Appearance
Theme