HPL3/SOMA/Scripting/cImGuiWindowData
Jump to navigation
Jump to search
This page has been automatically generated, but it needs descriptions added to the various fields/functions in order to be complete. |
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!
Contents
Fields
Field Name | Type | Description |
---|---|---|
mbUseBackgroundGfx | bool |
|
mbUseDisabledColor | bool |
|
mbUseHeader | bool |
|
mColorBase | cColor |
|
mColorDisabled | cColor |
|
mColorText | cColor |
|
mfCaptionSizeMul | float |
|
mfLabelMinWidth | float |
|
mfLabelPaddingBottom | float |
|
mfLabelPaddingLeft | float |
|
mfLabelPaddingRight | float |
|
mfLabelPaddingTop | float |
|
mFont | cImGuiFont |
|
mFontAlign | eFontAlign |
|
mfPaddingBottom | float |
|
mfPaddingLeft | float |
|
mfPaddingRight | float |
|
mfPaddingTop | float |
|
mGfxBackground | cImGuiGfx |
|
mGfxLabelData | cImGuiFrameGfx |
|
mGfxWindowData | cImGuiFrameGfx |
|
mHeaderType | eImGuiWindowHeader |
|
mvDefaultSize | cVector2f |
|
mvLabelOffset | cVector3f |
Functions
Return Type | Function Name | Parameters | Description |
---|---|---|---|
void |
SetLabelPadding | float afTop ,float afRight ,float afBottom ,float afLeft |
|
void |
SetPadding | float afTop ,float afRight ,float afBottom ,float afLeft |