Stardew Engine
Loading...
Searching...
No Matches
RootWidget.h File Reference
#include "Widget.h"
Include dependency graph for RootWidget.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  RootWidgetData
 

Functions

bool GetRootWidgetIsDirty (HWidget hRootWidget)
 
void SetRootWidgetIsDirty (HWidget hRootWidget, bool bIsDirty)
 if dirty, a whole tree rebuild will be triggered
 
HWidget NewRootWidget ()
 
void RootWidget_OnWindowSizeChanged (HWidget rootWidget, int newW, int newH)
 
void RootWidget_LayoutChildren (struct UIWidget *pThis, struct UIWidget *pParent, float scrollX, float scrollY)
 

Function Documentation

◆ GetRootWidgetIsDirty()

bool GetRootWidgetIsDirty ( HWidget  hRootWidget)

◆ NewRootWidget()

HWidget NewRootWidget ( )

◆ RootWidget_LayoutChildren()

void RootWidget_LayoutChildren ( struct UIWidget pThis,
struct UIWidget pParent,
float  scrollX,
float  scrollY 
)

◆ RootWidget_OnWindowSizeChanged()

void RootWidget_OnWindowSizeChanged ( HWidget  rootWidget,
int  newW,
int  newH 
)

◆ SetRootWidgetIsDirty()

void SetRootWidgetIsDirty ( HWidget  hRootWidget,
bool  bIsDirty 
)

if dirty, a whole tree rebuild will be triggered

Parameters
hRootWidget
bIsDirty