class hiro::gui::Element¶
Overview¶
A general element containing basic interface methods. More…
#include <GuiTypes.h> class Element { public: // methods bool TestCondition() const; uint32_t GetId() const; protected: // methods void SetConditionFuncImpl(std::function<bool(void)> condition_func); };