Coherent UI  2.5.3
A modern user interface library for games
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
Coherent::UI::ChildViewInfo Struct Reference

Helper structure for creating child views. More...

#include <Coherent/UI/ViewListener.h>

Public Attributes

ViewInfoNewViewInfo
 An existing ViewInfo that the user must fill in to set the properties for the new view.
 
ViewListenerBaseListener
 View listener that the user must set. This listener will receive event callbacks for the new view. The ownership of the ViewListenerBase instance is NOT transferred and the user should take care to manage its lifetime.
 

Detailed Description

Helper structure for creating child views.