Hasty Badger
Small UI library (a branch of Turbo Badger)
 All Classes Namespaces Functions Variables Enumerations Enumerator Friends Groups Pages
tb::INFLATE_INFO Struct Reference

INFLATE_INFO contains info passed to TBWidget::OnInflate during resource loading. More...

#include <tb_widgets_reader.h>

Public Member Functions

 INFLATE_INFO (TBWidgetsReader *reader, TBWidget *target, TBNode *node, TBValue::TYPE sync_type)
 

Public Attributes

TBWidgetsReaderreader
 
TBWidgettarget
 The widget that that will be parent to the inflated widget. More...
 
TBNodenode
 The node containing properties. More...
 
TBValue::TYPE sync_type
 The data type that should be synchronized through TBWidgetValue. More...
 

Detailed Description

INFLATE_INFO contains info passed to TBWidget::OnInflate during resource loading.

Member Data Documentation

TBNode* tb::INFLATE_INFO::node

The node containing properties.

TBValue::TYPE tb::INFLATE_INFO::sync_type

The data type that should be synchronized through TBWidgetValue.

TBWidget* tb::INFLATE_INFO::target

The widget that that will be parent to the inflated widget.


The documentation for this struct was generated from the following file: