![]() |
ManiaScript Trackmania 2020
14/07/2025
|
Documentation for class CMlQuad. More...
#include <2025_07_14.h>
Public Types | |
| enum | EKeepRatioMode { Inactive, Clip, Fit } |
| enum | EBlendMode { Default, Add } |
Public Types inherited from CMlControl | |
| enum | AlignHorizontal { Left, HCenter, Right, None } |
| enum | AlignVertical { Top, VCenter, Bottom, None, VCenter2 } |
Public Member Functions | |
| Void | ChangeImageUrl (Text fieldName) |
| Void | RefreshImages () |
| Void | TTS_Focus () |
| Void | TTS_Unfocus () |
Public Member Functions inherited from CMlControl | |
| Boolean | HasClass (Text Class) |
| Boolean | DataAttributeExists (Text DataName) |
| Text | DataAttributeGet (Text DataName) |
| Void | DataAttributeSet (Text DataName, Text DataValue) |
| Void | Show () |
| Void | Hide () |
| Void | Focus () |
| Void | ScriptEvents_Disable () |
| Void | ScriptEvents_Restore () |
Public Attributes | |
| CImage * | Image |
| Text | ImageUrl |
| Text | ImageUrlFocus |
| Text | AlphaMaskUrl |
| Text | Style |
| Text | Substyle |
| Boolean | StyleSelected |
| Boolean const | DownloadInProgress |
| Boolean | SuperSample |
| Vec3 | Colorize |
| Vec3 | ModulateColor |
| Vec3 | BgColor |
| Vec3 | BgColorFocus |
| Real | Opacity |
| CMlQuad::EKeepRatioMode | KeepRatio |
| CMlQuad::EBlendMode | Blend |
| Text | TTS_AltText |
| Boolean | TTS_AltText_Translate |
Public Attributes inherited from CMlControl | |
| CMlFrame *const | Parent |
| Text const | ControlId |
| Vec2 | Size |
| CMlControl::AlignHorizontal | HorizontalAlign |
| CMlControl::AlignVertical | VerticalAlign |
| Boolean | Visible |
| Vec2 | RelativePosition_V3 |
| Real | ZIndex |
| Real | RelativeScale |
| Real | RelativeRotation |
| Vec2 const | AbsolutePosition_V3 |
| Real const | AbsoluteScale |
| Real const | AbsoluteRotation |
| Text | ToolTip |
| Boolean const | IsFocused |
Public Attributes inherited from CNod | |
| Ident const | Id |
Documentation for class CMlQuad.
Supported declare modes :
Definition at line 14343 of file 2025_07_14.h.
| enum CMlQuad::EBlendMode |
| Enumerator | |
|---|---|
| Default | |
| Add | |
Definition at line 14356 of file 2025_07_14.h.
| Enumerator | |
|---|---|
| Inactive | |
| Clip | |
| Fit | |
Definition at line 14348 of file 2025_07_14.h.
| Void CMlQuad::RefreshImages | ( | ) |
| Void CMlQuad::TTS_Focus | ( | ) |
| Void CMlQuad::TTS_Unfocus | ( | ) |
| Text CMlQuad::AlphaMaskUrl |
Definition at line 14379 of file 2025_07_14.h.
| Vec3 CMlQuad::BgColor |
Definition at line 14411 of file 2025_07_14.h.
| Vec3 CMlQuad::BgColorFocus |
Definition at line 14415 of file 2025_07_14.h.
| CMlQuad::EBlendMode CMlQuad::Blend |
Definition at line 14427 of file 2025_07_14.h.
| Vec3 CMlQuad::Colorize |
Definition at line 14403 of file 2025_07_14.h.
| Boolean const CMlQuad::DownloadInProgress |
Definition at line 14395 of file 2025_07_14.h.
| CImage* CMlQuad::Image |
Definition at line 14367 of file 2025_07_14.h.
| Text CMlQuad::ImageUrl |
Definition at line 14371 of file 2025_07_14.h.
| Text CMlQuad::ImageUrlFocus |
Definition at line 14375 of file 2025_07_14.h.
| CMlQuad::EKeepRatioMode CMlQuad::KeepRatio |
Definition at line 14423 of file 2025_07_14.h.
| Vec3 CMlQuad::ModulateColor |
Definition at line 14407 of file 2025_07_14.h.
| Real CMlQuad::Opacity |
Definition at line 14419 of file 2025_07_14.h.
| Text CMlQuad::Style |
Definition at line 14383 of file 2025_07_14.h.
| Boolean CMlQuad::StyleSelected |
Definition at line 14391 of file 2025_07_14.h.
| Text CMlQuad::Substyle |
Definition at line 14387 of file 2025_07_14.h.
| Boolean CMlQuad::SuperSample |
Definition at line 14399 of file 2025_07_14.h.
| Text CMlQuad::TTS_AltText |
Definition at line 14443 of file 2025_07_14.h.
| Boolean CMlQuad::TTS_AltText_Translate |
Definition at line 14447 of file 2025_07_14.h.