R-Type
Distributed multiplayer game engine in C++
Loading...
Searching...
No Matches
IButton.hpp File Reference
#include <functional>
#include <string>
Include dependency graph for IButton.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UI::IButton
 Abstract interface for UI buttons. More...
 

Namespaces

namespace  UI
 

Enumerations

enum class  UI::ButtonState { UI::NORMAL , UI::HOVERED , UI::PRESSED }
 Button state enumeration. More...
 
enum class  UI::Align { UI::NONE , UI::CENTER_HORIZONTAL , UI::CENTER_VERTICAL , UI::CENTER_BOTH }
 Alignment modes relative to the current window. More...