R-Type  2
Doom but in better
Loading...
Searching...
No Matches
ButtonComponent.hpp File Reference

This file contains the definition of the ButtonComponent class, which handles button-related functionalities. More...

#include <any>
#include <optional>
#include <typeindex>
#include <functional>
#include <SFML/Graphics/Color.hpp>
#include "Log.hpp"
#include "LogMacros.hpp"
#include "Utilities.hpp"
#include "GUI/ECS/EntityNode.hpp"
#include "GUI/ECS/Systems/Colour.hpp"
#include "GUI/ECS/Systems/Collision.hpp"
#include "GUI/ECS/Components/TextComponent.hpp"
#include "GUI/ECS/Components/ShapeComponent.hpp"
#include "GUI/ECS/Components/SpriteComponent.hpp"
Include dependency graph for ButtonComponent.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  GUI::ECS::Components::ButtonComponent
 Manages button functionalities, including appearance, position, and callbacks. More...
 

Namespaces

namespace  GUI
 
namespace  GUI::ECS
 
namespace  GUI::ECS::Components
 

Functions

std::ostream & GUI::ECS::Components::operator<< (std::ostream &os, const ButtonComponent &item)
 Outputs the button's info to a stream.
 

Detailed Description

This file contains the definition of the ButtonComponent class, which handles button-related functionalities.

Definition in file ButtonComponent.hpp.