ERIS CORE

◆ setDimension()

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

Set the Dimension object.

Parameters
new_width
new_height

Definition at line 137 of file AppBaseClass.h.

137 {width=new_width;height=new_height;_updatePosition();}
void _updatePosition()
int16_t height
Definition: AppBaseClass.h:68
int16_t width
Definition: AppBaseClass.h:67

References AppBaseClass::_updatePosition(), AppBaseClass::height, and AppBaseClass::width.

Referenced by AppAudioToPolyphonic::initialize().

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