ComponentHiddenEvent

class HPS::ComponentHiddenEvent : public HPS::Event

The ComponentHiddenEvent class is the event that will be triggered for each Hide call.

Public Functions

inline virtual Event *Clone() const override

This function is used to copy custom events classes. Users that create custom event classes must override this function to provide the proper copying behavior.

inline ComponentHiddenEvent()
inline ComponentHiddenEvent(HPS::ComponentPath const &in_path, HPS::Canvas const &in_canvas, size_t in_layer = 0)
inline ComponentHiddenEvent(HPS::Event const &in_event)
inline virtual ~ComponentHiddenEvent()

Public Members

HPS::Canvas canvas
size_t layer
HPS::ComponentPath path