Difference between revisions of "HPL3/SOMA/Scripting/cImGuiWindowData"
Jump to navigation
Jump to search
(Created page with "{{ScriptingStub}} Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki! ==Fields== {| class="wikitable" ! Field Name !! Type...") |
|||
Line 66: | Line 66: | ||
| <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || SetPadding || <syntaxhighlight lang="c++" inline>float afTop</syntaxhighlight>,<br /><syntaxhighlight lang="c++" inline>float afRight</syntaxhighlight>,<br /><syntaxhighlight lang="c++" inline>float afBottom</syntaxhighlight>,<br /><syntaxhighlight lang="c++" inline>float afLeft</syntaxhighlight> || | | <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || SetPadding || <syntaxhighlight lang="c++" inline>float afTop</syntaxhighlight>,<br /><syntaxhighlight lang="c++" inline>float afRight</syntaxhighlight>,<br /><syntaxhighlight lang="c++" inline>float afBottom</syntaxhighlight>,<br /><syntaxhighlight lang="c++" inline>float afLeft</syntaxhighlight> || | ||
|} | |} | ||
+ | |||
+ | {{ReferencesSection}} | ||
{{HPL3SOMAScriptingCategories}} | {{HPL3SOMAScriptingCategories}} | ||
__FORCETOC__ | __FORCETOC__ |
Latest revision as of 14:43, 6 August 2020
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 |