![]() |
R-Type
2
Doom but in better
|
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"
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. | |
This file contains the definition of the ButtonComponent class, which handles button-related functionalities.
Definition in file ButtonComponent.hpp.