LampyEngine
 
Загрузка...
Поиск...
Не найдено
Класс GUIContentBrowser
Граф наследования:GUIContentBrowser:
GUIObject

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

void render () override
 Virtual function for rendering the GUI object. Override this method in derived classes to implement custom rendering logic.
 
- Открытые члены унаследованные от GUIObject
 GUIObject ()
 Constructs a GUI object and assigns it a unique ID.
 
 GUIObject (const GUIObject &T)=delete
 Deleted copy constructor to prevent copying of GUI objects.
 
GUIObjectoperator= (const GUIObject &T)=delete
 Deleted assignment operator to prevent copying.
 
virtual ~GUIObject ()
 Destroys the GUI object and removes it from the ImGui system.
 
uint32_t getID () const
 Retrieves the unique ID of the GUI object.
 

Методы

◆ render()

void GUIContentBrowser::render ( )
overridevirtual

Virtual function for rendering the GUI object. Override this method in derived classes to implement custom rendering logic.

Переопределяет метод предка GUIObject.


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