ERIS CORE

◆ setWidgetDimension()

void AppBaseClass::setWidgetDimension ( int16_t  new_width,
int16_t  new_height 
)
inlineinherited

Set the Widget Dimension object.

Parameters
new_width
new_height

Definition at line 153 of file AppBaseClass.h.

153 {widget_width=new_width;widget_height=new_height;_updatePosition();}
void _updatePosition()
int16_t widget_height
Definition: AppBaseClass.h:72
int16_t widget_width
Definition: AppBaseClass.h:71

References AppBaseClass::_updatePosition(), AppBaseClass::widget_height, and AppBaseClass::widget_width.

Referenced by AppAudioToPolyphonic::initialize().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: