HPL3/Amnesia: Rebirth/Scripting/cImGuiWindowData
< HPL3 | Amnesia: Rebirth | Scripting
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
- 1 Fields
- 2 Functions
- 3 Details
- 3.1 mbUseBackgroundGfx
- 3.2 mbUseDisabledColor
- 3.3 mbUseHeader
- 3.4 mColorBase
- 3.5 mColorDisabled
- 3.6 mColorText
- 3.7 mfCaptionSizeMul
- 3.8 mfLabelMinWidth
- 3.9 mfLabelPaddingBottom
- 3.10 mfLabelPaddingLeft
- 3.11 mfLabelPaddingRight
- 3.12 mfLabelPaddingTop
- 3.13 mFont
- 3.14 mFontAlign
- 3.15 mfPaddingBottom
- 3.16 mfPaddingLeft
- 3.17 mfPaddingRight
- 3.18 mfPaddingTop
- 3.19 mGfxBackground
- 3.20 mGfxLabelData
- 3.21 mGfxWindowData
- 3.22 mHeaderType
- 3.23 mvDefaultSize
- 3.24 mvLabelOffset
- 3.25 SetLabelPadding
- 3.26 SetPadding
- 4 References
Fields
Field Type | Field Name And Description |
---|---|
bool | mbUseBackgroundGfx |
bool | mbUseDisabledColor |
bool | mbUseHeader |
cColor | mColorBase |
cColor | mColorDisabled |
cColor | mColorText |
float | mfCaptionSizeMul |
float | mfLabelMinWidth |
float | mfLabelPaddingBottom |
float | mfLabelPaddingLeft |
float | mfLabelPaddingRight |
float | mfLabelPaddingTop |
cImGuiFont | mFont |
eFontAlign | mFontAlign |
float | mfPaddingBottom |
float | mfPaddingLeft |
float | mfPaddingRight |
float | mfPaddingTop |
cImGuiGfx | mGfxBackground |
cImGuiFrameGfx | mGfxLabelData |
cImGuiFrameGfx | mGfxWindowData |
eImGuiWindowHeader | mHeaderType |
cVector2f | mvDefaultSize |
cVector3f | mvLabelOffset |
Functions
Return Type | Function And Description |
---|---|
void | SetLabelPadding(float afTop, float afRight, float afBottom, float afLeft) |
void | SetPadding(float afTop, float afRight, float afBottom, float afLeft) |
Details
mbUseBackgroundGfx
bool mbUseBackgroundGfx
mbUseDisabledColor
bool mbUseDisabledColor
mbUseHeader
bool mbUseHeader
mColorBase
cColor mColorBase
mColorDisabled
cColor mColorDisabled
mColorText
cColor mColorText
mfCaptionSizeMul
float mfCaptionSizeMul
mfLabelMinWidth
float mfLabelMinWidth
mfLabelPaddingBottom
float mfLabelPaddingBottom
mfLabelPaddingLeft
float mfLabelPaddingLeft
mfLabelPaddingRight
float mfLabelPaddingRight
mfLabelPaddingTop
float mfLabelPaddingTop
mFont
cImGuiFont mFont
mFontAlign
eFontAlign mFontAlign
mfPaddingBottom
float mfPaddingBottom
mfPaddingLeft
float mfPaddingLeft
mfPaddingRight
float mfPaddingRight
mfPaddingTop
float mfPaddingTop
mGfxBackground
cImGuiGfx mGfxBackground
mGfxLabelData
cImGuiFrameGfx mGfxLabelData
mGfxWindowData
cImGuiFrameGfx mGfxWindowData
mHeaderType
eImGuiWindowHeader mHeaderType
mvDefaultSize
cVector2f mvDefaultSize
mvLabelOffset
cVector3f mvLabelOffset
SetLabelPadding
void SetLabelPadding(float afTop,
float afRight,
float afBottom,
float afLeft)
Parameters
- afTop (float) —
- afRight (float) —
- afBottom (float) —
- afLeft (float) —
Returns:
- void
SetPadding
void SetPadding(float afTop,
float afRight,
float afBottom,
float afLeft)
Parameters
- afTop (float) —
- afRight (float) —
- afBottom (float) —
- afLeft (float) —
Returns:
- void